Move from gitea to forgejo
Moved all variables over; moved git passthrough script to new location and naming scheme; moved settings and mentions of gitea name; switched ci woodpecker instance to use forgejo instead of gitea.
This commit is contained in:
parent
b6e30811dc
commit
648f49a847
8 changed files with 125 additions and 121 deletions
2
roles/gitea/files/forgejo
Executable file
2
roles/gitea/files/forgejo
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue