this post was submitted on 07 Jan 2025
1 points (100.0% liked)

Self-Hosted Alternatives to Popular Services

224 readers
2 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/PromaneX on 2025-01-07 15:24:04+00:00.


I wanted a tool to make managing my CaddyFiles easier so I created CaddyGen. It has presets for several server tools you may want to reverse proxy, allows you to set up custom hosts, has options for several options, etc. You can import your existing CaddyFile and manage with the tool.

It doesn't send anything to any servers, its all stored locally on your browser. If you don't trust it still, you can grab the source and self host it.

Made this with bolt.new because I wanted to evaluate the tool (i like it). I'd never have made this as quickly by hand.

I welcome your thoughts about the tool!

EDIT: I've added it to dockerhub so you should be able to run it using

docker pull wardy784/caddygen:latest

docker run -p 8189:80 wardy784/caddygen:latest

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here