Firefox Deployment inside a CasaOS in Single click @ Yesbhautik #1027
yesbhautik
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Step 1: Download the .json file | OR | Make .json file with below code snippet
Step 2: Go to AppStore
Step 3: Click on Custom Install
Step 4: Click on import (top right corner | left side of the close button)
Step 5: Click on AppFile
Step 6: Upload .json file
Step 7: Click on Install (You can change the port)
Now, you can open your Firefox: localhost:3456 or ipv4:3456 (this is the default port)
{"host":"","protocol":"http","port_map":"3456","cpu_shares":90,"restart":"unless-stopped","label":"firefox","position":false,"index":"","icon":"https://play-lh.googleusercontent.com/zqsuwFUBwKRcGOSBinKQCL3JgfvOW49vJphq0ZF32aDgfqmuDyl-fEpx4Lxm4pRr7A=s48-rw","network_model":"firefox_default","image":"ghcr.io/linuxserver/firefox","description":"","origin":"local","ports":[{"container":"3000","host":"3456","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/config","host":"/var/lib/docker/volumes/firefox_firefox/_data","type":0,"desc":""}],"envs":[{"container":"PGID","host":"100","desc":"","type":0},{"container":"TZ","host":"America/Denver","desc":"","type":0},{"container":"PUID","host":"1026","desc":"","type":0},{"container":"PATH","host":"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","desc":"","type":0},{"container":"HOME","host":"/config","desc":"","type":0},{"container":"TERM","host":"xterm","desc":"","type":0},{"container":"S6_CMD_WAIT_FOR_SERVICES_MAXTIME","host":"0","desc":"","type":0},{"container":"S6_VERBOSITY","host":"1","desc":"","type":0},{"container":"S6_STAGE2_HOOK","host":"/docker-mods","desc":"","type":0},{"container":"DISPLAY","host":":1","desc":"","type":0},{"container":"PERL5LIB","host":"/usr/local/bin","desc":"","type":0},{"container":"OMP_WAIT_POLICY","host":"PASSIVE","desc":"","type":0},{"container":"GOMP_SPINCOUNT","host":"0","desc":"","type":0},{"container":"START_DOCKER","host":"true","desc":"","type":0},{"container":"PULSE_RUNTIME_PATH","host":"/defaults","desc":"","type":0},{"container":"NVIDIA_DRIVER_CAPABILITIES","host":"graphics,compat32,utility","desc":"","type":0},{"container":"LSIO_FIRST_PARTY","host":"true","desc":"","type":0},{"container":"TITLE","host":"Firefox","desc":"","type":0},{"container":"PS1","host":"$(whoami)@$(hostname):$(pwd)\\$ ","desc":"","type":0}],"devices":[],"cap_add":[],"cmd":[],"privileged":false,"host_name":"fab074626d6e","container_name":"firefox","appstore_id":0,"custom_id":"6f8f9aba-1b80-4523-b276-9b927e574f10","enable_upnp":false,"version":"1.0"}
Beta Was this translation helpful? Give feedback.
All reactions