Added base gitea docker setup role. Adds automatic unattended setup with default admin account and optional email notification setup.
2 lines
127 B
Bash
Executable file
2 lines
127 B
Bash
Executable file
#!/usr/bin/env sh
|
|
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
|