init
This commit is contained in:
commit
6f01318bba
3 changed files with 53 additions and 0 deletions
17
pillar.example
Normal file
17
pillar.example
Normal file
|
@ -0,0 +1,17 @@
|
|||
forgejo:
|
||||
image:
|
||||
path: codeberg.org/forgejo/forgejo
|
||||
version: 7.0.5
|
||||
|
||||
config:
|
||||
default:
|
||||
app_name: my awesome code forge
|
||||
ui:
|
||||
show_user_email: "false"
|
||||
server:
|
||||
domain: git.example.com
|
||||
root_url: https://git.example.com/
|
||||
ssh_port: 22
|
||||
ssh_domain: git.example.com
|
||||
service:
|
||||
disable_registration=true
|
Loading…
Add table
Add a link
Reference in a new issue