initial commit

This commit is contained in:
Peter 2024-10-16 21:03:23 +02:00
commit cd559f9b80
5 changed files with 722 additions and 0 deletions

20
appinfo.yml Normal file
View 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: ""