This commit is contained in:
Akis
2025-07-17 15:41:14 +03:00
committed by GitHub
parent 5229f07f59
commit 7ac6dd54c8
4 changed files with 25 additions and 18 deletions

View File

@@ -41,6 +41,9 @@ The website has the following **mandatory** environment variables
| :----------------- | :--------------------------------------------- |
| GHOST_URL | Your Ghost CMS URL |
| GHOST_API_KEY | Your Ghost CMS API key |
| GHOST_ALLPOSTS_URL | Your URL for all ghost posts, see below |
| KUMA_URL | Your Uptime Kuma announcements URL |
| ORIGIN | Your domain |
| ADDRESS_HEADER | Header used to retrieve client IP (Caddy only) |
> GHOST_ALLPOSTS_URL should be of the form `https://GHOST_URL/ghost/api/content/posts/?key=GHOST_API_KEY&include=authors,tags&limit=all&formats=html,plaintext`