joaomoreno / gifcap

Capture your screen to a GIF in your browser
https://gifcap.dev
GNU General Public License v3.0
1.33k stars 95 forks source link

Is a docker container possible in the future to self host this? #80

Closed krabs-github closed 1 year ago

krabs-github commented 1 year ago

Is a docker container possible in the future to self host this?

joaomoreno commented 1 year ago

It's all static HTML/JavaScript/CSS. No need for a docker container.

krabs-github commented 1 year ago

In the repository, there is no main.js. There are pieces missing preventing it running.

joaomoreno commented 1 year ago

Look into the gh action to see how this is built and deployed.