From 1754352ae406015502128df6d2848fe4429f1bc8 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 14 Oct 2024 19:57:14 +0800 Subject: [PATCH] vault backup: 2024-10-14 19:57:14 --- docs/Guides/Service Queue/Service Queue.md | 7 ++++++- src/pages/index.tsx | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/Guides/Service Queue/Service Queue.md b/docs/Guides/Service Queue/Service Queue.md index 48de89e..69f0bd7 100644 --- a/docs/Guides/Service Queue/Service Queue.md +++ b/docs/Guides/Service Queue/Service Queue.md @@ -1,2 +1,7 @@ ### Overview -I run the \ No newline at end of file +The service queue project is intended for hobbyists and students with IT thesis projects. We offer the following features +- Free Hosting: Get your projects online without worrying about the costs associated with hosting services +- Deployments: We provide CI/CD pipelines for hosted projects via Woodpecker (open-source GitHub Actions alternative) with support for React & other frameworks +- SSL Certificates: Projects include free HTTPS/SSL certificates for subdomains via [DuckDNS](https://www.duckdns.org/)/[acme.sh](http://acme.sh) +- Service Health Checks: Managed health checks via dedicated Uptime Kuma instance found [here](https://stats.06222001.xyz/status/all) +- Backups: Daily on-premise backups via [Borg](https://www.borgbackup.org/) \ No newline at end of file diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d926b52..e771a9a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -17,7 +17,10 @@ function HomepageHeader() {

{siteConfig.tagline}

- + Guides - 📚