Optimized Mastodon, Discourse etc. for Flock.Town

This commit is contained in:
2025-02-20 01:19:25 +01:00
parent a70b0ed48f
commit 6e02e09471
8 changed files with 147 additions and 51 deletions

View File

@@ -2,12 +2,6 @@
This Ansible role deploys a [Matomo](https://matomo.org/) analytics platform instance using Docker.
## Requirements
- Docker and Docker-Compose installed on the host machine.
- Nginx installed for reverse proxy configuration.
- Certbot installed for SSL certificate generation.
## AI Generated
This script was created with the help of ChatGPT. The full conversation is [here](https://chat.openai.com/share/49e0c7e4-a2af-4a04-adad-7a735bdd85c4) available.

View File

@@ -1,7 +1,7 @@
---
application_id: "matomo"
database_type: "mariadb"
database_password: "{{matomo_database_password}}"
database_password: "{{applications.matomo.database_password}}"
domain: "{{domains.matomo}}" # Don't know if this is still necessary
# Disable matomo tracking for matomo, because otherwise recursiv loading technics would be neccessary