diff options
| author | Don Delmar Davis <don@suspectdevices.com> | 2021-01-11 22:48:32 -0800 |
|---|---|---|
| committer | Don Delmar Davis <don@suspectdevices.com> | 2021-01-11 22:48:32 -0800 |
| commit | 7ac2e83d115f299702859e8f96485099b0018f9e (patch) | |
| tree | cde3114bd2c52f3f4e6e631df9120a33a5739e3c /README.md | |
| parent | 91d34351ea30d0d12251b963c0b2d78d6facab1a (diff) | |
draft susdev logos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -77,12 +77,15 @@ Gitea runs as an unprivilaged user on port 3000. To present it as a normal web s Getting apache to proxy the https required enabling 'proxy\_http2' and 'proxy' module (not 'proxy\_http') +``` +a2enmod proxy proxy_http2 +``` * Gitea configuration [etc/gitea/app.ini](https://github.com/feurig/gitea-configuration/blob/main/etc/gitea/app.ini) * Apache configuration [etc/apache2/sites-avaliable/gitea.conf](https://github.com/feurig/gitea-configuration/blob/main/etc/apache2/sites-avaliable/gitea.conf) ### Todo * Make gitea less ugly (add Susdev brand look and feel) -* Fix permission issues with certificate issues to allow for autorenewal. +* Fix permission issues with certificate issues to allow for autorenewal if possible. * Consider normalizing git user and repo locations. ## references/linkdump |
