Replies: 4 comments 11 replies
-
@4l1fe I did consider making a GRS GitHub action some weeks ago, so I like your proposal. I, however, am not yet sure where the output SVG from such an action/docker should be placed. It could be added to a README.md file, which can mess up user formatting. Alternatively, it could be stored as an SVG under the action's repository. How were you planning to use it? |
Beta Was this translation helpful? Give feedback.
-
If we pass the query params to a container then a webserver should be added to simply forward them to it to get them parsed as is. No additional code. But the werbserver has to listen to one request only and then get stopped. The downside here is the adding a webserver. Second option means, instead of adding a webserver, a cli interface should be added which can convert\map the cli arguments to the query params |
Beta Was this translation helpful? Give feedback.
-
@4l1fe Somebody just implemented an express version of GRS. You can check it out at #2447. |
Beta Was this translation helpful? Give feedback.
-
This feature was merged into the main branch in #2525. |
Beta Was this translation helpful? Give feedback.
-
What do you think about wrapping it up with in a docker container to let people pull\build and run it where they would like on, not Vercel only?
As an image registry Github or Docker Hub can be taken.
Beta Was this translation helpful? Give feedback.
All reactions