update: change tunnel please deployment address
Docker Build and Push / build-and-push (push) Has been cancelled

This commit is contained in:
2026-03-01 12:51:52 +07:00
parent 22e6da0349
commit 49b233e56f
2 changed files with 281 additions and 164 deletions
+4 -4
View File
@@ -215,10 +215,10 @@ export default function Index() {
<div className="rounded-lg border border-slate-200 bg-white text-slate-950 shadow-sm dark:border-slate-800 dark:bg-slate-950 dark:text-slate-50 group hover:shadow-lg transition-shadow">
<div className="flex flex-col space-y-1.5 p-6">
<div className="flex items-center justify-between">
<h3 className="text-2xl font-semibold leading-none tracking-tight text-xl">Tunnl Please</h3>
<h3 className="text-2xl font-semibold leading-none tracking-tight text-xl">Tunnel Please</h3>
</div>
<p className="text-sm text-slate-600 dark:text-slate-400">
Built and developed tunnl.live, an SSH tunneling platform designed to help developers expose their
Built and developed tunel.live, an SSH tunneling platform designed to help developers expose their
local services to the internet securely, without the hassle of external IPs. This project focuses on
ease of use, offering simple setup, strong encryption, and fast performance.
</p>
@@ -251,7 +251,7 @@ export default function Index() {
</div>
<div className="flex gap-2">
<a
href="https://git.fossy.my.id/bagas/tunnl_please"
href="https://git.fossy.my.id/bagas/tunnel-please"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-white transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-slate-950 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 dark:ring-offset-slate-950 dark:focus-visible:ring-slate-300 border border-slate-200 bg-white hover:bg-slate-100 hover:text-slate-900 dark:border-slate-800 dark:bg-slate-950 dark:hover:bg-slate-800 dark:hover:text-slate-50 h-8 px-3 text-xs"
@@ -260,7 +260,7 @@ export default function Index() {
Code
</a>
<a
href="https://tunnl.live"
href="https://tunel.live"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-white transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-slate-950 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 dark:ring-offset-slate-950 dark:focus-visible:ring-slate-300 border border-slate-200 bg-white hover:bg-slate-100 hover:text-slate-900 dark:border-slate-800 dark:bg-slate-950 dark:hover:bg-slate-800 dark:hover:text-slate-50 h-8 px-3 text-xs"