glance related changes
This commit is contained in:
parent
d2d0accd2c
commit
58ddde7dfc
@ -2,6 +2,11 @@ services:
|
|||||||
dockge:
|
dockge:
|
||||||
image: louislam/dockge:1
|
image: louislam/dockge:1
|
||||||
restart: unless-stopped
|
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:
|
ports:
|
||||||
# Host Port : Container Port
|
# Host Port : Container Port
|
||||||
- 5001:5001
|
- 5001:5001
|
||||||
|
@ -4,6 +4,14 @@ services:
|
|||||||
image: ghcr.io/dgtlmoon/changedetection.io
|
image: ghcr.io/dgtlmoon/changedetection.io
|
||||||
container_name: changedetection
|
container_name: changedetection
|
||||||
hostname: 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:
|
volumes:
|
||||||
- changedetection-data:/datastore
|
- changedetection-data:/datastore
|
||||||
# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support
|
# 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
|
# RECOMMENDED FOR FETCHING PAGES WITH CHROME
|
||||||
sockpuppetbrowser:
|
sockpuppetbrowser:
|
||||||
hostname: sockpuppetbrowser
|
hostname: sockpuppetbrowser
|
||||||
|
labels:
|
||||||
|
glance.parent: changedetection
|
||||||
|
glance.name: Browser
|
||||||
image: dgtlmoon/sockpuppetbrowser:latest
|
image: dgtlmoon/sockpuppetbrowser:latest
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
|
@ -2,6 +2,11 @@ services:
|
|||||||
codeserver:
|
codeserver:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: 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
|
container_name: codeserver
|
||||||
volumes:
|
volumes:
|
||||||
- home:/home
|
- home:/home
|
||||||
|
@ -108,6 +108,8 @@ pages:
|
|||||||
- paperless-ngx/paperless-ngx
|
- paperless-ngx/paperless-ngx
|
||||||
- linuxserver/docker-calibre-web
|
- linuxserver/docker-calibre-web
|
||||||
- coder/code-server
|
- coder/code-server
|
||||||
|
- dgtlmoon/changedetection.io
|
||||||
|
- Freika/dawarich
|
||||||
- size: full
|
- size: full
|
||||||
widgets:
|
widgets:
|
||||||
- type: rss
|
- type: rss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user