sdfg
This commit is contained in:
parent
048a0a6bba
commit
063e7e9a14
1 changed files with 45 additions and 0 deletions
45
cal.yaml
Normal file
45
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