Hide old requests from the dashboard
[aur.git] / conf / config.proto
blobdf10b995f02ba34f443e420d990d81681506acd6
1 [database]
2 backend = mysql
3 host = localhost
4 socket = /var/run/mysqld/mysqld.sock
5 name = AUR
6 user = aur
7 password = aur
9 [options]
10 username_min_len = 3
11 username_max_len = 16
12 passwd_min_len = 8
13 default_lang = en
14 default_timezone = UTC
15 sql_debug = 0
16 max_sessions_per_user = 8
17 login_timeout = 7200
18 persistent_cookie_timeout = 2592000
19 max_filesize_uncompressed = 8388608
20 disable_http_login = 1
21 aur_location = https://aur.archlinux.org
22 git_clone_uri_anon = https://aur.archlinux.org/%s.git
23 git_clone_uri_priv = ssh://aur@aur.archlinux.org/%s.git
24 max_rpc_results = 5000
25 max_depends = 1000
26 aur_request_ml = aur-requests@archlinux.org
27 request_idle_time = 1209600
28 request_archive_time = 15552000
29 auto_orphan_age = 15552000
30 auto_delete_age = 86400
31 source_file_uri =  https://aur.archlinux.org/cgit/aur.git/tree/%s?h=%s
32 log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
33 snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz
34 enable-maintenance = 1
35 maintenance-exceptions = 127.0.0.1
37 [notifications]
38 notify-cmd = /usr/local/bin/aurweb-notify
39 sendmail = /usr/bin/sendmail
40 sender = notify@aur.archlinux.org
41 reply-to = noreply@aur.archlinux.org
43 [fingerprints]
44 Ed25519 = SHA256:HQ03dn6EasJHNDlt51KpQpFkT3yBX83x7BoIkA1iv2k
45 ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
46 RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
48 [auth]
49 valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
50 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
51 git-serve-cmd = /usr/local/bin/aurweb-git-serve
52 ssh-options = restrict
54 [serve]
55 repo-path = /srv/http/aurweb/aur.git/
56 repo-regex = [a-z0-9][a-z0-9.+_-]*$
57 git-shell-cmd = /usr/bin/git-shell
58 git-update-cmd = /usr/local/bin/aurweb-git-update
59 ssh-cmdline = ssh aur@aur.archlinux.org
61 [update]
62 max-blob-size = 256000
64 [aurblup]
65 db-path = /srv/http/aurweb/aurblup/
66 sync-dbs = core extra community multilib testing community-testing
67 server = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64
69 [mkpkglists]
70 packagesfile = /srv/http/aurweb/web/html/packages.gz
71 pkgbasefile = /srv/http/aurweb/web/html/pkgbase.gz