Converting configuration to .yaml #1134
Conmmander
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I recently stumbled upon this project, and love how easy it is to configure! However, one thing that I wish the project had to make Docker deployment (particularly with Compose) was a config folder that could allow the site to be configured via .yaml files mounted to a docker compose container. Some examples of similar projects that do this which also use Next.Js include Homepage and Wiki.Js.
I don't think this would be hard to implement (probably?), but don't want to head down that road if there is not a lot of demand or interest in it, seeing as you can customize a lot of items, and adding .yaml configuration files would likely require additional documentation and some code to feed and parse the yaml into the site.
What's everyone's thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions