mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Implement a maintenance mode
Add support for a maintenance mode that disables both the website and the SSH interface and can be enabled easily using a configuration option. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
2164750f1e
commit
a45b5073ca
4 changed files with 27 additions and 0 deletions
|
@ -28,6 +28,7 @@ auto_delete_age = 86400
|
|||
pkgbuild_uri = https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=%s
|
||||
log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
|
||||
snapshot_uri = https://aur.archlinux.org/cgit/aur.git/snapshot/%s.tar.gz
|
||||
enable-maintenance = 1
|
||||
|
||||
[auth]
|
||||
valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue