Updated README
This commit is contained in:
parent
685e3a6586
commit
cfc3f3955e
1 changed files with 25 additions and 3 deletions
28
README.md
28
README.md
|
@ -1,15 +1,37 @@
|
||||||
# Self-host all the things!
|
# SATT: Self-host all the things!
|
||||||
|
|
||||||
A repository containing a set of [Ansible](https://www.ansible.com/) roles and playbooks to provision self-hosted Open Source services to regain control of your data.
|
A repository containing a set of [Ansible](https://www.ansible.com/) roles and playbooks to provision self-hosted Open Source services
|
||||||
|
|
||||||
|
The main goals of this project are:
|
||||||
|
|
||||||
|
* regain control of your data,
|
||||||
|
* counter the growing vendor lock-in of big corporations,
|
||||||
|
* foster decentralisation and federation
|
||||||
|
* enable individuals but also e.g. educational institutions or NGOs to quickly set up their own infrastructure,
|
||||||
|
* provide an overall well integrated set of tools which allows to use one tool together with another.
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
|
### Working
|
||||||
|
|
||||||
- Nextcloud Hub
|
- Nextcloud Hub
|
||||||
- Jitsi Meet
|
- Jitsi Meet
|
||||||
|
|
||||||
|
### WIP
|
||||||
|
|
||||||
|
- Collabora Online with integration for Nextcloud
|
||||||
|
- BigBlueButton
|
||||||
|
|
||||||
|
### Backlog
|
||||||
|
|
||||||
|
- Mumble
|
||||||
|
- Moodle
|
||||||
|
- Matrix+Riot
|
||||||
|
- Opencast
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- A server running Ubuntu or Debian and working SSH access
|
- A server running Ubuntu or some other Debian-based distribution and working SSH access
|
||||||
- Ansible on another computer that will send SSH commands to the target server to provision it
|
- Ansible on another computer that will send SSH commands to the target server to provision it
|
||||||
|
|
||||||
## Quickstart: Vagrant
|
## Quickstart: Vagrant
|
||||||
|
|
Loading…
Add table
Reference in a new issue