Migrate to vars syntax
This commit is contained in:
parent
4c192e91ba
commit
d56aee909c
@ -1,23 +1,14 @@
|
|||||||
---
|
---
|
||||||
domain: "punkbase.autonomic.zone"
|
|
||||||
|
|
||||||
port: "8085"
|
|
||||||
|
|
||||||
mounts:
|
|
||||||
- /var/lib/homebase:/root/
|
|
||||||
|
|
||||||
templates:
|
|
||||||
- src: homebase.yml.j2
|
|
||||||
dest: /var/lib/homebase/.homebase.yml
|
|
||||||
|
|
||||||
env:
|
|
||||||
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
|
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
auto_letsencrypt: "false"
|
auto_letsencrypt: "false"
|
||||||
dashboard: "false"
|
dashboard: "false"
|
||||||
dat_root: "/root/.homebase"
|
|
||||||
dat_port: "3282"
|
dat_port: "3282"
|
||||||
|
dat_root: "/root/.homebase"
|
||||||
|
domain: "punkbase.autonomic.zone"
|
||||||
|
http_mirror: "true"
|
||||||
|
port: "8085"
|
||||||
|
webapi_password: "{{ webapi_password }}"
|
||||||
|
webapi_username: "{{ webapi_username }}"
|
||||||
dats:
|
dats:
|
||||||
# https://sunbeam.city/@kawaiipunk/103883932490360099
|
# https://sunbeam.city/@kawaiipunk/103883932490360099
|
||||||
- "dat://c403b7c92eb5e1b2c293425ee6623635be11211977787053e9797e94b958e6e0"
|
- "dat://c403b7c92eb5e1b2c293425ee6623635be11211977787053e9797e94b958e6e0"
|
||||||
@ -34,6 +25,13 @@ vars:
|
|||||||
- "dat://0d5dbb32bbc4af74579e35deff0877f05ef80a581da620aabedc8750aa911bbd"
|
- "dat://0d5dbb32bbc4af74579e35deff0877f05ef80a581da620aabedc8750aa911bbd"
|
||||||
# Sunbeam City Wiki
|
# Sunbeam City Wiki
|
||||||
- "dat://cf9de5d87118ad22ecd927df1c1b174632c6a1920ade2ef57f75e8421017ccc5"
|
- "dat://cf9de5d87118ad22ecd927df1c1b174632c6a1920ade2ef57f75e8421017ccc5"
|
||||||
http_mirror: "true"
|
|
||||||
webapi_password: "{{ webapi_password }}"
|
mounts:
|
||||||
webapi_username: "{{ webapi_username }}"
|
- /var/lib/homebase:/root/
|
||||||
|
|
||||||
|
templates:
|
||||||
|
- src: homebase.yml.j2
|
||||||
|
dest: /var/lib/homebase/.homebase.yml
|
||||||
|
|
||||||
|
env:
|
||||||
|
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
|
||||||
|
Reference in New Issue
Block a user