Add Template to deploy forgejo.
This template allows deploying a forgejo en either Scaleway or Hetzner (untested) without much knowledge about them. It DOES require knowledge about Terragrunt and ansible. A wizard of sorts is provided but it will not guarantee success without some knowledge about the underlying technology.
This commit is contained in:
parent
a9f546f92a
commit
822e42dbb8
48 changed files with 6846 additions and 2 deletions
14
ansible/roles/forgejo/templates/ufw-forgejo.j2
Normal file
14
ansible/roles/forgejo/templates/ufw-forgejo.j2
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Forgejo]
|
||||
title=Forgejo Git Forge
|
||||
description=Forgejo self-hosted Git service (web interface)
|
||||
ports=80,443/tcp
|
||||
|
||||
[Forgejo-SSH]
|
||||
title=Forgejo Git SSH
|
||||
description=Forgejo Git operations over SSH
|
||||
ports={{ forgejo_ssh_port }}/tcp
|
||||
|
||||
[Forgejo-Full]
|
||||
title=Forgejo Full
|
||||
description=Forgejo web interface and Git SSH
|
||||
ports=80,443,{{ forgejo_ssh_port }}/tcp
|
||||
Loading…
Add table
Add a link
Reference in a new issue