mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:06:21 +00:00
Added chromium
This commit is contained in:
parent
30d62c5c9b
commit
0c7d788648
7 changed files with 108 additions and 0 deletions
11
chromium/20-chromium.sh
Executable file
11
chromium/20-chromium.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# Create chromium profile directory
|
||||
mkdir -p /app/chromium
|
||||
|
||||
# openbox autostart
|
||||
cat >~/.config/openbox/autostart <<- startup
|
||||
while true
|
||||
do
|
||||
chromium --user-data-dir=/app/chromium ${MYVNC_CHROMIUM_OPTS} ${MYVNC_CHROMIUM_URL}
|
||||
done
|
||||
startup
|
||||
Loading…
Add table
Add a link
Reference in a new issue