provide app url's
This commit is contained in:
parent
4cb7926fa4
commit
619d82c6f0
1 changed files with 6 additions and 3 deletions
|
|
@ -3,13 +3,12 @@ ppm_apps:
|
|||
user: git
|
||||
chicken_egg_appdefinition: ../forgejo/
|
||||
appconfig:
|
||||
code:
|
||||
type: localfiles
|
||||
directory: forgejo
|
||||
restic:
|
||||
url: "{{ lookup('file', 'passwords/ppm-forgejo-url') }}"
|
||||
password: "{{ lookup('file', 'passwords/ppm-forgejo-password') }}"
|
||||
backupname: "{{ lookup('file', 'passwords/ppm-forgejo-name') }}"
|
||||
appinfo:
|
||||
url: https://ppm.pfoe.be/ppm/forgejo.git
|
||||
config:
|
||||
publicurl: ppm.pfoe.be
|
||||
|
||||
|
|
@ -22,6 +21,8 @@ ppm_apps:
|
|||
- from: 8443
|
||||
to: 443
|
||||
appconfig:
|
||||
appinfo:
|
||||
url: https://ppm.pfoe.be/ppm/nginx.git
|
||||
code:
|
||||
type: localfiles
|
||||
directory: nginx
|
||||
|
|
@ -30,6 +31,8 @@ ppm_apps:
|
|||
user: runner
|
||||
chicken_egg_appdefinition: ../forgejo-runner/
|
||||
appconfig:
|
||||
appinfo:
|
||||
url: https://ppm.pfoe.be/ppm/forgejo-runner.git
|
||||
code:
|
||||
type: localfiles
|
||||
directory: forgejo-runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue