mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-16 19:59:25 +08:00
vault backup: 2024-10-14 19:57:14
This commit is contained in:
parent
7870236006
commit
1754352ae4
2 changed files with 10 additions and 2 deletions
|
@ -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/)
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue