Update Gitea customizations

This commit is contained in:
James Skemp 2022-11-01 20:33:59 -05:00
parent a17a69742a
commit b84322965c
1 changed files with 3 additions and 2 deletions

View File

@ -143,8 +143,9 @@ server {
- certbot
- `sudo apt install htop` (prettier top)
- `sudo vim /etc/gitea/app.ini`
- repository > ENABLE_PUSH_CREATE_USER = true
- repository > ENABLE_PUSH_CREATE_ORG = true
- `repository` > `ENABLE_PUSH_CREATE_USER = true`
- `repository` > `ENABLE_PUSH_CREATE_ORG = true`
- `cron.repo_health_check` > `TIMEOUT = 90s`
- `sudo nano /etc/nginx/nginx.conf`
- Add `client_max_body_size 100M;` to gitea server section (to allow for larger files)
- `sudo nginx -t`