aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDon Delmar Davis <don@suspectdevices.com>2021-01-11 22:48:32 -0800
committerDon Delmar Davis <don@suspectdevices.com>2021-01-11 22:48:32 -0800
commit7ac2e83d115f299702859e8f96485099b0018f9e (patch)
treecde3114bd2c52f3f4e6e631df9120a33a5739e3c /README.md
parent91d34351ea30d0d12251b963c0b2d78d6facab1a (diff)
draft susdev logos
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22db5e6..9e7a356 100644
--- a/README.md
+++ b/README.md
@@ -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