more glance updates for apps

This commit is contained in:
Phil 2025-03-14 15:59:38 -06:00
parent 579fb581c6
commit 3fbd0c5053
8 changed files with 58 additions and 1 deletions

View File

@ -16,9 +16,18 @@ services:
MEILI_ADDR: http://meilisearch:7700 MEILI_ADDR: http://meilisearch:7700
DATA_DIR: /data DATA_DIR: /data
BROWSER_WEB_URL: http://chrome:9222 BROWSER_WEB_URL: http://chrome:9222
labels:
glance.name: Hoarder
glance.icon: si:wikibooks
glance.url: https://bookmarks.thesatelliteoflove.com/
glance.description: Bookmark manager
glance.id: hoarder
chrome: chrome:
image: gcr.io/zenika-hub/alpine-chrome:123 image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped restart: unless-stopped
labels:
glance.name: Chrome
glance.parent: hoarder
command: command:
- --no-sandbox - --no-sandbox
- --disable-gpu - --disable-gpu
@ -29,6 +38,9 @@ services:
meilisearch: meilisearch:
image: getmeili/meilisearch:v1.6 image: getmeili/meilisearch:v1.6
restart: unless-stopped restart: unless-stopped
labels:
glance.name: Meilisearch
glance.parent: hoarder
env_file: env_file:
- .env - .env
environment: environment:

View File

@ -31,6 +31,7 @@ services:
- 'git.thesatelliteoflove.com:172.20.0.5' - 'git.thesatelliteoflove.com:172.20.0.5'
runner: runner:
image: gitea/act_runner:nightly image: gitea/act_runner:nightly
restart: unless-stopped
depends_on: depends_on:
- server - server
environment: environment:

View File

@ -100,7 +100,7 @@ pages:
- stonith404/pingvin-share - stonith404/pingvin-share
- caddyserver/caddy - caddyserver/caddy
- gitroomhq/postiz-app - gitroomhq/postiz-app
- BaldissaraMatheus/Tasks.md - sabre-io/Baikal
- janeczku/calibre-web - janeczku/calibre-web
- heyform/heyform - heyform/heyform
- paperless-ngx/paperless-ngx - paperless-ngx/paperless-ngx
@ -109,6 +109,11 @@ pages:
- dgtlmoon/changedetection.io - dgtlmoon/changedetection.io
- Freika/dawarich - Freika/dawarich
- manyfold3d/manyfold - manyfold3d/manyfold
- caronc/apprise-api
- kieraneglin/pinchflat
- pinry/pinry
- syncthing/syncthing
- size: full - size: full
widgets: widgets:
- type: rss - type: rss

View File

@ -2,12 +2,21 @@ services:
broker: broker:
image: docker.io/library/redis:7 image: docker.io/library/redis:7
restart: unless-stopped restart: unless-stopped
labels:
glance.parent: paperlessngx
glance.name: Redis
volumes: volumes:
- redisdata:/data - redisdata:/data
webserver: webserver:
image: ghcr.io/paperless-ngx/paperless-ngx:latest image: ghcr.io/paperless-ngx/paperless-ngx:latest
restart: unless-stopped restart: unless-stopped
labels:
glance.name: Paperless NGX
glance.icon: si:paperlessngx
glance.url: https://papers.thesatelliteoflove.com/
glance.description: Document server
glance.id: paperlessngx
depends_on: depends_on:
- broker - broker
- gotenberg - gotenberg
@ -29,6 +38,9 @@ services:
gotenberg: gotenberg:
image: docker.io/gotenberg/gotenberg:8.7 image: docker.io/gotenberg/gotenberg:8.7
labels:
glance.parent: paperlessngx
glance.name: Gotenburg
restart: unless-stopped restart: unless-stopped
# The gotenberg chromium route is used to convert .eml files. We do not # The gotenberg chromium route is used to convert .eml files. We do not
@ -40,6 +52,9 @@ services:
tika: tika:
image: docker.io/apache/tika:latest image: docker.io/apache/tika:latest
labels:
glance.parent: paperlessngx
glance.name: Tika
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View File

@ -8,6 +8,12 @@ services:
- ./config:/config - ./config:/config
- data:/downloads - data:/downloads
image: ghcr.io/kieraneglin/pinchflat:latest image: ghcr.io/kieraneglin/pinchflat:latest
labels:
glance.name: Pinchflat
glance.icon: si:youtube
glance.url: http://netcup.porgy-porgy.ts.net:8945
glance.description: Youtube interface
glance.id: pinchflat
volumes: volumes:
data: data:
networks: networks:

View File

@ -6,6 +6,12 @@ services:
- TRUST_PROXY=true - TRUST_PROXY=true
extra_hosts: extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.5' - 'auth.thesatelliteoflove.com:172.20.0.5'
labels:
glance.name: Pingvin
glance.icon: si:files
glance.url: http://netcup.porgy-porgy.ts.net:8945
glance.description: File sharing service
glance.id: pingvin
volumes: volumes:
- data:/opt/app/backend/data - data:/opt/app/backend/data
- images:/opt/app/frontend/public/img - images:/opt/app/frontend/public/img

View File

@ -2,6 +2,12 @@ services:
pinry: pinry:
volumes: volumes:
- pinry:/data - pinry:/data
labels:
glance.name: Pinry
glance.icon: si:pinterest
glance.url: https://pin.thesatelliteoflove.com
glance.description: Pinterest clone
glance.id: pinterest
environment: environment:
- SECRET_KEY=no2254XiwYFWDnt2UW6wraSbVPRdHx8wVIeBh3jeYcI= - SECRET_KEY=no2254XiwYFWDnt2UW6wraSbVPRdHx8wVIeBh3jeYcI=
- ALLOW_NEW_REGISTRATIONS=False - ALLOW_NEW_REGISTRATIONS=False

View File

@ -3,6 +3,12 @@ services:
image: syncthing/syncthing image: syncthing/syncthing
container_name: syncthing container_name: syncthing
hostname: my-syncthing hostname: my-syncthing
labels:
glance.name: Syncthing
glance.icon: si:syncthing
glance.url: https://netcup.porgy-porgy.ts.net:8384
glance.description: Syncthing core
glance.id: Syncthing
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000