summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-03-29 15:36:04 +0200
committerLibravatar GitHub <noreply@github.com>2022-03-29 15:36:04 +0200
commit906981a7182f1313bd711f254b0a08a79a575ff1 (patch)
tree7442f952716d6ca29e1fe9d06a402d032baf7f19
parent[feature] Dereference remote mentions when the account is not already known (... (diff)
downloadgotosocial-906981a7182f1313bd711f254b0a08a79a575ff1.tar.xz
[documentation] Add third-party packaging to documentation (#443)
-rw-r--r--README.md9
-rw-r--r--docs/installation_guide/third_party.md7
-rw-r--r--mkdocs.yml1
3 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 133cdb8d4..6d1223e6e 100644
--- 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
new file mode 100644
index 000000000..7850d4546
--- /dev/null
+++ 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
index d145f543a..40b4e952f 100644
--- 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"