Caddy works with Glitch

You can use Caddy easily now! :grinning:
The new target is Glitch ( https://glitch.com/ ):

I use templates to ensure that Caddy works. It certainly works!
Even better, Glitch is now available for free! Thanks Glitch!
(Limited storage space and requests: Glitch Support - The page you are looking for doesn't exist (404))

For simple usage, click the icon at the top left and select Remix Project.
Then replace index.html. Of course you can add files. It can be edited and uploaded online!
Also export to Git repository. Of course you can also import.

Caddy in Code is an executable file. Install from Console in Tools (lower left)
Please update this according to license selection and version update.

Caddy v2:(2.0.0-beta15)

rm caddy
curl -L https://github.com/caddyserver/caddy/releases/download/v2.0.0-beta.15/caddy2_beta15_linux_amd64 -o ~/caddy
chmod +x caddy
refresh

Caddy v1:

rm caddy
curl -L "https://caddyserver.com/download/linux/amd64?license=personal&telemetry=off" -o ~/caddy.tar.gz
tar zxvf caddy.tar.gz
chmod +x caddy
refresh

Use the refresh command to restart the project server. Of course you can use kill instead.

Enjoy! :grin:

I think I need to add README, license, etc., but I’ll do that with your comments. :wink:

2 Likes

Thanks for sharing this!

When I read the title I was worried this was a bug report, at first. :sweat_smile:

2 Likes

laugh :smile:, you see issues and help every day.
But I know the GitHub issue.
There was no Glitch topic on this forum, so I’ll post it and you will find it difficult to comment.

Wall,
I forgot to mention chmod +x caddy in the executable. It was added by editing.

Also, I could add PHP

Caddy v2+PHP

Caddy v1+PHP

But Glitch’s PHP was old… :frowning:

This topic was automatically closed after 180 days. New replies are no longer allowed.