From e778797c24116faa02c1c942824234b8493f8c28 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Sun, 21 Jul 2024 10:14:02 -0700 Subject: [PATCH] Add services page --- config/_default/menus.en.toml | 5 +++++ content/services.md | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 content/services.md diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 337e37e..811df82 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -25,6 +25,11 @@ pageRef = "articles" weight = 30 +[[main]] + name = "Services" + pageRef = "services" + weight = 40 + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before # the copyright notice. Configure as per the main menu above. diff --git a/content/services.md b/content/services.md new file mode 100644 index 0000000..c72f5e6 --- /dev/null +++ b/content/services.md @@ -0,0 +1,17 @@ ++++ +title = "Public Services" +showDate = false +showPagination = false +slug = "services" +showTableOfContents = false ++++ + +This is a list of the free public services I host on my infrastructure. Services that have my butterfly logo next to them require an [auth.elara.ws](https://auth.elara.ws) account to use: + +- [Gitea](https://gitea.elara.ws) - Git forge and alternative to GitHub butterfly logo +- [OpenGist](https://snippets.elara.ws) - Paste and alternative to GitHub Gist butterfly logo +- [Miniflux](https://rss.elara.ws) - Simple online RSS reader butterfly logo +- [Chhoto](https://short.elara.ws) - Simple and fast URL shortener (uses `s.elara.ws` as its short domain) butterfly logo +- [SearXNG](https://search.elara.ws) - Metasearch engine that aggregates results from various services +- [LURE Web](https://lure.sh) - Online repo viewer for the Linux User Repository +- [Authentik](https://auth.elara.ws) - Centralized authentication and anti-spam infrastructure