diff options
Diffstat (limited to 'group_vars/all/vars.yaml')
| -rw-r--r-- | group_vars/all/vars.yaml | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/group_vars/all/vars.yaml b/group_vars/all/vars.yaml index 12fd063..7b27440 100644 --- a/group_vars/all/vars.yaml +++ b/group_vars/all/vars.yaml @@ -1,9 +1,21 @@ +# The value in this file correspond to MY SETUP. +# You will need to change these to reflect yours. --- +# This is the secondary user you want to setup. +# Passwords go in the Vault. +username: 'kdam0' + +# This is pretty much only used for the ZFS install step. +# sbc: Currently supported ones are: + # - Rockchip: rockchip64 +# If you don't care about installing ZFS from here, leave this blank. +hardware: 'rockchip64' + # the wildcard domain under which all apps will be hosted. apps_domain: 'kumardamani.net' -# list all the app configs you want to host here. +# list of all the apps you want to run behind nginx. # port: the host port that this service will be available on. # access_domain: external (nginx) domain. # Only include when applicable. @@ -52,6 +64,16 @@ apps_conf_map: port: 31907 status_endpoint: '/system/status' curl_requires_auth: false + photoprism: + port: 31908 + access_domain: 'photos.{{ apps_domain }}' + status_endpoint: '' + curl_requires_auth: false + # adguard: + # port: 31909 + # access_domain: 'adguard.{{ apps_domain }}' + # status_endpoint: '' + # curl_requires_auth: false # list all static websites you plan to host here. # name: the root domain name of the static website. |
