Glance updates

This commit is contained in:
Phil 2025-02-09 21:21:07 -07:00
parent 951531df0c
commit d43f70b68f
8 changed files with 63 additions and 11 deletions

View File

@ -11,6 +11,11 @@ services:
- ./site:/srv - ./site:/srv
- caddy_data:/data - caddy_data:/data
- caddy_config:/config - caddy_config:/config
labels:
glance.name: Caddy
glance.icon: si:caddy
glance.url: https://thesatelliteoflove.com/
glance.description: Reverse proxy
networks: networks:
default: default:
ipv4_address: 172.20.0.5 ipv4_address: 172.20.0.5

View File

@ -10,6 +10,11 @@ services:
- TZ=America/Denver - TZ=America/Denver
extra_hosts: extra_hosts:
- 'auth.thesatelliteoflove.com:172.20.0.5' - 'auth.thesatelliteoflove.com:172.20.0.5'
labels:
glance.name: Audiobookshelf
glance.icon: si:audiobookshelf
glance.url: https://audio.thesatelliteoflove.com/
glance.description: Audio book server
volumes: volumes:
audiobooks: audiobooks:
driver: local driver: local

View File

@ -18,6 +18,9 @@ services:
POSTGRES_DB: ${PG_DB:-authentik} POSTGRES_DB: ${PG_DB:-authentik}
env_file: env_file:
- .env - .env
labels:
glance.parent: authentik
glance.name: DB
trout: trout:
image: docker.io/library/redis:alpine image: docker.io/library/redis:alpine
command: --save 60 1 --loglevel warning command: --save 60 1 --loglevel warning
@ -30,6 +33,9 @@ services:
timeout: 3s timeout: 3s
volumes: volumes:
- trout:/data - trout:/data
labels:
glance.parent: authentik
glance.name: Redis
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0}
restart: unless-stopped restart: unless-stopped
@ -51,6 +57,12 @@ services:
depends_on: depends_on:
- postgresql - postgresql
- trout - trout
labels:
glance.name: Authentik
glance.icon: si:authentik
glance.url: https://auth.thesatelliteoflove.com/
glance.description: Authentication server
glance.id: authentik
worker: worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0}
restart: unless-stopped restart: unless-stopped
@ -78,6 +90,9 @@ services:
depends_on: depends_on:
- postgresql - postgresql
- trout - trout
labels:
glance.parent: authentik
glance.name: Worker
volumes: volumes:
database: database:

View File

@ -5,6 +5,11 @@ services:
volumes: volumes:
- config:/var/www/baikal/config - config:/var/www/baikal/config
- data:/var/www/baikal/Specific - data:/var/www/baikal/Specific
labels:
glance.name: Baikal
glance.icon: si:protoncalendar
glance.url: https://cal.thesatelliteoflove.com/
glance.description: CalDav server
volumes: volumes:
config: config:

View File

@ -13,6 +13,11 @@ services:
- config:/config - config:/config
- books:/books - books:/books
restart: unless-stopped restart: unless-stopped
labels:
glance.name: Calibre
glance.icon: si:calibreweb
glance.url: https://books.thesatelliteoflove.com/
glance.description: Book server
volumes: volumes:
config: config:
driver: local driver: local

View File

@ -5,6 +5,7 @@ services:
- ./config:/app/config - ./config:/app/config
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped restart: unless-stopped
extra_hosts: extra_hosts:
- 'thesatelliteoflove.com:172.20.0.5' - 'thesatelliteoflove.com:172.20.0.5'

View File

@ -5,14 +5,10 @@ pages:
widgets: widgets:
- type: calendar - type: calendar
- type: twitch-channels - type: server-stats
channels: servers:
- warhammer - type: local
- marcofrisoninjm name: Services
- miniac
- next_level_painting
- monument_hobbies
- visit_the_chronicler
- size: full - size: full
widgets: widgets:
@ -39,9 +35,8 @@ pages:
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling - UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
- UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome - UCv6J_jJa8GJqFwQNgNrMuww # ServeTheHome
- UCOk-gHyjcWZNj3Br4oxwh0A - UCOk-gHyjcWZNj3Br4oxwh0A
- type: docker-containers
- type: reddit hide-by-default: false
subreddit: selfhosted
- size: small - size: small
widgets: widgets:
@ -69,6 +64,16 @@ pages:
name: Trump Media name: Trump Media
- name: Mini Painting - name: Mini Painting
columns: columns:
- size: small
widgets:
- type: twitch-channels
channels:
- warhammer
- marcofrisoninjm
- miniac
- next_level_painting
- monument_hobbies
- visit_the_chronicler
- size: full - size: full
widgets: widgets:
- type: rss - type: rss

View File

@ -33,6 +33,11 @@ services:
condition: service_healthy condition: service_healthy
postiz-redis: postiz-redis:
condition: service_healthy condition: service_healthy
labels:
glance.name: Postiz
glance.url: https://post.thesatelliteoflove.com/
glance.description: Social media scheduler
glance.id: postiz
postiz-postgres: postiz-postgres:
image: postgres:14.5 image: postgres:14.5
@ -49,6 +54,9 @@ services:
interval: 10s interval: 10s
timeout: 3s timeout: 3s
retries: 3 retries: 3
labels:
glance.parent: postiz
glance.name: DB
postiz-redis: postiz-redis:
image: redis:7.2 image: redis:7.2
container_name: postiz-redis container_name: postiz-redis
@ -60,6 +68,9 @@ services:
retries: 3 retries: 3
volumes: volumes:
- postiz-redis-data:/data - postiz-redis-data:/data
labels:
glance.parent: postiz
glance.name: Redis