-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.ini
More file actions
90 lines (72 loc) · 2.01 KB
/
app.ini
File metadata and controls
90 lines (72 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# SuperNETs Gitea Deployment - Developed by acidvegas (https://git.supernets.org/supernets/gitea)
# gitea/app.ini
APP_NAME = SuperNETs Git
RUN_USER = git
[repository]
MAX_CREATION_LIMIT = 250
ENABLE_PUSH_CREATE_USER = true
DEFAULT_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls
DEFAULT_MIRROR_REPO_UNITS = repo.code,repo.releases,repo.issues,repo.pulls
DISABLE_STARS = true
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true
[ui]
SHOW_USER_EMAIL = false
DEFAULT_THEME = github
THEMES = github
[ui.meta]
AUTHOR = SuperNETs Git
DESCRIPTION = Hardest Git Repositories in the World
KEYWORDS = git, repository
[server]
DOMAIN = git.supernets.org
ROOT_URL = https://git.supernets.org/
SSH_PORT = 2222
SSH_LISTEN_PORT = 2222
START_SSH_SERVER = true
[database]
DB_TYPE = sqlite3
[admin]
DEFAULT_EMAIL_NOTIFICATIONS = disabled
[security]
INSTALL_LOCK = true
SECRET_KEY = __SECRET_KEY__
INTERNAL_TOKEN = __INTERNAL_TOKEN__
LOGIN_REMEMBER_DAYS = 31
COOKIE_REMEMBER_NAME = "supergit_brainwash"
[openid]
ENABLE_OPENID_SIGNIN = false
ENABLE_OPENID_SIGNUP = false
[service]
REQUIRE_SIGNIN_VIEW = false
ENABLE_CAPTCHA = true
REQUIRE_CAPTCHA_FOR_LOGIN = true
DEFAULT_KEEP_EMAIL_PRIVATE = true
NO_REPLY_ADDRESS = enterthevoid.blackhole
ALLOW_ONLY_INTERNAL_REGISTRATION = true
[session]
COOKIE_NAME = "supergit_sexy"
SESSION_LIFETIME = 604800 ; 7 days
[picture]
REPOSITORY_AVATAR_FALLBACK = random
[repository.mimetype_mapping]
.txt = text/plain
.log = text/plain
.csv = text/plain
.json = application/json
.xml = text/xml
[markup.plaintext]
ENABLED = true
FILE_EXTENSIONS = .txt,.log
RENDER_COMMAND = cat
IS_INPUT_FILE = false
[api]
ENABLE_SWAGGER = false
[oauth2]
ENABLED = false
[mirror]
MIN_INTERVAL = 1h
[other]
SHOW_FOOTER_VERSION = false
SHOW_FOOTER_TEMPLATE_LOAD_TIME = false
SHOW_FOOTER_POWERED_BY = false
ENABLE_SITEMAP = false