You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Timm 85bbd31947 Merge branch 'master' of ssh://git.openwill.de:10022/openwill.de/Gitea 5 years ago
.gitignore add app/ and mariadb/ to gitignore 5 years ago
README.md Dokumentation über die Variablendatein .env 5 years ago
backup.sh Initial commit 5 years ago
docker-compose-prod.yml Initial commit 5 years ago
docker-compose.yml Initial commit 5 years ago

README.md

Gitea

.env Variablen für Produktion

Es muss auf dem Server eine .env Datein im Rootverzeichnis des Repos manuell mit folgendem Inhalt erstellt werden:

DB_USER=gitea
DB_NAME=gitea
DB_PASSWD=<SECRET PASSWORD>
MYSQL_ROOT_PASSWORD=<SECRET ROOT PASSWORD>