Nils K
Nils K
I think if this also supported AND/OR conjuctions (and thus nesting with parenthesis) it would be perfect and I already have several areas in mind where I could replace homegrown...
> This already exists, there's the `{file.*}` placeholder [#5463](https://github.com/caddyserver/caddy/pull/5463) Thanks for the pointer. Is that documented somewhere besides in the code? And I guess mixing them is not supported? I.e....
Okay, thank you very much. I tested it and `{file.{$XDG_RUNTIME_DIR}/20250520-151741-jJ7/Caddyfile}` seems to work. `{env.XDG_RUNTIME_DIR}` does not but I guess that was expected with the nesting. Is the support for nesting...
See #187. Sadly this does not seem to be on the roadmap
> Just to write it down here, proposed solution to the local modification overwrite avoidance (integrating septatrix's proposal from #77): > > 1. Make `mtime` of local file match `timemodified`...
> Oh wait, I think I misunderstood. You mean when downloading a file, we save the ETag and use it to detect local changes on next run. We could do...
Let's just start with `mtime`, if we notice that more complex cache busting is needed we can still iterate on that later
> Yeah, the virtme-ng-init submodule is bugging me. At some point I'd like to merge the code directly into virtme-ng. It'd be nice to keep the history somehow (like re-applying...
PS: We should also replace `pkg_resources` (deprecated) with `importlib.resources` (stdlib) while doing so
> Aren't there new models being sold by now which are fully UEFI? For UEFI I think one has to install uboot (which e.g. Fedora does) but they definitely support...