-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Create binaries for Windows, macOS, and Linux #11
Comments
I got close to a working docker build, but the chromium sandbox doesn't seem to work well in the container.
|
This was my thoughts exactly... I was gonna publish that route and then distribute easier with Docker images, but could run into more problems that way with people's OSes. *nix based machines handle these a lot easier, but could be a problem. Also I was considering the |
I did get sandboxing working in docker. I'll look into x11 forwarding but I think on not linux systems it will require an additional package. It would still be just 2 packages to install and 1 command vs actually building it. we can also set it up to just have a docker build script and then provide commands to extract the finished files out of the container and have it run that. |
This is my dockerfile, which works fine in app engine:
|
Quick q. Don't you think that adding binaries will make it easier for people to use this, thus making it easier for companies to find ways to ban tools like this? (based on it's popularity). Granted, it is the point of open-source so potato potata |
It opens chromium, goes to the websites, and scrapes them. There's not much they can do to stop this software. |
I think this is a positive. It would be unfortunate for this project and would have to shift, but to have merchandisers improve their point of sale based on this sort of project would be awesome! |
right. I guess is shouldnt come to this with an exclusivity mindset in mind. +1 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Description
It'd be better to create binaries and distribute through Releases in GitHub rather than people download Node.js and go through
npm
.Possible solution
Use
pkg
or something similar.The text was updated successfully, but these errors were encountered: