Compare commits

..

4 Commits

Author SHA1 Message Date
Trez.One c5da9593de Label tweaks for Port-Note. 2025-05-21 06:27:51 -04:00
Trez.One fde3a018b2 qBittorrent volume fixes.
Auto-Unseal for Vault / Unseal Vault (push) Failing after 13m37s
2025-05-20 17:53:33 -04:00
Trez.One a260c1f1ca qBittorrent env fix. 2025-05-20 17:49:40 -04:00
gitea-sonarqube-bot 0d0cc5d1c3 Auto Merge of PR 53 - deluge-replacement-qbitorrent-deployment
Merged by Trez.One
2025-05-20 13:10:03 -04:00
+6 -5
View File
@@ -3851,12 +3851,12 @@ services:
access_log /config/log/$$host_access.log ;
error_log /config/log/$$host_error.log ;
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://portall.${MY_TLD}
swag.uptime-kuma.monitor.url: https://ports.${MY_TLD}
swag.uptime-kuma.monitor.interval: 300
homepage.group: System Administration
homepage.name: PortNote
homepage.href: https://portall.${MY_TLD}
homepage.icon: /icons/portnote.png
homepage.href: https://ports.${MY_TLD}
homepage.icon: port-note.png
homepage.description: Management for container ports
ports:
- 23186:3000
@@ -4005,7 +4005,7 @@ services:
LAN_NETWORK: 192.168.1.0/24
NAME_SERVERS: 192.168.1.254,1.1.1.1
PGID: ${PGID}
PUID: ${puid}
PUID: ${PUID}
SOCKS_USER: admin
SOCKS_PASS: socks
TZ: ${TZ}
@@ -4048,7 +4048,8 @@ services:
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKER_VOLUME_CONFIG}/qbittorrent/config:/config
- ${DOCKER_VOLUME_CONFIG}/.openvpn:/config/openvpn
- ${DOCKER_VOLUME_CONFIG}/qbittorent/config:/config
- ${DOCKER_VOLUME_CONFIG}/qbittorrent/data:/data
- ${DOCKER_VOLUME_STORAGE}/downloads:/storage
radarec: