vault backup: 2024-10-14 19:57:14

This commit is contained in:
Keannu Bernasol 2024-10-14 19:57:14 +08:00
parent 7870236006
commit 1754352ae4
2 changed files with 10 additions and 2 deletions

View file

@ -1,2 +1,7 @@
### Overview
I run the
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/)

View file

@ -17,7 +17,10 @@ function HomepageHeader() {
</Heading>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs">
<Link
className="button button--secondary button--lg"
to="/docs/Guides"
>
Guides - 📚
</Link>
</div>