-
Notifications
You must be signed in to change notification settings - Fork 19
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
Would it be possible to create a container for this app? #1
Comments
Hi! Sorry for the delay in the response, but this was the first time I used Docker and I had to learn how to use it. I'm currently working on it and it seems that it currently works. I'll try to fix a few minor issues this afternoon and I hope I can upload the Dockerfile today |
- Run ffmpeg-web from a Docker container (#1) - Everything is downloaded to the dist folder, so that no outside connection needs to be made
* Add Dockerfile - Run ffmpeg-web from a Docker container (#1) - Everything is downloaded to the dist folder, so that no outside connection needs to be made * Update README with Dockerfile
@dinoosauro You don't need to be sorry at all. |
I have created the container but the service is not secured ie plain http and there for there are errors while accessing it via the browser directly. @dinoosauro what do you think?
|
Sorry for the really late reply. I had some issues with creating a certificate to test this (also this was something I never tried - and I know really little about this), but after some time I managed to make it using mkcert (even if certainly there are other ways to make it work also with openssl). I generated the certificate with something like this:
In any case, I changed the server script so that, if it finds |
I would like to install this app as a container on my local network.
Would you be able to create a Dockerfile for it?
The text was updated successfully, but these errors were encountered: