add success page (#27)

Reviewed-on: #27
This commit is contained in:
2025-02-23 16:39:02 +00:00
parent 74ff5a23e0
commit 0000a75490
5 changed files with 170 additions and 34 deletions

3
.ddev/commands/host/cf Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
cloudflared tunnel --url "https://127.0.0.1/$DDEV_HOST_HTTPS_PORT" --http-host-header "$DDEV_SITENAME.$DDEV_TLD"