Skip to content

Commit

Permalink
add env example
Browse files Browse the repository at this point in the history
  • Loading branch information
Chara White committed Jun 7, 2024
1 parent d457298 commit cf9dd90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
VNC_PASS=CHANGE_ME
HOST_PORT=2001
VNC_TITLE=GrassX
EXTRA_CHROME_OPTS=--proxy-server=socks5://127.0.0.1:1337
EXTRA_COMMAND=sshpass -p PASSWORD ssh -o StrictHostKeyChecking=no -N -C -D 1337 -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa -oKexAlgorithms=+diffie-hellman-group1-sha1 root@BouncyServerIP
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ if you are having trouble building it because you cannot access google server to

## directories
/data: data. mount this folder to keep your grass cookies.

/var/log: log
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: '3.4'
services:
grass-chrome-novnc:
build: .
container_name: grass-chrome-novnc
environment:
- VNC_PASS=${VNC_PASS-CHANGE_IT}
- VNC_TITLE=${VNC_TITLE-GrassChromium}
Expand Down

0 comments on commit cf9dd90

Please sign in to comment.