Implement site expiration.

Requires `feature = ["expiration"]`.
This commit is contained in:
Catherine
2026-05-29 00:13:44 +02:00
parent 9113025646
commit a7063e00ef
15 changed files with 225 additions and 42 deletions
+1
View File
@@ -27,6 +27,7 @@ forbidden-domains = []
allowed-repository-url-prefixes = []
allowed-custom-headers = ['X-Clacks-Overhead']
allow-basic-auth = false
allow-expiration = false
[audit]
node-id = 0
+2
View File
@@ -11,6 +11,7 @@ metrics = "tcp/localhost:3002"
[[wildcard]] # non-default section
domain = "codeberg.page"
preview-domain = "preview.codeberg.page"
clone-url = "https://codeberg.org/<user>/<project>.git"
index-repo = "pages"
index-repo-branch = "main"
@@ -54,6 +55,7 @@ forbidden-domains = []
allowed-repository-url-prefixes = []
allowed-custom-headers = ["X-Clacks-Overhead"]
allow-basic-auth = false
allow-expiration = false
[audit]
node-id = 0