extract config files out of setup.sh
This commit is contained in:
parent
41ae856938
commit
f6fe57aaf1
8 changed files with 445 additions and 396 deletions
3
templates/usr/local/bin/gitea
Normal file
3
templates/usr/local/bin/gitea
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
printf -v args '%q ' "$SSH_ORIGINAL_COMMAND" "$0" "$@"
|
||||
exec ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=$args"
|
Loading…
Add table
Add a link
Reference in a new issue