mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Switched firefox to openbox
This commit is contained in:
parent
05f054f088
commit
30d62c5c9b
4 changed files with 10 additions and 8 deletions
|
|
@ -45,12 +45,11 @@ user_pref("browser.tabs.closeWindowWithLastTab", false);
|
|||
user_pref("browser.fullscreen.autohide", false);
|
||||
firefox
|
||||
|
||||
# i3/firefox startup
|
||||
install /dev/stdin ~/.config/i3/startapp.sh <<- startup
|
||||
#!/usr/bin/env bash
|
||||
# Openbox autostart
|
||||
cat >~/.config/openbox/autostart <<- 'firefox'
|
||||
# Run firefox
|
||||
while true
|
||||
do
|
||||
firefox --profile /app/firefox ${MYVNC_FIREFOX_OPTS} --new-window ${MYVNC_FIREFOX_URL}
|
||||
done
|
||||
startup
|
||||
firefox
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# syntax = docker/dockerfile:1
|
||||
FROM myvnc/alpine/i3
|
||||
FROM myvnc/alpine/openbox
|
||||
USER root
|
||||
|
||||
# Build ARG: use "root" for debugging
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ services:
|
|||
image: myvnc/alpine/firefox
|
||||
container_name: firefox
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
# build: .
|
||||
# shm_size: 2gb
|
||||
# security_opt:
|
||||
# - seccomp:unconfined
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
ports:
|
||||
- ${MYVNC_FIREFOX_PORT}:6900
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue