Simple webapp for creating config files

Me and copilot created a small webapp for creating configurations files for reverse proxy sites.

GitHub - sayonarase/caddyconf: create simple caddy reverse proxy configs · GitHub

only tried it on ubuntu so far.

unzip, chmod +x on install.sh and run install.sh

1 Like

You generally don’t want to upload your code to GitHub as a ZIP file.

It makes it harder to track changes, review history, and collaborate with others.

3 Likes

i know….. will fix tomorrow perhaps

1 Like

Neat project, thank you for sharing!

Aside from the zip thing, can I suggest that this just be a single, self-contained HTML file? Really doesn’t need to be more than that from what I can see.

Can even host it on GitHub Pages and just make it available for people to use. Not sure why it would need to be downloaded and installed at all. It would make many more people likely to try it.