mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-09-20 07:34:15 +00:00
Implement site expiration.
Requires `feature = ["expiration"]`.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user