Smoll Ansible Playbook to install Misskey
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rick 2f78f23058 Explain update in Readme 10 months ago
templates Inital Commit 11 months ago
.gitignore Inital Commit 11 months ago
.hosts_example set correct stable branch 10 months ago
LICENSE.md Inital Commit 11 months ago
README.md Explain update in Readme 10 months ago
ansible.cfg Inital Commit 11 months ago
install_misskey.yml actually restart after an update 10 months ago

README.md

Ansible Misskey

This is my small ansible playbook which installs or updates misskey.

Features

  • Installs node and other needed packages
  • Configures PostgreSQL
  • Download, Build and Init Misskey

Planned Features

  • Setup nginx
  • Configures TLS Certs via certbot
  • Debian support

Requirements

  • Ubuntu22.04 (LTS) - Jammy
  • Ssh access via ssh-key to your server
  • Sudo (playbook runs as an unprivileged user)
  • Ansible on your pc/laptop

HowTo:

  1. Copy or rename .host_example and change the variables to your needs.
  2. Run playbook via ansible-playbook -K install_misskey.yml -i .hosts ansible asks then for your sudo password

Update:

Just run this playbook again

Contributing

Currently this Gitea instance has closed registrations, but you can find my contact info over there -> https://n0id.space and send me a message if you have questions/issues/patches. Thanks <3