config.proto: Do not use the ssh+git scheme
[aur.git] / conf / config.proto
blob560c705e742cfc801c827556b184fb6f4d72a818
1 [database]
2 dsn_prefix = 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 = 4
13 default_lang = en
14 sql_debug = 0
15 max_sessions_per_user = 8
16 login_timeout = 7200
17 persistent_cookie_timeout = 2592000
18 max_filesize_uncompressed = 8388608
19 disable_http_login = 1
20 aur_location = https://aur.archlinux.org
21 git_clone_uri_anon = https://aur.archlinux.org/%s.git
22 git_clone_uri_priv = ssh://aur@aur.archlinux.org/%s.git
23 max_rpc_results = 5000
24 aur_request_ml = aur-requests@archlinux.org
25 request_idle_time = 1209600
26 auto_orphan_age = 15552000
27 auto_delete_age = 86400
28 pkgbuild_uri = https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=%s
29 log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
30 snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz
31 enable-maintenance = 1
32 maintenance-exceptions = 127.0.0.1
34 [notifications]
35 notify-cmd = /srv/http/aurweb/scripts/notify.py
36 sendmail = /usr/bin/sendmail
37 sender = notify@aur.archlinux.org
38 reply-to = noreply@aur.archlinux.org
40 [fingerprints]
41 Ed25519 = SHA256:HQ03dn6EasJHNDlt51KpQpFkT3yBX83x7BoIkA1iv2k
42 ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
43 RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
45 [auth]
46 valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
47 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
48 git-serve-cmd = /srv/http/aurweb/git-interface/git-serve.py
49 ssh-options = no-port-forwarding,no-X11-forwarding,no-pty
51 [serve]
52 repo-path = /srv/http/aurweb/aur.git/
53 repo-regex = [a-z0-9][a-z0-9.+_-]*$
54 git-shell-cmd = /usr/bin/git-shell
55 git-update-cmd = /srv/http/aurweb/git-interface/git-update.py
56 ssh-cmdline = ssh aur@aur.archlinux.org
58 [aurblup]
59 db-path = /srv/http/aurweb/aurblup/
60 sync-dbs = core extra community multilib testing community-testing
61 servers = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64