Code: Select all
docker run --log-driver local --log-opt max-size=20m --rm -it -v data:/data -v /mnt/media:/mnt/media -p 5454:5454 --env XPRA_AUTH="password:value=testing" rednoah/filebot:xpra --def net.filebot.theme=FlatLight
In addition, I'd like to figure out how to change the theme for filebox. Currently the docker seems to default to dark mode which I hate. I tried using the above --def net.filebot.theme=FlatLight but that seems to have no effect.
Also, I'd like to figure out how to launch filebot maximized (or perhaps with custom resolution) inside the xpra html5 window. Have tried a few things with no luck.
Finally, I would REALLY like to change the port away from 5454 to something that makes more sense for me, specifically I would love if I could change the port to 80. I've tried -p 80:80 with no luck, and also trying to change the xpra binding port with an --env with no luck either.
These seem like pretty basic things but documentation seems to expect you to already know how to do everything with filebot and/or docker to get anything beyond a default configuration.