provide app url's

This commit is contained in:
Peter 2024-11-11 20:27:26 +01:00
parent 4cb7926fa4
commit 619d82c6f0

View file

@ -3,13 +3,12 @@ ppm_apps:
user: git user: git
chicken_egg_appdefinition: ../forgejo/ chicken_egg_appdefinition: ../forgejo/
appconfig: appconfig:
code:
type: localfiles
directory: forgejo
restic: restic:
url: "{{ lookup('file', 'passwords/ppm-forgejo-url') }}" url: "{{ lookup('file', 'passwords/ppm-forgejo-url') }}"
password: "{{ lookup('file', 'passwords/ppm-forgejo-password') }}" password: "{{ lookup('file', 'passwords/ppm-forgejo-password') }}"
backupname: "{{ lookup('file', 'passwords/ppm-forgejo-name') }}" backupname: "{{ lookup('file', 'passwords/ppm-forgejo-name') }}"
appinfo:
url: https://ppm.pfoe.be/ppm/forgejo.git
config: config:
publicurl: ppm.pfoe.be publicurl: ppm.pfoe.be
@ -22,6 +21,8 @@ ppm_apps:
- from: 8443 - from: 8443
to: 443 to: 443
appconfig: appconfig:
appinfo:
url: https://ppm.pfoe.be/ppm/nginx.git
code: code:
type: localfiles type: localfiles
directory: nginx directory: nginx
@ -30,6 +31,8 @@ ppm_apps:
user: runner user: runner
chicken_egg_appdefinition: ../forgejo-runner/ chicken_egg_appdefinition: ../forgejo-runner/
appconfig: appconfig:
appinfo:
url: https://ppm.pfoe.be/ppm/forgejo-runner.git
code: code:
type: localfiles type: localfiles
directory: forgejo-runner directory: forgejo-runner