From c88e09713973b19e2f3a6bfc5b0d8ab323813991 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 7 Jun 2023 01:02:36 -0400 Subject: [PATCH] Add lemmy documentation --- pages/04.applications/10.docs/lemmy/' | 22 +++++++++++++++++++ .../10.docs/lemmy/app_lemmy.md | 21 ++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 pages/04.applications/10.docs/lemmy/' create mode 100644 pages/04.applications/10.docs/lemmy/app_lemmy.md diff --git a/pages/04.applications/10.docs/lemmy/' b/pages/04.applications/10.docs/lemmy/' new file mode 100644 index 00000000..b9820edc --- /dev/null +++ b/pages/04.applications/10.docs/lemmy/' @@ -0,0 +1,22 @@ +--- +title: Lemmy +template: docs +taxonomy: + category: docs, apps +routes: + default: '/app_lemmy' +--- + +![lemmy's logo](image://lemmy_logo.svg?resize=,80) + +[![Install Lemmy with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=lemmy) [![Integration level](https://dash.yunohost.org/integration/lemmy.svg)](https://dash.yunohost.org/appci/app/lemmy) + +Dex is an identity service that uses OpenID Connect to drive authentication for other apps. This YunoHost package will install Dex and setup a canonical OpenID Connect provider for your YunoHost instance, based on the LDAP user base, that can then be used as an authentification server for other YunoHost apps. + + +## Useful links + ++ Website: [dexidp.io](https://dexidp.io) ++ Official documentation: [dexidp.io/docs](https://dexidp.io/docs/) ++ Application software repository: [github.com - YunoHost-Apps/dex](https://github.com/YunoHost-Apps/dex_ynh) ++ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/dex/issues](https://github.com/YunoHost-Apps/dex_ynh/issues) diff --git a/pages/04.applications/10.docs/lemmy/app_lemmy.md b/pages/04.applications/10.docs/lemmy/app_lemmy.md new file mode 100644 index 00000000..a46be8d4 --- /dev/null +++ b/pages/04.applications/10.docs/lemmy/app_lemmy.md @@ -0,0 +1,21 @@ +--- +title: Lemmy +template: docs +taxonomy: + category: docs, apps +routes: + default: '/app_lemmy' +--- + +![lemmy's logo](image://lemmy_logo.svg?resize=,80) + +[![Install Lemmy with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=lemmy) [![Integration level](https://dash.yunohost.org/integration/lemmy.svg)](https://dash.yunohost.org/appci/app/lemmy) + +Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse. This YunoHost package will install Lemmy for your YunoHost instance to have its own self-hosted and federated lemmy instance. + +## Useful links + ++ Website: [join-lemmy.org](https://join-lemmy.org) ++ Official documentation: [docs](https://join-lemmy.org/docs/en/index.html) ++ Application software repository: [github.com - YunoHost-Apps/lemmy](https://github.com/YunoHost-Apps/lemmy_ynh) ++ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/lemmy/issues](https://github.com/YunoHost-Apps/lemmy_ynh/issues)