Compare commits

..

No commits in common. "main" and "transcaffeine/fediwall" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,6 @@ authors:
description: Deploying fediverse software, mostly ActivityPub based
dependencies:
"community.docker": "^4.0.0"
"community.general": "^10.6.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'
@ -16,4 +15,3 @@ issues: https://codeberg.org/finallycoffee/ansible-collection-fediverse/issues
tags:
- fediwall
- gotosocial
- mastodon

View File

@ -3,7 +3,7 @@ mastodon_user: mastodon
mastodon_base_path: /opt/mastodon
mastodon_domain: ~
mastodon_web_domain: ~
mastodon_version: "4.3.8"
mastodon_version: "4.3.2"
mastodon_git_upstream_url: "https://github.com/mastodon/mastodon.git"
mastodon_data_path: "{{ mastodon_base_path }}/data"