Compare commits
No commits in common. "3171aa5ead3c7e91448d1896d4da76b60390108f" and "648f49a8478eb2bf274f3b7df10edc1c200147e1" have entirely different histories.
3171aa5ead
...
648f49a847
15 changed files with 8 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ caddy_tls_use_staging: yes
|
||||||
|
|
||||||
blog_use_https: no
|
blog_use_https: no
|
||||||
caddy_use_https: no
|
caddy_use_https: no
|
||||||
forgejo_use_https: no
|
gitea_use_https: no
|
||||||
landingpage_use_https: no
|
landingpage_use_https: no
|
||||||
miniflux_use_https: no
|
miniflux_use_https: no
|
||||||
monica_use_https: no
|
monica_use_https: no
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,3 @@ caddy_use_https: yes
|
||||||
caddy_tls_use_staging: no
|
caddy_tls_use_staging: no
|
||||||
# caddy_email: your@email.here
|
# caddy_email: your@email.here
|
||||||
|
|
||||||
# caddy_zerossl_api_key: your-zerossl-key-here-its-free
|
|
||||||
|
|
|
||||||
|
|
@ -55,15 +55,13 @@
|
||||||
"email": "{{ caddy_email }}",
|
"email": "{{ caddy_email }}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"module": "acme"
|
"module": "acme"
|
||||||
{%- if caddy_zerossl_api_key is not undefined and not none %}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"api_key": "{{ caddy_zerossl_api_key }}",
|
{%- if caddy_email is not undefined and not none %}
|
||||||
|
"email": "{{ caddy_email }}",
|
||||||
|
{% endif %}
|
||||||
"module": "zerossl"
|
"module": "zerossl"
|
||||||
}
|
}
|
||||||
{% else %}
|
|
||||||
}
|
|
||||||
{% endif %}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
6
site.yml
6
site.yml
|
|
@ -71,10 +71,10 @@
|
||||||
role: landingpage
|
role: landingpage
|
||||||
tags: landingpage
|
tags: landingpage
|
||||||
|
|
||||||
- name: Install forgejo
|
- name: Install gitea
|
||||||
import_role:
|
import_role:
|
||||||
role: forgejo
|
role: gitea
|
||||||
tags: forgejo
|
tags: gitea
|
||||||
|
|
||||||
- name: Install ntfy
|
- name: Install ntfy
|
||||||
import_role:
|
import_role:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue