Emrik Östling

Results 120 comments of Emrik Östling

export is used in bash and similar to set env variables which can also be set in docker compose. I think you are doing something weird with your docker compose....

I tested it here and if I add `HTTP_ALLOWED=true` I am able to log in on another device on the local network Maybe try to clear cookies?

> HTTP_ALLOWED=true only works for `localhost` serving. @benwilcock no, on localhost `HTTP_ALLOWED=false` even works

> Should be reproducible. I tried the following on my headless system (not a raspberry pi though): ``` docker run -p 3003:3000 -v ./data:/app/data -e HTTP_ALLOWED=true ghcr.io/c4illin/convertx ``` then i...

Yeah the idea is that you use https and don't change the variable (HTTP_ALLOWED=False)

Try to install bun manually and see if that works, if that doesn't work your CPU is unfortunately too old

I think the ico implementation is a bit flawed (you can find it in converters -> ffmpeg.ts) it should also generate lower resolutions since ico supports multiple resolutions and this...

does the big file work with vips?

Yes I was thinking of having some options per converter but haven't found the time yet :) But the default values should be good, for ease of use. Is 0...