fux peertube

This commit is contained in:
ace
2021-01-17 03:17:52 +03:00
parent dc220cf490
commit 2cd9fc4fd5
3 changed files with 4 additions and 5 deletions

View File

@ -31,6 +31,7 @@ ddclient_hosts:
- "{% if chartmuseum_publish | default(false) %}charts.{{ domain }}{% else %}omitme{% endif %}"
- "{% if registry_publish | default(false) %}registry.{{ domain }}{% else %}omitme{% endif %}"
- "{% if peertube_publish | default(false) %}peertube.{{ domain }}{% else %}omitme{% endif %}"
- "{% if roundcube_publish | default(false) %}webmail.{{ domain }}{% else %}omitme{% endif %}"
- "{{ registry_readonly_ingress | default('omitme') }}"
- "{{ chartmuseum_readonly_ingress | default('omitme') }}"
- "{{ wikijs_readonly_ingress | default('omitme') }}"

View File

@ -77,6 +77,9 @@ nginx:
{% if peertube_publish %}
peertube.{{ domain }} https_{{ namespace }};
{% endif %}
{% if roundcube_publish %}
webmail.{{ domain }} https_{{ namespace }};
{% endif %}
- name: "k8s-ghp-{{ namespace }}.conf"
data: |-
{% if gitea_publish_ssh %}