Compare commits

..

2 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 08e3cdd34d
bekkalokk/nginx: remove commented virutalhost for mediawiki 2023-09-07 18:46:47 +02:00
Oystein Kristoffer Tveit 0887286832
bekkalokk/gitea: misc changes
- change domain from git2 to git1
- enable internal SSH serer
- enable code search
- add custom logos
- update import-user-script to ignore GECOS fields
2023-09-07 18:41:52 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if API_TOKEN is None:
GITEA_API_URL = os.getenv('GITEA_API_URL')
if GITEA_API_URL is None:
GITEA_API_URL = 'https://git.pvv.ntnu.no/api/v1'
GITEA_API_URL = 'https://git2.pvv.ntnu.no/api/v1'
BANNED_SHELLS = [
"/usr/bin/nologin",