Skip to content
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

Open
stp-ip opened this issue Aug 21, 2017 · 5 comments
Open

Provide hosted version of generator #11

stp-ip opened this issue Aug 21, 2017 · 5 comments
Labels
Milestone

Comments

@stp-ip
Copy link
Member

stp-ip commented Aug 21, 2017

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?

@stp-ip stp-ip added this to the v0.4.0 milestone Sep 28, 2017
@stp-ip stp-ip added the code label Jan 8, 2018
@erbesharat
Copy link
Member

Should it be a command on reposeed itself or a different project that uses reposeed?
A different project makes the process a little harder but implementing an HTTP server on the reposeed itself makes the project a little complex.

@stp-ip
Copy link
Member Author

stp-ip commented Feb 25, 2018

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.

@erbesharat
Copy link
Member

erbesharat commented Mar 1, 2018

Should it return generated files content in JSON? I can't think of another option. What do you think @stp-ip ?

@stp-ip
Copy link
Member Author

stp-ip commented Mar 1, 2018

The first thought was take config as json/yaml/toml (with yaml from the start) and then give back all files as .zip.
Later we could add a Github integration aka show a link to download the .zip and a link to open a pull request on a specific Github repo.

@stp-ip
Copy link
Member Author

stp-ip commented Mar 27, 2018

github.com/okkur/reposeed-server is done.
Deployment still needs to happen while the frontend is being done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants