commit 906981a7182f1313bd711f254b0a08a79a575ff1
parent 37d310f981f3e26bc643aeabac134b591c84455a
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date: Tue, 29 Mar 2022 15:36:04 +0200
[documentation] Add third-party packaging to documentation (#443)
Diffstat:
3 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -28,6 +28,7 @@ Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can
- [Backend-first design](#backend-first-design)
- [Wishlist](#wishlist)
- [Getting Started](#getting-started)
+- [Third-Party Packaging](#third-party-packaging)
- [Contributing](#contributing)
- [Contact](#contact)
- [Credits](#credits)
@@ -156,6 +157,14 @@ These cool things will be implemented if time allows (because we really want the
All docs for installation and configuration are hosted at [docs.gotosocial.org](https://docs.gotosocial.org).
+## Third-Party Packaging
+
+Thank you so much to the cool people who have put time and energy into packaging GoToSocial! Known third-party packaging projects are listed below:
+
+- [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe).
+
+These packages are not maintained by GoToSocial, so please direct questions and issues to the repository maintainers (and donate to them!).
+
## Contributing
You wanna contribute to GtS? Great! ❤️❤️❤️ Check out the issues page to see if there's anything you wanna jump in on, and read the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines and setting up your dev environment.
diff --git a/docs/installation_guide/third_party.md b/docs/installation_guide/third_party.md
@@ -0,0 +1,7 @@
+# Third-Party Packaging
+
+Several awesome people have put time and energy into packaging GoToSocial for third-party ecosystems. These projects are listed below:
+
+- [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe).
+
+These packages are not maintained by GoToSocial, so please direct questions and issues to the repository maintainers (and donate to them!).
diff --git a/mkdocs.yml b/mkdocs.yml
@@ -18,6 +18,7 @@ nav:
- "installation_guide/binary.md"
- "installation_guide/docker.md"
- "installation_guide/nginx.md"
+ - "installation_guide/third_party.md"
- "Configuration":
- "configuration/index.md"
- "configuration/general.md"