glance related changes
This commit is contained in:
parent
d2d0accd2c
commit
58ddde7dfc
@ -2,6 +2,11 @@ services:
|
||||
dockge:
|
||||
image: louislam/dockge:1
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
glance.name: Dockge
|
||||
glance.icon: si:docker
|
||||
glance.url: http://netcup.porgy-porgy.ts.net:5001
|
||||
glance.description: Docker management
|
||||
ports:
|
||||
# Host Port : Container Port
|
||||
- 5001:5001
|
||||
|
@ -4,6 +4,14 @@ services:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io
|
||||
container_name: changedetection
|
||||
hostname: changedetection
|
||||
extra_hosts:
|
||||
- 'chat.thesatelliteoflove.com:172.20.0.5'
|
||||
labels:
|
||||
glance.name: Changedetection
|
||||
glance.icon: si:watchtower
|
||||
glance.url: https://watcher.thesatelliteoflove.com/
|
||||
glance.description: Changedetection
|
||||
glance.id: changedetection
|
||||
volumes:
|
||||
- changedetection-data:/datastore
|
||||
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
|
||||
@ -85,6 +93,9 @@ services:
|
||||
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
|
||||
sockpuppetbrowser:
|
||||
hostname: sockpuppetbrowser
|
||||
labels:
|
||||
glance.parent: changedetection
|
||||
glance.name: Browser
|
||||
image: dgtlmoon/sockpuppetbrowser:latest
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
|
@ -2,6 +2,11 @@ services:
|
||||
codeserver:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
labels:
|
||||
glance.name: Code Server
|
||||
glance.icon: si:vscodium
|
||||
glance.url: https://code.thesatelliteoflove.com/
|
||||
glance.description: Code Server
|
||||
container_name: codeserver
|
||||
volumes:
|
||||
- home:/home
|
||||
|
@ -108,6 +108,8 @@ pages:
|
||||
- paperless-ngx/paperless-ngx
|
||||
- linuxserver/docker-calibre-web
|
||||
- coder/code-server
|
||||
- dgtlmoon/changedetection.io
|
||||
- Freika/dawarich
|
||||
- size: full
|
||||
widgets:
|
||||
- type: rss
|
||||
|
Loading…
x
Reference in New Issue
Block a user