add autokuma labels
This commit is contained in:
@@ -18,6 +18,15 @@ services:
|
|||||||
POSTGRES_DB: ${PG_DB:-authentik}
|
POSTGRES_DB: ${PG_DB:-authentik}
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'homelab'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.authentik.http.name: 'Authentik'
|
||||||
|
kuma.authentik.http.url: 'https://auth.domr.ovh'
|
||||||
|
kuma.authentik.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:alpine
|
image: docker.io/library/redis:alpine
|
||||||
command: --save 60 1 --loglevel warning
|
command: --save 60 1 --loglevel warning
|
||||||
|
|||||||
@@ -79,6 +79,16 @@ services:
|
|||||||
# This maps it to a "bookstack_db_data" folder in the same
|
# This maps it to a "bookstack_db_data" folder in the same
|
||||||
# directory as this compose config file.
|
# directory as this compose config file.
|
||||||
- /home/soenke/dockerdata/bookstack/bookstack_db_data:/config
|
- /home/soenke/dockerdata/bookstack/bookstack_db_data:/config
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.bookstack.http.name: 'Bookstack'
|
||||||
|
kuma.bookstack.http.url: 'https://bookstack.domr.ovh'
|
||||||
|
kuma.bookstack.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
# These ports are commented out as you don't really need this port
|
# These ports are commented out as you don't really need this port
|
||||||
# exposed for normal use, mainly only if connecting direct the the
|
# exposed for normal use, mainly only if connecting direct the the
|
||||||
|
|||||||
@@ -22,6 +22,16 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /home/soenke/docker-data/bracket/backend/static:/app/static
|
- /home/soenke/docker-data/bracket/backend/static:/app/static
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.bracketbackend.http.name: 'Bracket Backend'
|
||||||
|
kuma.bracketbackend.http.url: 'https://backend.bracket.domr.ovh'
|
||||||
|
kuma.bracketbackend.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
bracket-frontend:
|
bracket-frontend:
|
||||||
container_name: bracket-frontend
|
container_name: bracket-frontend
|
||||||
@@ -31,6 +41,16 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.bracket.http.name: 'Bracket'
|
||||||
|
kuma.bracket.http.url: 'https://bracket.domr.ovh'
|
||||||
|
kuma.bracket.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -26,6 +26,17 @@ services:
|
|||||||
- CADDY_API_ENDPOINT=http://192.168.1.65:2019
|
- CADDY_API_ENDPOINT=http://192.168.1.65:2019
|
||||||
networks:
|
networks:
|
||||||
- caddy-network
|
- caddy-network
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.caddy.http.name: 'Caddy'
|
||||||
|
kuma.caddy.http.url: 'https://caddy.domr.ovh'
|
||||||
|
kuma.caddy.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
caddy-network:
|
caddy-network:
|
||||||
|
|
||||||
|
|||||||
@@ -13,4 +13,15 @@ services:
|
|||||||
- /home/soenke/docker-data/changedetect/config:/config
|
- /home/soenke/docker-data/changedetect/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 5238:5000
|
- 5238:5000
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.changedetect.http.name: 'Changedetect'
|
||||||
|
kuma.changedetect.http.url: 'https://changedetect.domr.ovh'
|
||||||
|
kuma.changedetect.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -28,3 +28,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '4018:4018'
|
- '4018:4018'
|
||||||
- '4019:4019'
|
- '4019:4019'
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.chartbrew.http.name: 'Chartbrew'
|
||||||
|
kuma.chartbrew.http.url: 'https://chartbrew.domr.ovh'
|
||||||
|
kuma.chartbrew.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|||||||
@@ -9,3 +9,13 @@ services:
|
|||||||
- JWT_SECRET=a1fd043661609d72a0447a1c2c1b1fc3ac6e1e610ef76af82c4239f59a512ae8f0b5e1d080011567a4b47bc27eeaa79e9653a8caa574957a575c91609ed881cfd96dd7dbed388d0dbada10787b00876d40415efd2f01d131b6de0b4f5e67ea55bf35d69b778aedde31c7f245972a352b713984ee63733d22ca9399940af70c3546b37d3afaa24158547238064b42a4aae9e283c3087a9742b6bda3401c2710bd138c4d90718726b7927c4f13cfbea2b55b85149360dc435257c4d16a31a7e5881806037d2f06c40e7bc5c5a1904a2c8e6c7e35998228fdf6be73b52c76aad82fb0f906d225503adda7e2aed65212b0cdca25c19182cb21957677c36a6c53cd46
|
- JWT_SECRET=a1fd043661609d72a0447a1c2c1b1fc3ac6e1e610ef76af82c4239f59a512ae8f0b5e1d080011567a4b47bc27eeaa79e9653a8caa574957a575c91609ed881cfd96dd7dbed388d0dbada10787b00876d40415efd2f01d131b6de0b4f5e67ea55bf35d69b778aedde31c7f245972a352b713984ee63733d22ca9399940af70c3546b37d3afaa24158547238064b42a4aae9e283c3087a9742b6bda3401c2710bd138c4d90718726b7927c4f13cfbea2b55b85149360dc435257c4d16a31a7e5881806037d2f06c40e7bc5c5a1904a2c8e6c7e35998228fdf6be73b52c76aad82fb0f906d225503adda7e2aed65212b0cdca25c19182cb21957677c36a6c53cd46
|
||||||
volumes:
|
volumes:
|
||||||
- /home/soenke/docker-data/convertx/data:/app/data
|
- /home/soenke/docker-data/convertx/data:/app/data
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.convertx.http.name: 'convertx'
|
||||||
|
kuma.convertx.http.url: 'https://convertx.domr.ovh'
|
||||||
|
kuma.convertx.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
@@ -11,3 +11,13 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DT_ENV=selfhosted
|
- DT_ENV=selfhosted
|
||||||
- DT_SQLITE_PATH=/donetick-data/donetick.db
|
- DT_SQLITE_PATH=/donetick-data/donetick.db
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.donetick.http.name: 'donetick'
|
||||||
|
kuma.donetick.http.url: 'https://todos.domr.ovh'
|
||||||
|
kuma.donetick.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|||||||
@@ -20,3 +20,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 9997:80
|
- 9997:80
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.erugo.http.name: 'erugo'
|
||||||
|
kuma.erugo.http.url: 'https://erugo.domr.ovh'
|
||||||
|
kuma.erugo.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
@@ -5,4 +5,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8267:80"
|
- "8267:80"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.excalidraw.http.name: 'excalidraw'
|
||||||
|
kuma.excalidraw.http.url: 'https://excalidraw.domr.ovh'
|
||||||
|
kuma.excalidraw.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,16 @@ services:
|
|||||||
- '8950:8080'
|
- '8950:8080'
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.firefly.http.name: 'firefly'
|
||||||
|
kuma.firefly.http.url: 'https://firefly.domr.ovh'
|
||||||
|
kuma.firefly.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
db:
|
db:
|
||||||
image: mariadb:lts
|
image: mariadb:lts
|
||||||
hostname: db
|
hostname: db
|
||||||
|
|||||||
@@ -17,4 +17,14 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8884:80
|
- 8884:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.freshrss.http.name: 'freshrss'
|
||||||
|
kuma.freshrss.http.url: 'https://rss.domr.ovh'
|
||||||
|
kuma.freshrss.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
|
|||||||
@@ -141,4 +141,14 @@ services:
|
|||||||
## enable next line when using nginx
|
## enable next line when using nginx
|
||||||
## - 8080/tcp
|
## - 8080/tcp
|
||||||
restart: always
|
restart: always
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.guacamole.http.name: 'guacamole'
|
||||||
|
kuma.guacamole.http.url: 'https://guac.domr.ovh/guacamole'
|
||||||
|
kuma.guacamole.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|
||||||
|
|||||||
@@ -10,3 +10,13 @@ services:
|
|||||||
- SECRET_ENCRYPTION_KEY=c99349e72b4267a0ba7a19fa2de53cfdbd73708974338d2abe36f1379fe8ba7c
|
- SECRET_ENCRYPTION_KEY=c99349e72b4267a0ba7a19fa2de53cfdbd73708974338d2abe36f1379fe8ba7c
|
||||||
ports:
|
ports:
|
||||||
- '7575:7575'
|
- '7575:7575'
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.homarr.http.name: 'homarr'
|
||||||
|
kuma.homarr.http.url: 'https://homarr.domr.ovh/guacamole'
|
||||||
|
kuma.homarr.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
@@ -9,3 +9,13 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||||
environment:
|
environment:
|
||||||
- HOMEPAGE_ALLOWED_HOSTS=gethomepage.dev,homepage.domr.ovh,homepage.home.domroese.eu,homepage.domr.ovh:80,homepage.domr.ovh:443 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
- HOMEPAGE_ALLOWED_HOSTS=gethomepage.dev,homepage.domr.ovh,homepage.home.domroese.eu,homepage.domr.ovh:80,homepage.domr.ovh:443 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.homepage.http.name: 'homepage'
|
||||||
|
kuma.homepage.http.url: 'https://homepage.domr.ovh/guacamole'
|
||||||
|
kuma.homepage.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|||||||
@@ -8,3 +8,13 @@ services:
|
|||||||
- UID=1000
|
- UID=1000
|
||||||
- GID=1000
|
- GID=1000
|
||||||
image: 'corentinth/it-tools:latest'
|
image: 'corentinth/it-tools:latest'
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.ittools.http.name: 'ittools'
|
||||||
|
kuma.ittools.http.url: 'https://ittools.domr.ovh/guacamole'
|
||||||
|
kuma.ittools.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|||||||
@@ -11,6 +11,17 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${JENKINS_HOME_PATH}:/var/jenkins_home
|
- ${JENKINS_HOME_PATH}:/var/jenkins_home
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.jenkins.http.name: 'jenkins'
|
||||||
|
kuma.jenkins.http.url: 'https://jenkins.domr.ovh/'
|
||||||
|
kuma.jenkins.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
agent:
|
agent:
|
||||||
image: jenkins/ssh-agent:jdk11
|
image: jenkins/ssh-agent:jdk11
|
||||||
container_name: jenkins_sandbox_agent
|
container_name: jenkins_sandbox_agent
|
||||||
|
|||||||
@@ -30,4 +30,14 @@ services:
|
|||||||
- /home/soenke/docker-data/kopia/repository:/repository
|
- /home/soenke/docker-data/kopia/repository:/repository
|
||||||
# Mount path for browsing mounted snaphots
|
# Mount path for browsing mounted snaphots
|
||||||
- /home/soenke/docker-data/kopia/tmp:/tmp:shared
|
- /home/soenke/docker-data/kopia/tmp:/tmp:shared
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.kopia.http.name: 'kopia'
|
||||||
|
kuma.kopia.http.url: 'https://kopia.domr.ovh/'
|
||||||
|
kuma.kopia.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|
||||||
|
|||||||
@@ -65,6 +65,16 @@ services:
|
|||||||
OIDC_AUTO_REDIRECT: true # Optional: The login page will be bypassed and you will be sent directly to your Identity Provider.
|
OIDC_AUTO_REDIRECT: true # Optional: The login page will be bypassed and you will be sent directly to your Identity Provider.
|
||||||
OIDC_REMEMBER_ME: true # Optional: By setting this value to true, a session will be extended as if "Remember Me" was checked.
|
OIDC_REMEMBER_ME: true # Optional: By setting this value to true, a session will be extended as if "Remember Me" was checked.
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.mealie.http.name: 'mealie'
|
||||||
|
kuma.mealie.http.url: 'https://mealie.domr.ovh/'
|
||||||
|
kuma.mealie.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
@@ -10,3 +10,13 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- MEMOS_MODE=prod
|
- MEMOS_MODE=prod
|
||||||
- MEMOS_PORT=5230
|
- MEMOS_PORT=5230
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.memos.http.name: 'memos'
|
||||||
|
kuma.memos.http.url: 'https://memos.domr.ovh/'
|
||||||
|
kuma.memos.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
@@ -12,7 +12,15 @@ services:
|
|||||||
NTFY_ATTACHMENT_CACHE_DIR: /var/lib/ntfy/attachments
|
NTFY_ATTACHMENT_CACHE_DIR: /var/lib/ntfy/attachments
|
||||||
NTFY_ENABLE_LOGIN: true
|
NTFY_ENABLE_LOGIN: true
|
||||||
NTFY_UPSTREAM_BASE_URL: https://ntfy.domr.ovh
|
NTFY_UPSTREAM_BASE_URL: https://ntfy.domr.ovh
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.jenkins.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
kuma.ntfy.http.name: 'Notify'
|
kuma.ntfy.http.name: 'Notify'
|
||||||
kuma.ntfy.http.url: 'https://ntfy.domr.ovh'
|
kuma.ntfy.http.url: 'https://ntfy.domr.ovh'
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -26,4 +26,14 @@ services:
|
|||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
ports:
|
ports:
|
||||||
- 1180:8080
|
- 1180:8080
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.ollama.http.name: 'ollama'
|
||||||
|
kuma.ollama.http.url: 'https://ollama.domr.ovh/'
|
||||||
|
kuma.ollama.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,13 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8579:80"
|
- "8579:80"
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.omnitools.http.name: 'omnitools'
|
||||||
|
kuma.omnitools.http.url: 'https://omnitools.domr.ovh/'
|
||||||
|
kuma.omnitools.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
PAPERLESS_SECRET_KEY="UkvhWQ5frosxA%JKY5XGGtVABxjD87QKRqNX4uM&F8UsFh@MkQYZ@4bkCwJmazLKen346zbZA$q$DaKZB*wrF8g&8uyycigab67uTNGa5TirFA7UHSQF2qLG%fj7Kp$9"
|
PAPERLESS_SECRET_KEY="UkvhWQ5frosxA%JKY5XGGtVABxjD87QKRqNX4uM&F8UsFh@MkQYZ@4bkCwJmazLKen346zbZA$q$DaKZB*wrF8g&8uyycigab67uTNGa5TirFA7UHSQF2qLG%fj7Kp$9"
|
||||||
|
|
||||||
PAPERLESS_URL=https://paperless.home.domroese.eu
|
PAPERLESS_URL=https://paperless.domr.ovh
|
||||||
PAPERLESS_ALLOWED_HOSTS=paperless.home.domroese.eu
|
PAPERLESS_ALLOWED_HOSTS=paperless.domr.ovh
|
||||||
PAPERLESS_CSRF_TRUSTED_ORIGINS=['https://paperless.home.domroese.eu']
|
PAPERLESS_CSRF_TRUSTED_ORIGINS=['https://paperless.domr.ovh']
|
||||||
PAPERLESS_CORS_ALLOWED_HOSTS=https://paperless.home.domroese.eu
|
PAPERLESS_CORS_ALLOWED_HOSTS=https://paperless.domr.ovh
|
||||||
PAPERLESS_ADMIN_MAIL=soenke@domroese.eu
|
PAPERLESS_ADMIN_MAIL=soenke@domroese.eu
|
||||||
PAPERLESS_CONSUMER_ENABLE_BARCODES=true
|
PAPERLESS_CONSUMER_ENABLE_BARCODES=true
|
||||||
PAPERLESS_TIME_ZONE=Europe/Berlin
|
PAPERLESS_TIME_ZONE=Europe/Berlin
|
||||||
|
|||||||
@@ -95,7 +95,16 @@ services:
|
|||||||
"OAUTH_PKCE_ENABLED": "True"
|
"OAUTH_PKCE_ENABLED": "True"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.paperless.http.name: 'paperless'
|
||||||
|
kuma.paperless.http.url: 'https://paperless.domr.ovh/'
|
||||||
|
kuma.paperless.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: docker.io/gotenberg/gotenberg:7.10
|
image: docker.io/gotenberg/gotenberg:7.10
|
||||||
|
|||||||
@@ -10,6 +10,19 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8632:8080"
|
- "8632:8080"
|
||||||
- "3632:3000"
|
- "3632:3000"
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.plantit.http.name: 'plantit'
|
||||||
|
kuma.plantit.http.url: 'https://plantit.domr.ovh/'
|
||||||
|
kuma.plantit.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
kuma.plantitapi.http.name: 'plantit api'
|
||||||
|
kuma.plantitapi.http.url: 'https://api.plantit.domr.ovh/'
|
||||||
|
kuma.plantitapi.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
|||||||
@@ -6,3 +6,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '2661:8080'
|
- '2661:8080'
|
||||||
container_name: shiori
|
container_name: shiori
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.shiori.http.name: 'shiori'
|
||||||
|
kuma.shiori.http.url: 'https://shiori.domr.ovh/'
|
||||||
|
kuma.shiori.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
@@ -24,3 +24,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 1378:80
|
- 1378:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.speedtesttracker.http.name: 'speedtesttracker'
|
||||||
|
kuma.speedtesttracker.http.url: 'https://speedtesttracker.domr.ovh/'
|
||||||
|
kuma.speedtesttracker.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|||||||
@@ -12,3 +12,13 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DOCKER_ENABLE_SECURITY=false
|
- DOCKER_ENABLE_SECURITY=false
|
||||||
- LANGS=en_GB
|
- LANGS=en_GB
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.stirlingpdf.http.name: 'stirlingpdf'
|
||||||
|
kuma.stirlingpdf.http.url: 'https://stirlingpdf.domr.ovh/'
|
||||||
|
kuma.stirlingpdf.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
|
|||||||
@@ -14,3 +14,13 @@ services:
|
|||||||
user: unifi
|
user: unifi
|
||||||
container_name: unifi
|
container_name: unifi
|
||||||
image: jacobalberty/unifi
|
image: jacobalberty/unifi
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.unify.http.name: 'unify'
|
||||||
|
kuma.unify.http.url: 'https://unify.domr.ovh/'
|
||||||
|
kuma.unify.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|||||||
@@ -7,3 +7,13 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- '8030:3001'
|
- '8030:3001'
|
||||||
restart: always
|
restart: always
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.uptimekuma.http.name: 'uptimekuma'
|
||||||
|
kuma.uptimekuma.http.url: 'https://uptimekuma.domr.ovh/'
|
||||||
|
kuma.jenkinsuptimekuma.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "homelab", "value": "" }]'
|
||||||
|
|||||||
@@ -11,3 +11,13 @@ services:
|
|||||||
- '/home/soenke/docker-data/wallos/db:/var/www/html/db'
|
- '/home/soenke/docker-data/wallos/db:/var/www/html/db'
|
||||||
- '/home/soenke/docker-data/wallos/logos:/var/www/html/images/uploads/logos'
|
- '/home/soenke/docker-data/wallos/logos:/var/www/html/images/uploads/logos'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
kuma.tools.tag.name: 'Tools'
|
||||||
|
kuma.tools.tag.color: '#FF9900'
|
||||||
|
kuma.homelab.tag.name: 'Organization'
|
||||||
|
kuma.homelab.tag.color: '#FF9955'
|
||||||
|
kuma.organization.tag.name: 'Organization'
|
||||||
|
kuma.organization.tag.color: '#FF99AA'
|
||||||
|
kuma.wallos.http.name: 'wallos'
|
||||||
|
kuma.wallos.http.url: 'https://wallos.domr.ovh/'
|
||||||
|
kuma.wallos.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
Reference in New Issue
Block a user