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.
|
10 months ago | |
---|---|---|
templates | 11 months ago | |
.gitignore | 11 months ago | |
.hosts_example | 10 months ago | |
LICENSE.md | 11 months ago | |
README.md | 10 months ago | |
ansible.cfg | 11 months ago | |
install_misskey.yml | 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:
- Copy or rename .host_example and change the variables to your needs.
- 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