1
0
forked from finn/site

prod cleanup for live c10

This commit is contained in:
2024-08-05 09:55:47 +00:00
parent 834c236091
commit b65daf3784
6 changed files with 80 additions and 45 deletions

View File

@@ -69,6 +69,12 @@ Find in proxy/conf.\
Find in gitea conf.\
Rebuild images.
### MariaDB backup:
```
mariadb-dump -uroot -pxxxx gitea > /bu/19840101.sql
mariadb -uroot -pxxxx gitea < /bu/19840101.sql
```
### Todo:
- gitea subdomain will require wildcard cert -- therefore "*.oily.dad" AND "oily.dad" DONE
- move more stuff from backend config into root .env
- move more stuff from backend config into root .env