homelab/roles/gitea/templates/gitea.sh.j2

3 lines
134 B
Plaintext
Raw Normal View History

2022-05-27 06:28:51 +00:00
#!/bin/sh
ssh -p {{ gitea_sshport }} -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"