diff options
author | 2023-06-04 11:40:32 +0200 | |
---|---|---|
committer | 2023-06-04 11:40:32 +0200 | |
commit | 186e849dbf58f7400673e8f57c1d0036be1327ad (patch) | |
tree | 1cc6c64290a2a2db7055b13fbe01611f05a2cf7a /docs/installation_guide | |
parent | [chore] Update versions, fix lint errors (#1860) (diff) | |
download | gotosocial-186e849dbf58f7400673e8f57c1d0036be1327ad.tar.xz |
[docs] Add Repology stats (#1859)
Instead of a manually curated list of distribution packages, this adds
the Repology[1] widget instead.
This also separates out the distribution packages from the
self-hosting/deployment options into their own sections.
[1]: https://repology.org/project/gotosocial/versions
Diffstat (limited to 'docs/installation_guide')
-rw-r--r-- | docs/installation_guide/third_party.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/installation_guide/third_party.md b/docs/installation_guide/third_party.md index bff1fd769..9b2b33e22 100644 --- a/docs/installation_guide/third_party.md +++ b/docs/installation_guide/third_party.md @@ -1,9 +1,18 @@ # Third-Party Packaging -Several awesome people have put time and energy into packaging GoToSocial for third-party ecosystems. These projects are listed below: +Several awesome people have put time and energy into packaging GoToSocial for third-party ecosystems. -- [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe). -- [Unofficial Arch Linux Package](https://aur.archlinux.org/packages/gotosocial) -- [Ansible Playbook (MASH)](https://github.com/mother-of-all-self-hosting/mash-playbook): The playbook supports a many services, including GoToSocial. [Documentation](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/services/gotosocial.md) +## Distribution packaging These packages are not maintained by GoToSocial, so please direct questions and issues to the repository maintainers (and donate to them!). + +[](https://repology.org/project/gotosocial/versions) + +## Self-hosting + +You can deploy your own instance of GoToSocial with the help of: + +- [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe). +- [Ansible Playbook (MASH)](https://github.com/mother-of-all-self-hosting/mash-playbook): The playbook supports a many services, including GoToSocial. [Documentation](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/services/gotosocial.md) +- GoToSocial Helm Charts: + - [GoToSocial Helm Chart](https://github.com/fSocietySocial/charts/tree/main/charts/gotosocial) by [0hlov3](https://github.com/0hlov3). |