Set up Forgejo role and migrate Gitea to Forgejo 11
This commit is contained in:
parent
1c9721f0b2
commit
300358fa98
10 changed files with 319 additions and 19 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# vim: ft=systemd
|
||||
[Pod]
|
||||
{% if forgejo_ssh_port is defined %}
|
||||
PublishPort={{ forgejo_ssh_port }}:22
|
||||
{% endif %}
|
||||
{% if forgejo_http_port is defined %}
|
||||
PublishPort={{ forgejo_http_port }}:3000
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue