Compare commits

...
4 Commits
Author SHA1 Message Date
tonitrus 4e83a1716f update newt 2026-05-14 22:58:46 +02:00
tonitrus 126faba240 add external libraries to immich 2026-05-14 22:58:19 +02:00
tonitrus 509e71aa55 update nextcloud 2026-05-14 22:57:33 +02:00
tonitrus d888aac288 remove blinko llm notes app 2026-05-14 22:56:41 +02:00
5 changed files with 4 additions and 75 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ services:
folder.view2: "Nextcloud ExApps"
app:
image: nextcloud
image: nextcloud:33
container_name: nextcloud
depends_on:
- db
+2
View File
@@ -24,6 +24,8 @@ services:
volumes:
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
- ${UPLOAD_LOCATION}:/data
- /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"
- /etc/localtime:/etc/localtime:ro
ports:
- "2283:2283"
@@ -11,15 +11,3 @@ services:
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: ''
blinko:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/blinko.png'
net.unraid.docker.webui: 'https://${BLINKO_URL}'
net.unraid.docker.shell: ''
blinko-db:
labels:
net.unraid.docker.managed: 'composeman'
net.unraid.docker.icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png'
net.unraid.docker.webui: ''
net.unraid.docker.shell: ''
-61
View File
@@ -35,64 +35,3 @@ services:
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"
blinko-db:
image: postgres:15-alpine
container_name: blinko-db
environment:
POSTGRES_USER: blinko
POSTGRES_PASSWORD: blinko
POSTGRES_DB: blinko
volumes:
- /mnt/user/appdata/blinko/db:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U blinko"]
interval: 10s
timeout: 5s
retries: 5
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/postgresql.png"
folder.view2: "Databases"
blinko:
image: blinkospace/blinko:latest
container_name: blinko
networks:
- default
- pangolin
depends_on:
blinko-db:
condition: service_healthy
ollama:
condition: service_started
environment:
- DATABASE_URL=postgresql://blinko:blinko@blinko-db:5432/blinko
- NEXTAUTH_SECRET=${BLINKO_AUTH_SECRET}
- NEXTAUTH_URL=https://${BLINKO_URL}
labels:
net.unraid.docker.icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/blinko.png"
net.unraid.docker.webui: "https://${BLINKO_URL}"
folder.view2: "Services"
pangolin.public-resources.blinko.name: ${BLINKO_RESOURCE_NAME}
pangolin.public-resources.blinko.full-domain: ${BLINKO_URL}
pangolin.public-resources.blinko.protocol: http
pangolin.public-resources.blinko.auth.sso-enabled: true
pangolin.public-resources.blinko.auth.sso-roles[0]: Member
pangolin.public-resources.blinko.targets[0].method: http
pangolin.public-resources.blinko.targets[0].healthcheck.enabled: true
pangolin.public-resources.blinko.targets[0].healthcheck.hostname: blinko
pangolin.public-resources.blinko.targets[0].healthcheck.port: 1111
pangolin.public-resources.blinko.targets[0].healthcheck.path: /
pangolin.public-resources.blinko.targets[0].healthcheck.method: GET
pangolin.public-resources.blinko.targets[0].healthcheck.status: 200
pangolin.public-resources.blinko.targets[0].healthcheck.interval: 30
pangolin.public-resources.blinko.targets[0].healthcheck.timeout: 5
networks:
pangolin:
name: pangolin_net
external: true
+1 -1
View File
@@ -1,6 +1,6 @@
services:
newt:
image: fosrl/newt:1.8.1
image: fosrl/newt:1.10.3
networks:
- pangolin
container_name: newt