Giter Club home page Giter Club logo

docker-jdupes-gui's Introduction

Firefox in Docker optimized for Unraid

This container will download and install Firefox in the preferred version and language.

UPDATE: The container will check on every restart if there is a newer version available.

ATTENTION: If you want to change the language, you have to delete every file in the 'firefox' directory except the 'profile' folder.

RESOLUTION: You can also change the resolution from the WebGUI, to do that simply click on 'Show more settings...' (on a resolution change it can occour that the screen is not filled entirely with the Firefox window, simply restart the container and it will be fullscreen again).

Env params

Name Value Example
DATA_DIR Folder for Firefox /firefox
FIREFOX_V Enter your preferred Firefox version or 'latest' to install the latest version latest
FIREFOX_LANG Enter your preferred Firefox language you can get a full list here: https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt en-US
CUSTOM_RES_W Enter your preferred screen width 1280
CUSTOM_RES_H Enter your preferred screen height 768
UID User Identifier 99
GID Group Identifier 100
UMASK Umask value 000
DATA_PERM Data permissions for /firefox folder 770

Run example

docker run --name Firefox -d \
	-p 8080:8080 \
	--env 'FIREFOX_V=latest' \
	--env 'FIREFOX_LANG=en-US' \
	--env 'CUSTOM_RES_W=1280' \
	--env 'CUSTOM_RES_H=768' \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=000' \
	--env 'DATA_PERM=770' \
	--volume /mnt/cache/appdata/firefox:/firefox \
	ich777/firefox

Webgui address: http://[SERVERIP]:[PORT]/vnc.html?autoconnect=true

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

docker-jdupes-gui's People

Contributors

ich777 avatar mantene avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.