This commit is contained in:
xfnw 2021-05-26 12:28:43 -04:00
parent b186cc4d61
commit 8735bd8b89
2 changed files with 26 additions and 24 deletions

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# bnuuy
little deployable firefoxes uwu
at `568MB` its pretty big. most of that is firefox though.
you can omit some of the codecs and fonts to save like 50MB, but
then most webpages will be half-broken
this is essentially [bunny](https://github.com/SimplyLinn/bunny), [alpine-vnc](https://github.com/danielguerra/alpine-vnc),
and [spice-chrome](https://github.com/ikreymer/spice-chrome) shoved together into one alpine docker container
## build the image
clone the repo and go in it, then you can
```
docker build -t xfnw/bnuuy .
```
## running it
this is just an example, you probably want different flags for your usecase
```
docker run -p 5900:5900 -p 5959:5959 -it xfnw/bnuuy
```

View file

@ -1,24 +0,0 @@
# About
x11vnc on alpine linux
# Usage
docker run -d -p 5900:5900 danielguerra/alpine-vnc
After this use vnc-client to connect to your alpine.
Right click shows the menu
Everything runs as user alpine. This user has sudo rights.
The password=alpine you can change is with passwd in
the xterm.
Default it runs alpine 3.5 (changed).
If you want to use alpine 3.4 run
docker run -d -p 5900:5900 danielguerra/alpine-vnc:3.4
For alpie edge use
docker run -d -p 5900:5900 danielguerra/alpine-vnc:edge