judgegc

Results 3 comments of judgegc

As temporary fix. In `Dockerfile` replace `RUN npm i \ && mv ./node_modules/@types/jsonstream ./node_modules/@types/JSONStream` with `RUN rm -rf /app/node_modules/chownr \ && npm i \ && mv ./node_modules/@types/jsonstream ./node_modules/@types/JSONStream`

https://github.com/PleasureTools/joyBox/issues/18#issuecomment-754205002

Some authentication support is already there, but it required ssl (implemented via service worker that can be delivered to browser only via https). To activate just pass `-e default-access=NO_ACCESS -e...