Copy/Pasta and adapt Gitea config

This commit is contained in:
Luke Murphy
2020-03-24 13:57:22 +01:00
parent 387dc65378
commit 6860106321
15 changed files with 165 additions and 0 deletions

2
ansible/templates/gitea.j2 Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
ssh -p {{ ssh_listen_port }} -o StrictHostKeyChecking=no git@{{ dokku_container_ip }} "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"