Role to deploy, configure and manage pleroma https://pleroma.social/
Go to file
muppeth 2efcb5d783 Merge pull request 'Added feature to download and add custom emoji packs'' (#5) from customemoji into master
Reviewed-on: #5
Reviewed-by: meaz <meaz@no-reply@disroot.org>
2022-05-02 17:08:44 +00:00
Playbooks initial commit 2021-11-14 14:56:49 +01:00
defaults added custom emoji deployment 2022-04-30 22:09:08 +02:00
files FIxes to pleroma ready for production deployments (#4) 2022-03-01 20:03:01 +00:00
handlers initial commit 2021-11-14 14:56:49 +01:00
tasks added custom emoji deployment 2022-04-30 22:09:08 +02:00
templates FIxes to pleroma ready for production deployments (#4) 2022-03-01 20:03:01 +00: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 FIxes to pleroma ready for production deployments (#4) 2022-03-01 20:03:01 +00:00
Vagrantfile FIxes to pleroma ready for production deployments (#4) 2022-03-01 20:03:01 +00:00

README.md

Pleroma role

Pleroma 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 pleroma instance with soapbox ui. 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.