diff options
author | 2023-06-10 11:13:04 +0200 | |
---|---|---|
committer | 2023-06-10 11:13:04 +0200 | |
commit | 84e1c7a7c49f5ecf0b75322c9554a3a89846ccc5 (patch) | |
tree | 5fbf78d6ae99030851f5f2ebc2c6731f58656e16 /docs/installation_guide/third_party.md | |
parent | [bugfix] Delete from list timeline on status deletion (#1878) (diff) | |
download | gotosocial-84e1c7a7c49f5ecf0b75322c9554a3a89846ccc5.tar.xz |
[docs] Revamp the installation guide (#1877)
This tries to revamp/restructure the installation guide. It's renamed to
"Getting Started" as it now contains a few more things than just the
installation, especially the deployment considerations which we didn't
use to spell out as much ahead of time.
Installation is now a section with the guides on their own. I've removed
a bit of redundancy like the user creation. I also removed the rogue
reverse proxy section in the Docker guide and lifted that into the
reverse proxy section.
Diffstat (limited to 'docs/installation_guide/third_party.md')
-rw-r--r-- | docs/installation_guide/third_party.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/installation_guide/third_party.md b/docs/installation_guide/third_party.md deleted file mode 100644 index 9b2b33e22..000000000 --- a/docs/installation_guide/third_party.md +++ /dev/null @@ -1,18 +0,0 @@ -# Third-Party Packaging - -Several awesome people have put time and energy into packaging GoToSocial for third-party ecosystems. - -## 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). |