Folder reorg if prep for using git runner
This commit is contained in:
parent
304e85e450
commit
1a3749112d
102 changed files with 833 additions and 244 deletions
45
archive/cal.yaml
Normal file
45
archive/cal.yaml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
services:
|
||||
glance-ical-api:
|
||||
image: ghcr.io/awildleon/glance-ical-events:v1.3.1
|
||||
hostname: glance-ical-api
|
||||
networks:
|
||||
- netgrimoire
|
||||
environment:
|
||||
- PUID=1001
|
||||
- PGID=998
|
||||
- TZ=America/Chicago
|
||||
# user: "1001:998"
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
labels:
|
||||
# -------------------
|
||||
# Caddy
|
||||
# -------------------
|
||||
- caddy=cal.netgrimoire.com
|
||||
- caddy.reverse_proxy="{{upstreams 8076}}"
|
||||
|
||||
# -------------------
|
||||
# Diun
|
||||
# -------------------
|
||||
- diun.enable=true
|
||||
|
||||
# -------------------
|
||||
# Homepage
|
||||
# -------------------
|
||||
- homepage.group=Dashboard
|
||||
- homepage.name=Calendar Events API
|
||||
- homepage.description=Google Calendar → Glance events bridge
|
||||
- homepage.icon=calendar.png
|
||||
- homepage.href=https://cal.netgrimoire.com
|
||||
|
||||
# -------------------
|
||||
# Uptime Kuma
|
||||
# -------------------
|
||||
- kuma.glanceical.http.name="Glance iCal API"
|
||||
- kuma.glanceical.http.url=https://cal.netgrimoire.com/health
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue