rancher-katalog/templates/gitea/README.md
2018-06-23 14:23:05 +02:00

401 B

Gitea

Git Server with Web GUI

Configuration

Now the database is up and running, we need to configure it. Make sure you remember the password for when Gitea starts.

$ docker exec -it gitea-db psql -U postgres psql (9.6.1) Type "help" for help.

postgres=# CREATE USER gitea WITH PASSWORD ''; CREATE ROLE postgres=# CREATE DATABASE gitea OWNER gitea; CREATE DATABASE postgres=# \q $