add working icons to all compose projects

This commit is contained in:
2025-12-06 01:01:02 +01:00
parent eaadef5e4e
commit d5d21fab95
28 changed files with 75 additions and 52 deletions

View File

@@ -2,6 +2,6 @@ services:
n8n:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256'
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.shell: ''

View File

@@ -18,5 +18,5 @@ services:
- /mnt/user/appdata/n8n/local-files:/files
labels:
folder.view2: "Services"
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/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"

View File

@@ -2,24 +2,24 @@ services:
db:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/mariadb.png'
net.unraid.docker.icon: 'https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
app:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/nextcloud.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://cloud.homecube.org'
net.unraid.docker.shell: ''
redis:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/redis.png'
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
appapi-dsp:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/nextcloud.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: ''
net.unraid.docker.shell: ''

View File

@@ -11,7 +11,7 @@ services:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/mariadb.png"
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png"
folder.view2: "Databases"
redis:
@@ -21,7 +21,7 @@ services:
- /mnt/user/appdata/nextcloud/cache:/data
command: redis-server --requirepass ${REDIS_HOST_PASSWORD}
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/redis.png"
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png"
folder.view2: "Databases"
appapi-dsp:
@@ -34,14 +34,12 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
privileged: true
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/nextcloud.png"
folder.view2: "Services"
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/nextcloud-icon.png"
folder.view2: "Nextcloud ExApps"
app:
image: nextcloud
container_name: nextcloud
ports:
- 8090:80
depends_on:
- db
- redis
@@ -70,7 +68,7 @@ services:
- APACHE_BODY_LIMIT=0
- TRUSTED_PROXIES=172.28.0.2
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/nextcloud.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://cloud.homecube.org"
folder.view2: "Services"

View File

@@ -2,12 +2,12 @@ services:
koillection:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
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.shell: ''
db:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''

View File

@@ -12,6 +12,8 @@ services:
volumes:
- /mnt/user/appdata/koillection/uploads:/uploads
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/koillection.png"
net.unraid.docker.webui: "https://koillection.homecube.org"
folder.view2: "Services"
db:
@@ -27,4 +29,5 @@ services:
volumes:
- /mnt/user/appdata/koillection/postgresql:/var/lib/postgresql/data
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png"
folder.view2: "Databases"

View File

@@ -2,6 +2,6 @@ services:
syncthing:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
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.shell: ''

View File

@@ -17,4 +17,6 @@ services:
timeout: 10s
retries: 3
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/syncthing.png"
net.unraid.docker.webui: "https://syncthing.homecube.org"
folder.view2: "Services"

View File

@@ -2,24 +2,24 @@ services:
pterodactyl-panel:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
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.shell: ''
mariadb:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
redis:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
pterodactyl-wings:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''

View File

@@ -15,6 +15,7 @@ services:
timeout: 5s
retries: 3
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mariadb-icon.png"
folder.view2: "Databases"
redis:
@@ -28,6 +29,7 @@ services:
retries: 5
start_period: 10s
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/redis.png"
folder.view2: "Databases"
pterodactyl-panel:
@@ -71,6 +73,8 @@ services:
redis:
condition: service_healthy
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png"
net.unraid.docker.webui: "https://game-servers.homecube.org"
folder.view2: "Game Servers"
pterodactyl-wings:
@@ -89,4 +93,5 @@ services:
- "2022:2022" # SFTP
working_dir: /var/lib/pterodactyl
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/pterodactyl.png"
folder.view2: "Game Servers"

View File

@@ -2,6 +2,6 @@ services:
it-tools:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/it-tools.png'
net.unraid.docker.webui: 'https://tools.homecube.org/'
net.unraid.docker.shell: ''

View File

@@ -4,6 +4,8 @@ services:
networks:
- pangolin
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/it-tools.png"
net.unraid.docker.webui: "https://tools.homecube.org/"
folder.view2: "Services"
networks:

View File

@@ -2,12 +2,12 @@ services:
ollama:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/ollama.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: 'bash'
openwebui:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
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.shell: ''

View File

@@ -11,6 +11,7 @@ services:
- /mnt/user/appdata/ollama:/root/.ollama
runtime: nvidia
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/ollama.png"
net.unraid.docker.shell: bash
folder.view2: "Services"
@@ -29,4 +30,6 @@ services:
volumes:
- /mnt/user/appdata/openwebui:/app/backend/data
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/open-webui.png"
net.unraid.docker.webui: "https://ai.homecube.org/"
folder.view2: "Services"

View File

@@ -2,6 +2,6 @@ services:
jellyfin:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/jellyfin.png'
net.unraid.docker.webui: 'https://tv.homecube.org'
net.unraid.docker.shell: ''

View File

@@ -7,8 +7,6 @@ services:
- JELLYFIN_PublishedServerUrl=https://tv.homecube.org
- NVIDIA_VISIBLE_DEVICES=GPU-6fbad217-d460-d92d-5829-f3a5f2153526
- NVIDIA_DRIVER_CAPABILITIES=all
# extra_hosts:
# - "host.docker.internal:host-gateway"
runtime: nvidia
group_add:
- "18" # "video" host group id
@@ -18,7 +16,6 @@ services:
- /dev/nvidia-modeset:/dev/nvidia-modeset
- /dev/nvidia-uvm:/dev/nvidia-uvm
- /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
# network_mode: 'host' # required to use DLNA
volumes:
- /mnt/user/appdata/jellyfin/config:/config
- /mnt/user/appdata/jellyfin/cache:/cache
@@ -26,8 +23,9 @@ services:
- /mnt/user/jellyfin-media/movies:/media2
ports:
- 8096:8096
# - 8920:8920 # optional https port
- 7359:7359/udp # auto-discovery
# - 1900:1900/udp # SSDP/DLNA
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/jellyfin.png"
net.unraid.docker.webui: "https://tv.homecube.org"
folder.view2: "Services"

View File

@@ -16,8 +16,8 @@ services:
- "5984:5984"
restart: unless-stopped
labels:
net.unraid.docker.webui: https://obsidian.homecube.org/_utils
net.unraid.docker.icon: https://couchdb.apache.org/image/couch@2x.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.shell: bash
folder.view2: "Databases"
@@ -34,8 +34,7 @@ services:
- 3000:3000
shm_size: "1gb"
labels:
net.unraid.docker.webui: https://notes.obsidian.homecube.org
# net.unraid.docker.icon: https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/main/png/obsidian.png
net.unraid.docker.icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/obsidian-logo.png
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.shell: bash
folder.view2: "Services"

View File

@@ -2,6 +2,6 @@ services:
vaultwarden:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.webui: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/bitwarden.png'
net.unraid.docker.webui: 'https://vw.homecube.org/'
net.unraid.docker.shell: ''

View File

@@ -1,12 +1,19 @@
services:
vaultwarden:
image: vaultwarden/server:latest
networks:
- pangolin
environment:
DOMAIN: ${DOMAIN}
ADMIN_TOKEN: ${VAULTWARDEN_ADMIN_TOKEN}
volumes:
- /mnt/user/appdata/vaultwarden/data:/data/
ports:
- 8000:80
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/bitwarden.png"
net.unraid.docker.webui: "https://vw.homecube.org/"
folder.view2: "Services"
networks:
pangolin:
name: pangolin_net
external: true

View File

@@ -14,7 +14,7 @@ services:
- DOCKER_SOCKET=/var/run/docker.sock
- DOCKER_ENFORCE_NETWORK_VALIDATION=true
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/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"
folder.view2: "Networking"

View File

@@ -2,6 +2,6 @@ services:
home-assistant:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256'
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.shell: ''

View File

@@ -10,6 +10,6 @@ services:
- /run/dbus:/run/dbus:ro
restart: unless-stopped
labels:
net.unraid.docker.icon: "https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://homeassistant.io&size=256"
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"
folder.view2: "Services"

View File

@@ -2,12 +2,12 @@ services:
sqldb:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mysql-icon.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
kimai:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
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.shell: 'bash'

View File

@@ -17,6 +17,7 @@ services:
timeout: 10s
retries: 3
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/mysql-icon.png"
folder.view2: "Databases"
kimai:
@@ -34,6 +35,7 @@ services:
- MAILER_URL=${MAILER_URL}
- MAILER_FROM=${MAILER_FROM}
labels:
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.shell: bash
folder.view2: "Services"

View File

@@ -2,12 +2,12 @@ services:
gluetun:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gluetun.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
qbittorrent:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/qbittorrent-icon.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''

View File

@@ -31,6 +31,7 @@ services:
timeout: 20s
retries: 5
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gluetun.png"
folder.view2: "Networking"
qbittorrent:
@@ -49,4 +50,5 @@ services:
gluetun:
condition: service_healthy
labels:
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/qbittorrent-icon.png"
folder.view2: "Services"

View File

@@ -2,12 +2,12 @@ services:
gitea:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'data:image/png;base64,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'
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
runner:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: ''
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''

View File

@@ -35,6 +35,7 @@ services:
retries: 3
start_period: 20s
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
folder.view2: "Services"
runner:
@@ -53,4 +54,5 @@ services:
- /mnt/user/appdata/gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
folder.view2: "Runners"