Add forgejo role
This commit is contained in:
4
roles/forgejo/templates/ssh-shell.j2
Normal file
4
roles/forgejo/templates/ssh-shell.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# {{ ansible_managed }}
|
||||
shift
|
||||
SHELL=/bin/bash ssh -o "ProxyCommand nc -U /run/forgejo-ssh-socat.sock" -o StrictHostKeyChecking=no git@forgejo "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $@"
|
||||
Reference in New Issue
Block a user