-
Notifications
You must be signed in to change notification settings - Fork 6
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
Provide hosted version of generator #11
Comments
Should it be a command on reposeed itself or a different project that uses reposeed? |
We could start with it being a separate cmd package within the reposeed repo or create a separate repo. I don't really have a set idea on that. Might be better long term to start with a separate repo as usually people wouldn't run the hosted version, but just interact with it. |
Should it return generated files content in JSON? I can't think of another option. What do you think @stp-ip ? |
The first thought was take config as json/yaml/toml (with yaml from the start) and then give back all files as .zip. |
github.com/okkur/reposeed-server is done. |
Expose a http server, which takes json input and generate reposeed files with the templates.
Bundle the generated files and return them.
Logo given as base64 encoded field in json or link instead of just on the filesystem?
The text was updated successfully, but these errors were encountered: