Multiple little fixes

- use novnc/novnc
- add WORKDIR
- fix symbolic link to userdata
- fix rename vnc_auto
This commit is contained in:
Wyrrrd
2022-01-19 10:54:54 +01:00
parent f45d6f77eb
commit 700fa898c2
3 changed files with 7 additions and 7 deletions
+2 -4
View File
@@ -1,9 +1,7 @@
docker-wohnungsbot
============
## This repository is still a draft, untested, do not use!
This repository packages [Wohnungsbot](https://github.com/neopostmodern/wohnungsbot) with [NoVNC](http://kanaka.github.io/noVNC/) to make to run in docker and still be able to interact with it for CAPTCHA solving.
This repository packages [Wohnungsbot](https://github.com/neopostmodern/wohnungsbot) with [NoVNC](https://github.com/novnc/NoVNC) to make to run in docker and still be able to interact with it for CAPTCHA solving.
## How to use
@@ -27,5 +25,5 @@ docker run -td -p 6080:6080 -v wohnungsbot_data:/data wohnungsbot
## Credits
* [Wohnungsbot](https://github.com/neopostmodern/wohnungsbot)
* [NoVNC](http://kanaka.github.io/noVNC/)
* [NoVNC](https://github.com/novnc/NoVNC)
* [Original docker-novnc project](https://github.com/paimpozhil/docker-novnc)