YAGS 0.2.0
I have just tagged v0.2.0.
The two main features that it brings are:
- user-level configuration inside .yags.toml. Right now only few settings are available at user level. This is available via ReadYagsUserFile (akin to ReadMollyFiles). The biggest difference is that those files are NOT read on any level and must reside in user's public dir.
- HideFiles settings (which as name implies allow to hide some files from both showing them in listing and serving)
Additionally some minor issues and refactorings - but that's not important here.
👋
Aug 14 · 2 months ago
1 Comment
⛄️ gim [OP] · Aug 27 at 17:45:
YAGS 0.2.1
That's a minor fix on top of 0.2.0, It fixes handling of *cgi responses and additionally adds QUERY_PARAMS_EMPTY env variable.
This is workaround for some cgi frameworks, where it's impossible to distinguish no/missing query vs empty query.
QUERY_PARAMS_EMPTY should be set only when query is present and empty
Source