Converting from Caddyfile #69
Replies: 1 comment
-
|
For the caddyfile conversion I don't know how much feasible it is, as I cannot guarantee it will integrate well and it's a lot of work to implement. Asking an LLM locally it's probably easier (I don't want to bloat the project with ui for it) I added redirect support in 4b5323a so please tell me if that matches what you were trying to do :) @charredchar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I appreciate the work being done on this to make a nice interface that also includes extras and analytics. I would like to utilize this but I am struggling moving a couple of configurations over since I use the simpler Caddyfile and not JSON.
Most are just simple
reverse_proxysetups so they don't require anything.But a couple are as follows:
I attempted to use a Caddyfile to JSON converter and add the extra to either Pre-Handlers or Reverse Proxy JSON fields but either way I couldn't get them to work. How should I go about this?
It might be nice to have a tool included next to the
+ Create Hostbutton that instead lets you paste in a Caddyfile snippet. Along with that maybe in the edit window have an option to view and edit the file directly.Beta Was this translation helpful? Give feedback.
All reactions