Compare commits

..

No commits in common. "39efaf70830bbf474b38e7d702e9972b1c0c9402" and "c0278455b4208ee8ab24b1ff3477298551c243e1" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
namespace: finallycoffee namespace: finallycoffee
name: fediverse name: fediverse
version: 0.1.0 version: 0.0.1
readme: README.md readme: README.md
authors: authors:
- transcaffeine <transcaffeine@finally.coffee> - transcaffeine <transcaffeine@finally.coffee>
description: Deploying fediverse software, mostly ActivityPub based description: Deploying fediverse software, mostly ActivityPub based
dependencies: dependencies:
"community.docker": "^3.0.0" "community.docker": "^1.10.0"
license_file: LICENSE.md license_file: LICENSE.md
build_ignore: build_ignore:
- '*.tar.gz' - '*.tar.gz'

View File

@ -1,3 +1,3 @@
--- ---
requires_ansible: ">=2.15" requires_ansible: ">=2.12"

View File

@ -1,7 +1,7 @@
--- ---
gotosocial_user: "gotosocial" gotosocial_user: "gotosocial"
gotosocial_version: 0.16.0 gotosocial_version: 0.10.0
gotosocial_base_path: "/opt/gotosocial" gotosocial_base_path: "/opt/gotosocial"
gotosocial_config_path: "{{ gotosocial_base_path }}/config" gotosocial_config_path: "{{ gotosocial_base_path }}/config"
gotosocial_template_path: "{{ gotosocial_base_path }}/templates" gotosocial_template_path: "{{ gotosocial_base_path }}/templates"