mirror of
https://github.com/fosrl/docs.git
synced 2025-05-13 13:50:38 +01:00
add new tutorial and fix light alert
This commit is contained in:
parent
f192d90b5c
commit
317bf8aa6a
2 changed files with 14 additions and 6 deletions
|
@ -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: Self-Host Your Services Securely (All-in-One Solution)" by LinuxCloudHacks [(YouTube)](https://www.youtube.com/watch?v=I3fhhwptHzc&t)
|
||||
- "Self-host a public Minecraft server without opening ports using Crafty and Pangolin" by Fossorial [(YouTube)](https://youtu.be/acWB5wQQoOE?si=YsrCPYTz6JpLCDjW)
|
||||
- "DS-Lite & IPv6 Problem ENDLICH gelöst! So öffnest du Ports mit Pangolin" by Apfelcast [(YouTube)](https://youtu.be/z3Ao9CWH0GU?si=HJHyYFaROlijVmzO)
|
||||
- "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)
|
||||
- "Pangolin: Your Own Self-Hosted Cloudflare Tunnel Alternative" by **DB Tech** [(YouTube)](https://youtu.be/a-a-Xk1hXBQ?si=wbppkYJ3Skt3efXp)
|
||||
- "Better Than Cloudflare Tunnels? - Pangolin Guide" by **Jim's Garage** [(YouTube)](https://youtu.be/8VdwOL7nYkY?si=2j-7V3CYLPJy7LmB)
|
||||
- "Pangolin: Self-Host Your Services Securely (All-in-One Solution)" by **LinuxCloudHacks** [(YouTube)](https://www.youtube.com/watch?v=I3fhhwptHzc&t)
|
||||
- "Self-host a public Minecraft server without opening ports using Crafty and Pangolin" by **Fossorial** [(YouTube)](https://youtu.be/acWB5wQQoOE?si=YsrCPYTz6JpLCDjW)
|
||||
- "DS-Lite & IPv6 Problem ENDLICH gelöst! So öffnest du Ports mit Pangolin" by **Apfelcast** [(YouTube)](https://youtu.be/z3Ao9CWH0GU?si=HJHyYFaROlijVmzO)
|
||||
- "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
|
||||
|
||||
|
|
|
@ -198,3 +198,10 @@ div[class^="announcementBarContent"] a:hover {
|
|||
html[data-theme="dark"] {
|
||||
background-color: #1a1a1a !important;
|
||||
}
|
||||
|
||||
.alert--secondary{
|
||||
background-color: #F2F2F2 !important;
|
||||
}
|
||||
html[data-theme="dark"] .alert--secondary{
|
||||
background-color: #474748 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue