-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Make plenti a caddy plugin #276
Comments
Hi @diyism, that's an interesting concept, are you mainly looking to compile Svelte components in Go directly? I mean you could always point Caddy at the built assets that Plenti produces (we're actually evaluating Caddy for a hosted Plenti service), but it doesn't sound like that's what you're looking to do in this case? I guess I don't fully understand what it would look like to build a custom website using a Caddy plugin, but would enjoy being enlightened if you have ideas. Thanks! |
I see that when I run "./plenti serve" it needs 2 seconds to build the files in the "public" directory. I can't find an example plugin that I want for Caddy web server, but there's a standalone project "algernon" (https://github.com/xyproto/algernon), but what a pity:
so, I'm dreaming:
|
I rely on the two caddy plugins of https://github.com/caddy-dns/cloudflare and https://github.com/klzgrad/forwardproxy/tree/naive/ currently,
so I can't leave the caddy ecosystem,
but I very much yearn for the functionality of dynamic scripts and Svelte templates for the web server (caddyserver/caddy#2690),
is there any way to integrate the plenti into the caddy server?
The text was updated successfully, but these errors were encountered: