rancher-katalog/templates/gitea
2018-06-23 14:23:05 +02:00
..
0 Add Gitea 2018-06-23 14:23:05 +02:00
catalogIcon-gitea.svg Add Gitea 2018-06-23 14:23:05 +02:00
config.yml Add Gitea 2018-06-23 14:23:05 +02:00
README.md Add Gitea 2018-06-23 14:23:05 +02:00

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 $