Add gitea role

Added base gitea docker setup role.

Adds automatic unattended setup with default admin account and optional
email notification setup.
This commit is contained in:
Marty Oehme 2021-12-08 09:16:32 +01:00
parent 12a3fa1e6f
commit 3a5b5680cf
Signed by: Marty
GPG key ID: B7538B8F50A1C800
10 changed files with 360 additions and 0 deletions

2
roles/gitea/files/gitea Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"