Removed multiple domain implementation for pixelfed because it's not supported by pixelfed

This commit is contained in:
Kevin Veen-Birkenbach 2023-12-16 12:27:10 +01:00
parent 1bcf06934d
commit 1154ce42cf
3 changed files with 1 additions and 6 deletions

View File

@ -133,7 +133,6 @@ domain_matrix: "chat.{{top_domain}}"
domain_mediawiki: "wiki.{{top_domain}}"
domain_nextcloud: "cloud.{{top_domain}}"
domain_pixelfed: "picture.{{top_domain}}"
domains_pixelfed: []
domain_peertube: "video.{{top_domain}}"
domains_peertube: []
domain_roulette: "roulette.{{top_domain}}"

View File

@ -1,10 +1,7 @@
---
- name: "include tasks nginx-docker-proxy-domain.yml"
include_tasks: nginx-docker-proxy-domain.yml
loop: "{{ domains }}"
loop_control:
loop_var: domain
- name: "create {{docker_compose_instance_directory}}"
file:
path: "{{docker_compose_instance_directory}}"

View File

@ -105,7 +105,6 @@
- role: docker-pixelfed
vars:
domain: "{{domain_pixelfed}}"
domains: "{{ [domain] + domains_pixelfed }}"
http_port: 8010
- name: setup peertube hosts