initial commit
This commit is contained in:
commit
cd559f9b80
5 changed files with 722 additions and 0 deletions
20
appinfo.yml
Normal file
20
appinfo.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
mainunit: forgejo.service
|
||||
mainunitfile: forgejo.service.j2
|
||||
ports:
|
||||
- web
|
||||
templatefiles:
|
||||
- src: compose.yml.j2
|
||||
dest: ~/compose.yml
|
||||
exports:
|
||||
web:
|
||||
- proxyaddress: "http://127.0.0.1:{{ ports.web }}"
|
||||
publicname: "{{ config.publicurl | default(name, true) }}"
|
||||
configdefinition:
|
||||
description: Extra forgejo
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
publicurl:
|
||||
type: string
|
||||
description: The domainname published to nginx
|
||||
default: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue