add new tutorial and fix light alert

This commit is contained in:
miloschwartz 2025-04-12 11:45:58 -04:00
parent f192d90b5c
commit 317bf8aa6a
No known key found for this signature in database
2 changed files with 14 additions and 6 deletions

View file

@ -18,12 +18,13 @@ Note that these guides may be out of date, as the project is still in active dev
::: :::
- "Pangolin: Your Own Self-Hosted Cloudflare Tunnel Alternative" by DB Tech [(YouTube)](https://youtu.be/a-a-Xk1hXBQ?si=wbppkYJ3Skt3efXp) - "Pangolin: Your Own Self-Hosted Cloudflare Tunnel Alternative" by **DB Tech** [(YouTube)](https://youtu.be/a-a-Xk1hXBQ?si=wbppkYJ3Skt3efXp)
- "Pangolin: Self-Host Your Services Securely (All-in-One Solution)" by LinuxCloudHacks [(YouTube)](https://www.youtube.com/watch?v=I3fhhwptHzc&t) - "Better Than Cloudflare Tunnels? - Pangolin Guide" by **Jim's Garage** [(YouTube)](https://youtu.be/8VdwOL7nYkY?si=2j-7V3CYLPJy7LmB)
- "Self-host a public Minecraft server without opening ports using Crafty and Pangolin" by Fossorial [(YouTube)](https://youtu.be/acWB5wQQoOE?si=YsrCPYTz6JpLCDjW) - "Pangolin: Self-Host Your Services Securely (All-in-One Solution)" by **LinuxCloudHacks** [(YouTube)](https://www.youtube.com/watch?v=I3fhhwptHzc&t)
- "DS-Lite & IPv6 Problem ENDLICH gelöst! So öffnest du Ports mit Pangolin" by Apfelcast [(YouTube)](https://youtu.be/z3Ao9CWH0GU?si=HJHyYFaROlijVmzO) - "Self-host a public Minecraft server without opening ports using Crafty and Pangolin" by **Fossorial** [(YouTube)](https://youtu.be/acWB5wQQoOE?si=YsrCPYTz6JpLCDjW)
- "Pangolin: Easy Self-Hosted Tunneled Reverse Proxy with Built-in Auth via VPS" by Noted [(Article)](https://noted.lol/pangolin/) - "DS-Lite & IPv6 Problem ENDLICH gelöst! So öffnest du Ports mit Pangolin" by **Apfelcast** [(YouTube)](https://youtu.be/z3Ao9CWH0GU?si=HJHyYFaROlijVmzO)
- "Cómo instalar Pangolin con Docker usando un script - Alternativa a Cloudflare Tunnel" by José Maria Labarta [(YouTube)](https://www.youtube.com/watch?v=i9AmiJPjqUQ) - "Pangolin: Easy Self-Hosted Tunneled Reverse Proxy with Built-in Auth via VPS" by **Noted** [(Article)](https://noted.lol/pangolin/)
- "Cómo instalar Pangolin con Docker usando un script - Alternativa a Cloudflare Tunnel" by **José Maria Labarta** [(YouTube)](https://www.youtube.com/watch?v=i9AmiJPjqUQ)
## Components Overview ## Components Overview

View file

@ -198,3 +198,10 @@ div[class^="announcementBarContent"] a:hover {
html[data-theme="dark"] { html[data-theme="dark"] {
background-color: #1a1a1a !important; background-color: #1a1a1a !important;
} }
.alert--secondary{
background-color: #F2F2F2 !important;
}
html[data-theme="dark"] .alert--secondary{
background-color: #474748 !important;
}