add homepage
This commit is contained in:
@@ -71,7 +71,14 @@ services:
|
||||
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"
|
||||
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Cloud
|
||||
homepage.name: Nextcloud
|
||||
homepage.icon: nextcloud.png
|
||||
homepage.href: "https://cloud.homecube.org"
|
||||
homepage.description: Files and collaboration
|
||||
|
||||
networks:
|
||||
nextcloud-exapps:
|
||||
name: nextcloud-exapps
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
true
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
dockerproxy:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
net.unraid.docker.icon: ''
|
||||
net.unraid.docker.webui: ''
|
||||
net.unraid.docker.shell: ''
|
||||
homepage:
|
||||
labels:
|
||||
net.unraid.docker.managed: 'composeman'
|
||||
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.shell: ''
|
||||
@@ -0,0 +1,53 @@
|
||||
services:
|
||||
dockerproxy:
|
||||
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||
container_name: homepage-dockerproxy
|
||||
environment:
|
||||
- CONTAINERS=1 # Allow access to viewing containers
|
||||
- SERVICES=0 # Allow access to viewing services (necessary when using Docker Swarm)
|
||||
- TASKS=0 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
||||
- POST=0 # Disallow any POST operations (effectively read-only)
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: "${FULL_DOMAIN},10.0.0.1:8027,cube.internal:8027"
|
||||
PUID: 99
|
||||
PGID: 100
|
||||
ports:
|
||||
- 8027:3000
|
||||
volumes:
|
||||
- /mnt/user/appdata/homepage:/app/config
|
||||
networks:
|
||||
- default
|
||||
- pangolin
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/homepage.png"
|
||||
net.unraid.docker.webui: "https://${FULL_DOMAIN}"
|
||||
folder.view2: "Services"
|
||||
|
||||
pangolin.public-resources.gethomepage-homepage.name: "${RESOURCE_NAME}"
|
||||
pangolin.public-resources.gethomepage-homepage.full-domain: "${FULL_DOMAIN}"
|
||||
pangolin.public-resources.gethomepage-homepage.protocol: "http"
|
||||
|
||||
pangolin.public-resources.gethomepage-homepage.auth.sso-enabled: true
|
||||
pangolin.public-resources.gethomepage-homepage.auth.sso-roles[0]: "Member"
|
||||
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].method: "http"
|
||||
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.enabled: true
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.hostname: "homepage"
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.port: 3000
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.path: "/"
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.method: "GET"
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.status: 200
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.interval: 30
|
||||
pangolin.public-resources.gethomepage-homepage.targets[0].healthcheck.timeout: 5
|
||||
|
||||
networks:
|
||||
pangolin:
|
||||
name: pangolin_net
|
||||
external: true
|
||||
@@ -0,0 +1 @@
|
||||
homepage
|
||||
@@ -70,6 +70,13 @@ services:
|
||||
- pangolin.public-resources.immich-server.rules[1].match=path
|
||||
- pangolin.public-resources.immich-server.rules[1].value=/.well-known/immich
|
||||
|
||||
# HOMEPAGE
|
||||
- homepage.group=Media
|
||||
- homepage.name=Immich
|
||||
- homepage.icon=immich.png
|
||||
- homepage.href=https://${FULL_DOMAIN}
|
||||
- homepage.description=Photo management
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
# For hardware acceleration, add one of -[armnn, cuda, rocm, openvino, rknn] to the image tag.
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
container_name: jellyfin
|
||||
environment:
|
||||
- TZ=Europe/Vienna
|
||||
- JELLYFIN_PublishedServerUrl=https://tv.homecube.org
|
||||
- JELLYFIN_PublishedServerUrl=https://${JELLYFIN_FULL_DOMAIN}
|
||||
- NVIDIA_VISIBLE_DEVICES=GPU-6fbad217-d460-d92d-5829-f3a5f2153526
|
||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
||||
runtime: nvidia
|
||||
@@ -28,9 +28,24 @@ services:
|
||||
# - 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"
|
||||
net.unraid.docker.webui: "https://${JELLYFIN_FULL_DOMAIN}"
|
||||
folder.view2: "Services"
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Media
|
||||
homepage.name: Jellyfin
|
||||
homepage.icon: jellyfin.png
|
||||
homepage.href: "https://${JELLYFIN_FULL_DOMAIN}"
|
||||
homepage.description: Media server
|
||||
# widget
|
||||
homepage.widget.type: jellyfin
|
||||
homepage.widget.version: 2
|
||||
homepage.widget.enableBlocks: true
|
||||
homepage.widget.enableMediaControl: false
|
||||
homepage.widget.expandOneStreamToTwoRows: false
|
||||
homepage.widget.url: http://10.0.0.1:8096
|
||||
homepage.widget.key: ${JELLYFIN_API_KEY}
|
||||
|
||||
lms:
|
||||
image: epoupon/lms
|
||||
container_name: lms
|
||||
@@ -69,6 +84,13 @@ services:
|
||||
pangolin.public-resources.lightweight-music-server.rules[0].match: "path"
|
||||
pangolin.public-resources.lightweight-music-server.rules[0].value: "/rest/*" # OpenSubsonicAPI
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Media
|
||||
homepage.name: LMS
|
||||
homepage.icon: navidrome.png
|
||||
homepage.href: "https://${LMS_FULL_DOMAIN}"
|
||||
homepage.description: Lightweight Music Server
|
||||
|
||||
networks:
|
||||
pangolin:
|
||||
name: pangolin_net
|
||||
|
||||
@@ -14,6 +14,13 @@ services:
|
||||
net.unraid.docker.webui: "${DOMAIN}"
|
||||
folder.view2: "Services"
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Security
|
||||
homepage.name: Vaultwarden
|
||||
homepage.icon: vaultwarden.png
|
||||
homepage.href: "${DOMAIN}"
|
||||
homepage.description: Password Manager
|
||||
|
||||
networks:
|
||||
pangolin:
|
||||
name: pangolin_net
|
||||
|
||||
@@ -13,6 +13,13 @@ services:
|
||||
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"
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Infrastructure
|
||||
homepage.name: Home Assistant
|
||||
homepage.icon: home-assistant.png
|
||||
homepage.href: https://home-assistant.homecube.org
|
||||
homepage.description: Smart Home
|
||||
|
||||
# hass_otbr:
|
||||
# container_name: hass_otbr
|
||||
|
||||
@@ -39,3 +39,10 @@ services:
|
||||
net.unraid.docker.webui: https://kimai.homecube.org
|
||||
net.unraid.docker.shell: bash
|
||||
folder.view2: "Services"
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Productivity
|
||||
homepage.name: Kimai
|
||||
homepage.icon: kimai.png
|
||||
homepage.href: https://kimai.homecube.org
|
||||
homepage.description: Time Tracking
|
||||
|
||||
@@ -52,3 +52,13 @@ services:
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://raw.githubusercontent.com/linuxserver/docker-templates/refs/heads/master/linuxserver.io/img/qbittorrent-icon.png"
|
||||
folder.view2: "Services"
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Downloads
|
||||
homepage.name: qBittorrent
|
||||
homepage.icon: qbittorrent.png
|
||||
homepage.href: https://torrent.homecube.org
|
||||
homepage.description: Torrents
|
||||
# widget
|
||||
homepage.widget.type: qbittorrent
|
||||
homepage.widget.url: http://10.0.0.1:8080
|
||||
|
||||
@@ -37,7 +37,14 @@ services:
|
||||
labels:
|
||||
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/gitea.png"
|
||||
folder.view2: "Services"
|
||||
|
||||
|
||||
# HOMEPAGE
|
||||
homepage.group: Development
|
||||
homepage.name: Gitea
|
||||
homepage.icon: gitea.png
|
||||
homepage.href: https:gitea.homecube.org
|
||||
homepage.description: Git server
|
||||
|
||||
runner:
|
||||
image: docker.io/gitea/act_runner:nightly
|
||||
container_name: gitea-runner
|
||||
|
||||
Reference in New Issue
Block a user