Compare commits
3
Commits
d56e99c7dd
...
9f9210db06
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f9210db06 | ||
|
|
b3af6e9880 | ||
|
|
bf8f720995 |
@@ -21,13 +21,14 @@ services:
|
|||||||
folder.view2: "Databases"
|
folder.view2: "Databases"
|
||||||
|
|
||||||
kimai:
|
kimai:
|
||||||
image: kimai/kimai2:apache
|
image: kimai/kimai2:stable
|
||||||
container_name: kimai
|
container_name: kimai
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/kimai/data:/opt/kimai/var/data
|
- /mnt/user/appdata/kimai/data:/opt/kimai/var/data
|
||||||
- /mnt/user/appdata/kimai/plugins:/opt/kimai/var/plugins
|
- /mnt/user/appdata/kimai/plugins:/opt/kimai/var/plugins
|
||||||
ports:
|
networks:
|
||||||
- 7183:8001
|
- default
|
||||||
|
- pangolin
|
||||||
environment:
|
environment:
|
||||||
- ADMINMAIL=${ADMIN_EMAIL}
|
- ADMINMAIL=${ADMIN_EMAIL}
|
||||||
- ADMINPASS=${ADMIN_PASSWORD}
|
- ADMINPASS=${ADMIN_PASSWORD}
|
||||||
@@ -36,13 +37,37 @@ services:
|
|||||||
- MAILER_FROM=${MAILER_FROM}
|
- MAILER_FROM=${MAILER_FROM}
|
||||||
labels:
|
labels:
|
||||||
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/kimai-logo.png"
|
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/kimai-logo.png"
|
||||||
net.unraid.docker.webui: https://kimai.homecube.org
|
net.unraid.docker.webui: https://${DOMAIN}
|
||||||
net.unraid.docker.shell: bash
|
net.unraid.docker.shell: bash
|
||||||
folder.view2: "Services"
|
folder.view2: "Services"
|
||||||
|
|
||||||
|
pangolin.public-resources.kimai-time-tracking.name: "${RESOURCE_NAME}"
|
||||||
|
pangolin.public-resources.kimai-time-tracking.full-domain: "${DOMAIN}"
|
||||||
|
pangolin.public-resources.kimai-time-tracking.protocol: "http"
|
||||||
|
|
||||||
|
pangolin.public-resources.kimai-time-tracking.auth.sso-enabled: true
|
||||||
|
pangolin.public-resources.kimai-time-tracking.auth.sso-roles[0]: "Member"
|
||||||
|
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].method: "http"
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].port: 8001
|
||||||
|
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.enabled: true
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.hostname: "kimai"
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.port: 8001
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.path: "/"
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.method: "GET"
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.status: 200
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.interval: 30
|
||||||
|
pangolin.public-resources.kimai-time-tracking.targets[0].healthcheck.timeout: 5
|
||||||
|
|
||||||
# HOMEPAGE
|
# HOMEPAGE
|
||||||
homepage.group: Productivity
|
homepage.group: Productivity
|
||||||
homepage.name: Kimai
|
homepage.name: Kimai
|
||||||
homepage.icon: kimai.png
|
homepage.icon: kimai.png
|
||||||
homepage.href: https://kimai.homecube.org
|
homepage.href: https://${DOMAIN}
|
||||||
homepage.description: Time Tracking
|
homepage.description: Time Tracking
|
||||||
|
|
||||||
|
networks:
|
||||||
|
pangolin:
|
||||||
|
name: pangolin_net
|
||||||
|
external: true
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ services:
|
|||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
networks:
|
||||||
|
- pangolin
|
||||||
ports:
|
ports:
|
||||||
- 47965:47965
|
- 47965:47965
|
||||||
- 47965:47965/udp
|
- 47965:47965/udp
|
||||||
@@ -14,13 +16,13 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /mnt/user/appdata/gluetun:/gluetun
|
- /mnt/user/appdata/gluetun:/gluetun
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=airvpn
|
- VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER}
|
||||||
- VPN_TYPE=wireguard
|
- VPN_TYPE=${VPN_TYPE}
|
||||||
- WIREGUARD_PRIVATE_KEY=QEMKP5heBjTLoXwXKa63JneOlOji4jOOiW4mTCRDjn0=
|
- WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
|
||||||
- WIREGUARD_PRESHARED_KEY=QpyvbpItLpbYHQwZ7fESaqUxG4R6owGEkcuHicVp5JU=
|
- WIREGUARD_PRESHARED_KEY=${WIREGUARD_PRESHARED_KEY}
|
||||||
- WIREGUARD_ADDRESSES=10.189.105.151/32
|
- WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES}
|
||||||
- SERVER_COUNTRIES=Netherlands
|
- SERVER_COUNTRIES=${SERVER_COUNTRIES}
|
||||||
- FIREWALL_VPN_INPUT_PORTS=19769
|
- FIREWALL_VPN_INPUT_PORTS=${FIREWALL_VPN_INPUT_PORTS}
|
||||||
- BLOCK_MALICIOUS=off
|
- BLOCK_MALICIOUS=off
|
||||||
- BLOCK_SURVEILLANCE=off
|
- BLOCK_SURVEILLANCE=off
|
||||||
- BLOCK_ADS=off
|
- BLOCK_ADS=off
|
||||||
@@ -34,6 +36,25 @@ services:
|
|||||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gluetun.png"
|
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gluetun.png"
|
||||||
folder.view2: "Networking"
|
folder.view2: "Networking"
|
||||||
|
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.name: "${RESOURCE_NAME}"
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.full-domain: "${DOMAIN}"
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.protocol: "http"
|
||||||
|
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.auth.sso-enabled: true
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.auth.sso-users[0]: "margaretha.stephan@gmail.com"
|
||||||
|
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].method: "http"
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].port: 8080
|
||||||
|
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.enabled: true
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.hostname: "gluetun"
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.port: 8080
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.path: "/"
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.method: "GET"
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.status: 200
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.interval: 30
|
||||||
|
pangolin.public-resources.qbittorrent-torrent.targets[0].healthcheck.timeout: 5
|
||||||
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
@@ -57,8 +78,13 @@ services:
|
|||||||
homepage.group: Downloads
|
homepage.group: Downloads
|
||||||
homepage.name: qBittorrent
|
homepage.name: qBittorrent
|
||||||
homepage.icon: qbittorrent.png
|
homepage.icon: qbittorrent.png
|
||||||
homepage.href: https://torrent.homecube.org
|
homepage.href: https://${DOMAIN}
|
||||||
homepage.description: Torrents
|
homepage.description: Torrents
|
||||||
# widget
|
# widget
|
||||||
homepage.widget.type: qbittorrent
|
homepage.widget.type: qbittorrent
|
||||||
homepage.widget.url: http://10.0.0.1:8080
|
homepage.widget.url: http://10.0.0.1:8080
|
||||||
|
|
||||||
|
networks:
|
||||||
|
pangolin:
|
||||||
|
name: pangolin_net
|
||||||
|
external: true
|
||||||
|
|||||||
@@ -28,8 +28,6 @@ services:
|
|||||||
- /mnt/user/appdata/gitea:/data
|
- /mnt/user/appdata/gitea:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
|
||||||
- "222:22"
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]
|
test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@@ -48,7 +46,6 @@ services:
|
|||||||
pangolin.public-resources.gitea-version-control.auth.sso-enabled: false
|
pangolin.public-resources.gitea-version-control.auth.sso-enabled: false
|
||||||
|
|
||||||
pangolin.public-resources.gitea-version-control.targets[0].method: "http"
|
pangolin.public-resources.gitea-version-control.targets[0].method: "http"
|
||||||
pangolin.public-resources.gitea-version-control.targets[0].hostname: "gitea"
|
|
||||||
pangolin.public-resources.gitea-version-control.targets[0].port: 3000
|
pangolin.public-resources.gitea-version-control.targets[0].port: 3000
|
||||||
|
|
||||||
pangolin.public-resources.gitea-version-control.targets[0].healthcheck.enabled: true
|
pangolin.public-resources.gitea-version-control.targets[0].healthcheck.enabled: true
|
||||||
@@ -60,6 +57,12 @@ services:
|
|||||||
pangolin.public-resources.gitea-version-control.targets[0].healthcheck.interval: 30
|
pangolin.public-resources.gitea-version-control.targets[0].healthcheck.interval: 30
|
||||||
pangolin.public-resources.gitea-version-control.targets[0].healthcheck.timeout: 5
|
pangolin.public-resources.gitea-version-control.targets[0].healthcheck.timeout: 5
|
||||||
|
|
||||||
|
pangolin.public-resources.gitea-version-control-ssh.name: "${RESOURCE_NAME} SSH"
|
||||||
|
pangolin.public-resources.gitea-version-control-ssh.protocol: "tcp"
|
||||||
|
pangolin.public-resources.gitea-version-control-ssh.proxy-port: 222
|
||||||
|
pangolin.public-resources.gitea-version-control-ssh.targets[0].hostname: "gitea"
|
||||||
|
pangolin.public-resources.gitea-version-control-ssh.targets[0].port: 22
|
||||||
|
|
||||||
# HOMEPAGE
|
# HOMEPAGE
|
||||||
homepage.group: Development
|
homepage.group: Development
|
||||||
homepage.name: Gitea
|
homepage.name: Gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user