Compare commits

...
11 Commits
26 changed files with 176 additions and 71 deletions
+1 -1
View File
@@ -17,6 +17,6 @@ services:
- /mnt/user/appdata/n8n/n8n_data:/home/node/.n8n - /mnt/user/appdata/n8n/n8n_data:/home/node/.n8n
- /mnt/user/appdata/n8n/local-files:/files - /mnt/user/appdata/n8n/local-files:/files
labels: labels:
folder.view2: "Services" folder.view3: "Services"
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/n8n.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/n8n.png"
net.unraid.docker.webui: "https://automation.homecube.org" net.unraid.docker.webui: "https://automation.homecube.org"
+1
View File
@@ -0,0 +1 @@
true
+1 -1
View File
@@ -4,4 +4,4 @@ services:
net.unraid.docker.managed: 'composeman' net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/borgmatic.png' net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/borgmatic.png'
net.unraid.docker.webui: '' net.unraid.docker.webui: ''
net.unraid.docker.shell: '' net.unraid.docker.shell: 'sh'
+9 -3
View File
@@ -2,9 +2,13 @@ services:
borgmatic: borgmatic:
image: ghcr.io/borgmatic-collective/borgmatic:latest image: ghcr.io/borgmatic-collective/borgmatic:latest
container_name: borgmatic container_name: borgmatic
hostname: cube-nas
volumes: volumes:
- /mnt/user/nextcloud-data/tonitrus/files/documents/Schule:/mnt/source:ro # backup source - /mnt/user/appdata:/mnt/source/docker/appdata:ro # backup sources
- /mnt/remotes/10.0.0.50_home/Drive/backup-cube-test:/mnt/borg-repository # backup target - /boot/config/plugins/compose.manager/projects:/mnt/source/docker/compose:ro
- /mnt/user/immich-uploads/library:/mnt/source/media/immich/library:ro
- /mnt/remotes/10.0.0.50_backup-cube:/mnt/borg-repository:shared # backup target
- /mnt/user/appdata/borgmatic/borgmatic.d:/etc/borgmatic.d/ # borgmatic config file(s) + crontab.txt - /mnt/user/appdata/borgmatic/borgmatic.d:/etc/borgmatic.d/ # borgmatic config file(s) + crontab.txt
- /mnt/user/appdata/borgmatic/.config/borg:/root/.config/borg # config and keyfiles - /mnt/user/appdata/borgmatic/.config/borg:/root/.config/borg # config and keyfiles
- /mnt/user/appdata/borgmatic/.ssh:/root/.ssh # ssh key for remote repositories - /mnt/user/appdata/borgmatic/.ssh:/root/.ssh # ssh key for remote repositories
@@ -12,7 +16,9 @@ services:
- /mnt/user/appdata/borgmatic/.state/borgmatic:/root/.local/state/borgmatic # Here are the state files for periodic checks - /mnt/user/appdata/borgmatic/.state/borgmatic:/root/.local/state/borgmatic # Here are the state files for periodic checks
env_file: env_file:
- .env - .env
environment:
CRON: false
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/borgmatic.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/borgmatic.png"
net.unraid.docker.shell: sh net.unraid.docker.shell: sh
folder.view2: "Services" folder.view3: "Services"
+6 -6
View File
@@ -12,7 +12,7 @@ services:
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png"
folder.view2: "Databases" folder.view3: "Databases"
redis: redis:
image: redis image: redis
@@ -22,7 +22,7 @@ services:
command: redis-server --requirepass ${REDIS_HOST_PASSWORD} command: redis-server --requirepass ${REDIS_HOST_PASSWORD}
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png"
folder.view2: "Databases" folder.view3: "Databases"
appapi-dsp: appapi-dsp:
image: ghcr.io/nextcloud/nextcloud-appapi-dsp:release image: ghcr.io/nextcloud/nextcloud-appapi-dsp:release
@@ -35,10 +35,10 @@ services:
privileged: true privileged: true
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
folder.view2: "Nextcloud ExApps" folder.view3: "Nextcloud ExApps"
app: app:
image: nextcloud:33 image: nextcloud:34
container_name: nextcloud container_name: nextcloud
depends_on: depends_on:
- db - db
@@ -70,7 +70,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
net.unraid.docker.webui: "https://${DOMAIN}" net.unraid.docker.webui: "https://${DOMAIN}"
folder.view2: "Services" folder.view3: "Services"
pangolin.public-resources.nextcloud-server.name: "${RESOURCE_NAME}" pangolin.public-resources.nextcloud-server.name: "${RESOURCE_NAME}"
pangolin.public-resources.nextcloud-server.full-domain: "${DOMAIN}" pangolin.public-resources.nextcloud-server.full-domain: "${DOMAIN}"
@@ -109,7 +109,7 @@ services:
- INTERNAL_SECRET=${INTERNAL_SECRET} - INTERNAL_SECRET=${INTERNAL_SECRET}
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
folder.view2: "Infrastructure" folder.view3: "Infrastructure"
pangolin.public-resources.nextcloud-hpb.name: "${HPB_RESOURCE_NAME}" pangolin.public-resources.nextcloud-hpb.name: "${HPB_RESOURCE_NAME}"
pangolin.public-resources.nextcloud-hpb.full-domain: "${TALK_HOST}" pangolin.public-resources.nextcloud-hpb.full-domain: "${TALK_HOST}"
+2 -2
View File
@@ -14,7 +14,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/koillection.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/koillection.png"
net.unraid.docker.webui: "https://koillection.homecube.org" net.unraid.docker.webui: "https://koillection.homecube.org"
folder.view2: "Services" folder.view3: "Services"
db: db:
image: postgres:16 image: postgres:16
@@ -30,4 +30,4 @@ services:
- /mnt/user/appdata/koillection/postgresql:/var/lib/postgresql/data - /mnt/user/appdata/koillection/postgresql:/var/lib/postgresql/data
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png"
folder.view2: "Databases" folder.view3: "Databases"
+1 -1
View File
@@ -19,4 +19,4 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/syncthing.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/syncthing.png"
net.unraid.docker.webui: "https://syncthing.homecube.org" net.unraid.docker.webui: "https://syncthing.homecube.org"
folder.view2: "Services" folder.view3: "Services"
+7 -4
View File
@@ -16,7 +16,7 @@ services:
retries: 3 retries: 3
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png"
folder.view2: "Databases" folder.view3: "Databases"
redis: redis:
image: redis:6.2-alpine image: redis:6.2-alpine
@@ -30,10 +30,11 @@ services:
start_period: 10s start_period: 10s
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png"
folder.view2: "Databases" folder.view3: "Databases"
pterodactyl-panel: pterodactyl-panel:
image: ghcr.io/pterodactyl/panel:latest image: ghcr.io/pterodactyl/panel:latest
container_name: pterodactyl-panel
environment: environment:
# Application settings # Application settings
- APP_URL=${APP_URL} - APP_URL=${APP_URL}
@@ -75,10 +76,11 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png"
net.unraid.docker.webui: "https://game-servers.homecube.org" net.unraid.docker.webui: "https://game-servers.homecube.org"
folder.view2: "Game Servers" folder.view3: "Game Servers"
pterodactyl-wings: pterodactyl-wings:
image: ghcr.io/pterodactyl/wings:latest image: ghcr.io/pterodactyl/wings:latest
container_name: pterodactyl-wings
privileged: true privileged: true
environment: environment:
- TZ=${APP_TIMEZONE} - TZ=${APP_TIMEZONE}
@@ -88,10 +90,11 @@ services:
- /mnt/user/pterodactyl-node/data/:/mnt/user/pterodactyl-node/data/ - /mnt/user/pterodactyl-node/data/:/mnt/user/pterodactyl-node/data/
- /mnt/user/pterodactyl-node/tmp/:/mnt/user/pterodactyl-node/tmp/ - /mnt/user/pterodactyl-node/tmp/:/mnt/user/pterodactyl-node/tmp/
- /mnt/user/pterodactyl-node/config/:/etc/pterodactyl/ - /mnt/user/pterodactyl-node/config/:/etc/pterodactyl/
- /run/wings:/run/wings
ports: ports:
- "7001:8080" # Wings API - "7001:8080" # Wings API
- "2022:2022" # SFTP - "2022:2022" # SFTP
working_dir: /var/lib/pterodactyl working_dir: /var/lib/pterodactyl
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png"
folder.view2: "Game Servers" folder.view3: "Game Servers"
+2 -2
View File
@@ -11,7 +11,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only - /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/homepage.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/homepage.png"
folder.view2: "Infrastructure" folder.view3: "Infrastructure"
homepage: homepage:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
@@ -30,7 +30,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/homepage.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/homepage.png"
net.unraid.docker.webui: "https://${FULL_DOMAIN}" net.unraid.docker.webui: "https://${FULL_DOMAIN}"
folder.view2: "Services" folder.view3: "Services"
pangolin.public-resources.gethomepage-homepage.name: "${RESOURCE_NAME}" pangolin.public-resources.gethomepage-homepage.name: "${RESOURCE_NAME}"
pangolin.public-resources.gethomepage-homepage.full-domain: "${FULL_DOMAIN}" pangolin.public-resources.gethomepage-homepage.full-domain: "${FULL_DOMAIN}"
+8 -13
View File
@@ -26,6 +26,7 @@ services:
- ${UPLOAD_LOCATION}:/data - ${UPLOAD_LOCATION}:/data
- /mnt/user/volume1/photo:/mnt/media/master-library:ro # Mount External Library "Master Library" - /mnt/user/volume1/photo:/mnt/media/master-library:ro # Mount External Library "Master Library"
- /mnt/user/nextcloud-data/tonitrus/files/photos:/mnt/media/tonitrus-photos:ro # Mount External Library "Tonitrus Photos" - /mnt/user/nextcloud-data/tonitrus/files/photos:/mnt/media/tonitrus-photos:ro # Mount External Library "Tonitrus Photos"
- /mnt/user/nextcloud-data/Purplebunny/files/photos:/mnt/media/purplebunny-photos:ro # Mount External Library "Purplebunny Photos"
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "2283:2283" - "2283:2283"
@@ -43,7 +44,7 @@ services:
labels: labels:
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/immich.png - net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/immich.png
- net.unraid.docker.webui=https://${FULL_DOMAIN} - net.unraid.docker.webui=https://${FULL_DOMAIN}
- folder.view2=Services - folder.view3=Services
- pangolin.public-resources.immich-server.name=${RESOURCE_NAME} - pangolin.public-resources.immich-server.name=${RESOURCE_NAME}
- pangolin.public-resources.immich-server.full-domain=${FULL_DOMAIN} - pangolin.public-resources.immich-server.full-domain=${FULL_DOMAIN}
@@ -51,6 +52,7 @@ services:
- pangolin.public-resources.immich-server.auth.sso-enabled=true - pangolin.public-resources.immich-server.auth.sso-enabled=true
- pangolin.public-resources.immich-server.auth.sso-roles[0]=Member - pangolin.public-resources.immich-server.auth.sso-roles[0]=Member
- pangolin.public-resources.immich-server.auth.whitelist-users[0]=katrin.lang@drei.at
- pangolin.public-resources.immich-server.targets[0].method=http - pangolin.public-resources.immich-server.targets[0].method=http
@@ -81,15 +83,8 @@ services:
container_name: immich_machine_learning container_name: immich_machine_learning
# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag. # For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda # Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-cuda # Currently no hardware acceleration because NVIDIA has too little VRAM and AMD iGPU is not supported
deploy: image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu
volumes: volumes:
- model-cache:/cache - model-cache:/cache
env_file: env_file:
@@ -99,7 +94,7 @@ services:
disable: false disable: false
labels: labels:
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/immich.png - net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/immich.png
- folder.view2=Services - folder.view3=Services
redis: redis:
container_name: immich_redis container_name: immich_redis
@@ -109,7 +104,7 @@ services:
restart: always restart: always
labels: labels:
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png - net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png
- folder.view2=Databases - folder.view3=Databases
database: database:
container_name: immich_postgres container_name: immich_postgres
@@ -130,7 +125,7 @@ services:
disable: false disable: false
labels: labels:
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png - net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png
- folder.view2=Databases - folder.view3=Databases
volumes: volumes:
model-cache: model-cache:
+1 -1
View File
@@ -1 +1 @@
true false
+1 -1
View File
@@ -7,7 +7,7 @@ services:
labels: labels:
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/it-tools.png - net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/it-tools.png
- net.unraid.docker.webui=https://${FULL_DOMAIN} - net.unraid.docker.webui=https://${FULL_DOMAIN}
- folder.view2=Services - folder.view3=Services
- pangolin.public-resources.it-tools.name=IT-Tools - pangolin.public-resources.it-tools.name=IT-Tools
- pangolin.public-resources.it-tools.full-domain=${FULL_DOMAIN} - pangolin.public-resources.it-tools.full-domain=${FULL_DOMAIN}
+1 -1
View File
@@ -1 +1 @@
true false
+2 -2
View File
@@ -14,7 +14,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/ollama.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/ollama.png"
net.unraid.docker.shell: bash net.unraid.docker.shell: bash
folder.view2: "Services" folder.view3: "Services"
open-webui: open-webui:
image: ghcr.io/open-webui/open-webui:main-slim image: ghcr.io/open-webui/open-webui:main-slim
@@ -34,4 +34,4 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/open-webui.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/open-webui.png"
net.unraid.docker.webui: "https://ai.homecube.org/" net.unraid.docker.webui: "https://ai.homecube.org/"
folder.view2: "Services" folder.view3: "Services"
+3 -3
View File
@@ -29,7 +29,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/jellyfin.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/jellyfin.png"
net.unraid.docker.webui: "https://${JELLYFIN_FULL_DOMAIN}" net.unraid.docker.webui: "https://${JELLYFIN_FULL_DOMAIN}"
folder.view2: "Services" folder.view3: "Services"
# HOMEPAGE # HOMEPAGE
homepage.group: Media homepage.group: Media
@@ -60,7 +60,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/lyrion-music-server.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/lyrion-music-server.png"
net.unraid.docker.webui: "https://${LMS_FULL_DOMAIN}" net.unraid.docker.webui: "https://${LMS_FULL_DOMAIN}"
folder.view2: "Services" folder.view3: "Services"
pangolin.public-resources.lightweight-music-server.name: "${LMS_RESOURCE_NAME}" pangolin.public-resources.lightweight-music-server.name: "${LMS_RESOURCE_NAME}"
pangolin.public-resources.lightweight-music-server.full-domain: "${LMS_FULL_DOMAIN}" pangolin.public-resources.lightweight-music-server.full-domain: "${LMS_FULL_DOMAIN}"
@@ -105,7 +105,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/lyrion-music-server.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/lyrion-music-server.png"
net.unraid.docker.webui: "https://${LMS_FULL_DOMAIN_2}" net.unraid.docker.webui: "https://${LMS_FULL_DOMAIN_2}"
folder.view2: "Services" folder.view3: "Services"
pangolin.public-resources.lightweight-music-server-2.name: "${LMS_RESOURCE_NAME_2}" pangolin.public-resources.lightweight-music-server-2.name: "${LMS_RESOURCE_NAME_2}"
pangolin.public-resources.lightweight-music-server-2.full-domain: "${LMS_FULL_DOMAIN_2}" pangolin.public-resources.lightweight-music-server-2.full-domain: "${LMS_FULL_DOMAIN_2}"
+2 -2
View File
@@ -19,7 +19,7 @@ services:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/couchdb.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/couchdb.png"
net.unraid.docker.webui: "https://obsidian.homecube.org/_utils" net.unraid.docker.webui: "https://obsidian.homecube.org/_utils"
net.unraid.docker.shell: bash net.unraid.docker.shell: bash
folder.view2: "Databases" folder.view3: "Databases"
obsidian: obsidian:
image: lscr.io/linuxserver/obsidian:latest image: lscr.io/linuxserver/obsidian:latest
@@ -37,4 +37,4 @@ services:
net.unraid.docker.webui: "https://notes.obsidian.homecube.org" net.unraid.docker.webui: "https://notes.obsidian.homecube.org"
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png"
net.unraid.docker.shell: bash net.unraid.docker.shell: bash
folder.view2: "Services" folder.view3: "Services"
+1 -1
View File
@@ -12,7 +12,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/bitwarden.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/bitwarden.png"
net.unraid.docker.webui: "https://${DOMAIN}" net.unraid.docker.webui: "https://${DOMAIN}"
folder.view2: "Services" folder.view3: "Services"
pangolin.public-resources.vaultwarden-server.name: "${RESOURCE_NAME}" pangolin.public-resources.vaultwarden-server.name: "${RESOURCE_NAME}"
pangolin.public-resources.vaultwarden-server.full-domain: "${DOMAIN}" pangolin.public-resources.vaultwarden-server.full-domain: "${DOMAIN}"
+2 -2
View File
@@ -1,6 +1,6 @@
services: services:
newt: newt:
image: fosrl/newt:1.10.3 image: fosrl/newt:1.14.0
networks: networks:
- pangolin - pangolin
container_name: newt container_name: newt
@@ -16,7 +16,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pangolin.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pangolin.png"
net.unraid.docker.webui: "https://proxy.homecube.org" net.unraid.docker.webui: "https://proxy.homecube.org"
folder.view2: "Networking" folder.view3: "Networking"
networks: networks:
pangolin: pangolin:
+3 -3
View File
@@ -12,7 +12,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/home-assistant.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/home-assistant.png"
net.unraid.docker.webui: "https://home-assistant.homecube.org" net.unraid.docker.webui: "https://home-assistant.homecube.org"
folder.view2: "Services" folder.view3: "Services"
# HOMEPAGE # HOMEPAGE
homepage.group: Infrastructure homepage.group: Infrastructure
@@ -47,7 +47,7 @@ services:
# volumes: # volumes:
# - /mnt/user/appdata/hass_otbr:/var/lib/thread # - /mnt/user/appdata/hass_otbr:/var/lib/thread
# labels: # labels:
# folder.view2: "Services" # folder.view3: "Services"
matter-server: matter-server:
image: ghcr.io/matter-js/python-matter-server:stable image: ghcr.io/matter-js/python-matter-server:stable
@@ -65,4 +65,4 @@ services:
- /run/dbus:/run/dbus:ro - /run/dbus:/run/dbus:ro
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/matter.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/matter.png"
folder.view2: "Services" folder.view3: "Services"
+32 -7
View File
@@ -18,16 +18,17 @@ services:
retries: 3 retries: 3
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mysql-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mysql-icon.png"
folder.view2: "Databases" folder.view3: "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.view3: "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
+36 -10
View File
@@ -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
@@ -32,7 +34,26 @@ services:
retries: 5 retries: 5
labels: labels:
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.view3: "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
@@ -51,14 +72,19 @@ services:
condition: service_healthy condition: service_healthy
labels: labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/qbittorrent-icon.png" net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/qbittorrent-icon.png"
folder.view2: "Services" folder.view3: "Services"
# HOMEPAGE # HOMEPAGE
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
+12 -5
View File
@@ -1,6 +1,6 @@
services: services:
gitea: gitea:
image: docker.gitea.com/gitea:1.26 image: docker.gitea.com/gitea:latest
container_name: gitea container_name: gitea
networks: networks:
- default - default
@@ -29,7 +29,7 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "222:22" - "6734:3000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"] test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]
interval: 30s interval: 30s
@@ -39,7 +39,7 @@ services:
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
net.unraid.docker.webui: "https://${DOMAIN}" net.unraid.docker.webui: "https://${DOMAIN}"
folder.view2: "Services" folder.view3: "Services"
pangolin.public-resources.gitea-version-control.name: "${RESOURCE_NAME}" pangolin.public-resources.gitea-version-control.name: "${RESOURCE_NAME}"
pangolin.public-resources.gitea-version-control.full-domain: "${DOMAIN}" pangolin.public-resources.gitea-version-control.full-domain: "${DOMAIN}"
@@ -48,7 +48,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 +59,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
@@ -70,6 +75,8 @@ services:
runner: runner:
image: docker.io/gitea/act_runner:latest image: docker.io/gitea/act_runner:latest
container_name: gitea-runner container_name: gitea-runner
ports:
- "8012:8012"
depends_on: depends_on:
gitea: gitea:
condition: service_healthy condition: service_healthy
@@ -84,7 +91,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
labels: labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png" net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
folder.view2: "Runners" folder.view3: "Runners"
networks: networks:
pangolin: pangolin:
+1
View File
@@ -0,0 +1 @@
false
@@ -0,0 +1,7 @@
services:
writing-webapp:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
+33
View File
@@ -0,0 +1,33 @@
services:
writing-webapp:
image: registry.homecube.org/writing-webapp/app:main
container_name: writing-webapp
networks:
- pangolin
labels:
- net.unraid.docker.icon=https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/booklogr.png
- net.unraid.docker.webui=https://${FULL_DOMAIN}
- folder.view3=Services
- pangolin.public-resources.writing-webapp.name=Writing-Webapp
- pangolin.public-resources.writing-webapp.full-domain=${FULL_DOMAIN}
- pangolin.public-resources.writing-webapp.protocol=http
- pangolin.public-resources.writing-webapp.auth.sso-enabled=true
- pangolin.public-resources.writing-webapp.auth.sso-roles[0]=Member
- pangolin.public-resources.writing-webapp.targets[0].method=http
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.enabled=true
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.hostname=writing-webapp
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.port=8080
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.path=/
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.method=GET
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.status=200
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.interval=30
- pangolin.public-resources.writing-webapp.targets[0].healthcheck.timeout=5
networks:
pangolin:
name: pangolin_net
external: true
+1
View File
@@ -0,0 +1 @@
writing-webapp