implemented pixelfed draft

This commit is contained in:
2022-11-16 11:17:37 +01:00
parent 12a9e55911
commit 61a33916ab
7 changed files with 266 additions and 0 deletions

View File

@@ -120,6 +120,14 @@
domain: "mastodon.{{top_domain}}"
http_port: 8009
stream_port: 4001
- name: setup pixelfed hosts
hosts: pixelfed_hosts
become: true
roles:
- role: docker-pixelfed
vars:
domain: pixelfed.{{top_domain}}
http_port: 8010
- name: setup akaunting hosts
hosts: akaunting_hosts
become: true