Role to deploy, configure and manage pleroma https://pleroma.social/
Go to file
meaz 358c0abd22
add acl in vagrant file
2023-01-09 07:05:14 +01:00
Playbooks initial commit 2021-11-14 14:56:49 +01:00
defaults added akkoma support; changed the way frontends are installed (following akkoma's docs); switched to mangane; updated config templates 2023-01-04 00:21:10 +01:00
files added akkoma support; changed the way frontends are installed (following akkoma's docs); switched to mangane; updated config templates 2023-01-04 00:21:10 +01:00
handlers initial commit 2021-11-14 14:56:49 +01:00
tasks small changes to main.yml 2023-01-04 01:41:02 +01:00
templates added akkoma support; changed the way frontends are installed (following akkoma's docs); switched to mangane; updated config templates 2023-01-04 00:21:10 +01:00
.gitignore initial commit 2021-11-14 14:56:49 +01:00
LICENSE initial commit 2021-11-14 14:56:49 +01:00
README.md added akkoma support; changed the way frontends are installed (following akkoma's docs); switched to mangane; updated config templates 2023-01-04 00:21:10 +01:00
Vagrantfile add acl in vagrant file 2023-01-09 07:05:14 +01:00

README.md

Pleroma/Akkoma role

Pleroma/Akkoma role is was initially based on role by (Luke Hoersten)[https://src.nth.io/ansible-roles/file/2d705e63f6cb/pleroma/otp] with heavy modifications (basically re-written). This role deploys and updates OTP akkoma (default) or pleroma instance. Currently supported distributions are debian based. Role requires disroot's (nginx)[https://git.disroot.org/Disroot-Ansible/nginx] role and (postgresql)[https://github.com/ANXS/postgresql.git]. Other nginx / postgres roles could be used but may require changes in variables.

You can deploy test instance using Vagrantfile attached to the role. vagrant up

ansible-playbook -b Playbooks/pleroma.yml

Then you can then access gitea from your computer on http://192.168.33.15

To update pleroma include upgrade tag.