feat: add koreader sync server + fix apt cache in caddy task

This commit is contained in:
Phillip Skentelbery
2026-06-30 17:59:48 -06:00
parent ba992c6433
commit d1e5fd9d0c
7 changed files with 57 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ subdomains:
gotify_assistant: "gotify-assistant.{{ primary_domain }}" # iGotify iOS assistant
listmonk: "listmonk.{{ secondary_domain }}" # Listmonk mailing list
dir2opds: "opds.{{ primary_domain }}" # dir2opds OPDS catalog
kosync: "sync.{{ primary_domain }}" # KOReader sync server
# Email domains for notifications
email_domains:
+1 -1
View File
@@ -4,7 +4,7 @@
service_categories:
infrastructure: ["caddy", "authentik", "dockge"]
development: ["gitea", "bytestash"]
media: ["audiobookshelf", "calibre", "dir2opds", "hoarder", "manyfold"]
media: ["audiobookshelf", "calibre", "dir2opds", "hoarder", "kosync", "manyfold"]
productivity: ["paperlessngx", "baikal", "syncthing", "heyform", "dawarich", "obsidian-livesync"]
communication: ["gotosocial", "listmonk"]
monitoring: ["glance", "changedetection", "appriseapi", "gotify", "cronmaster"]