> "Warning Do not put this on the Internet if you do not know what you are doing. By default this container has no authentication and the optional environment variables CUSTOM_USER and PASSWORD to enable basic http auth via the embedded NGINX server should only be used to locally secure the container from unwanted access on a local network. If exposing this to the Internet we recommend putting it behind a reverse pro…
That warning applies to anything you run locally. And going further, in this day and age, I would never put up any home service without it being behind Cloudflare Access or some form of wireguard tunnel.
Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
21–30 of 81 posts
Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#22> "Warning Do not put this on the Internet if you do not know what you are doing. By default this container has no authentication and the optional environment variables CUSTOM_USER and PASSWORD to enable basic http auth via the embedded NGINX server should only be used to locally secure the container from unwanted access on a local network. If exposing this to the Internet we recommend putting it behind a reverse pro…
That warning applies to anything you run locally. And going further, in this day and age, I would never put up any home service without it being behind Cloudflare Access or some form of wireguard tunnel.
Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#23Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#24Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#25Since the website doesn’t have pictures or videos… Is “webtop” a way to package GUI desktop apps in a Docker container so that the only dependencies to run the app are Docker Desktop and a web browser?
But you get to control the keyboard/clipboard and it can add apparently watermarks to the vnc session for DLP functionality and you have a web http to take screenshots of your vnc sessions.
Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#26Kasm [1] also has ready-to-use images that work similar. They are also customizable to contain own applications or configuration. Intended to be used with their Kasm Workspaces solution, but they also work standalone just fine. [1] https://hub.docker.com/u/kasmweb
Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#27Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#28Kasm [1] also has ready-to-use images that work similar. They are also customizable to contain own applications or configuration. Intended to be used with their Kasm Workspaces solution, but they also work standalone just fine. [1] https://hub.docker.com/u/kasmweb
Thanks for this, they have many images with an online working demo for 3 minutes to try it out. For sure I'm going to have another look at Kasm.
Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#29Earlier quoted context omitted.
That warning applies to anything you run locally. And going further, in this day and age, I would never put up any home service without it being behind Cloudflare Access or some form of wireguard tunnel.
Just put up basic auth infront of your services and be done with it.
Of course, for the things that matter a bit more, you can also run your own CA and do mTLS, even without any of the other fancy cloud services.
Re: Webtop – Alpine,Ubuntu,Fedora,and Arch containers containing full desktop envs
#30> "Warning Do not put this on the Internet if you do not know what you are doing. By default this container has no authentication and the optional environment variables CUSTOM_USER and PASSWORD to enable basic http auth via the embedded NGINX server should only be used to locally secure the container from unwanted access on a local network. If exposing this to the Internet we recommend putting it behind a reverse pro…
Yeah, I made a mistake with my config. I had setup SWAG, with Authelia (i think?). Got password login working with 2fa. But my dumbass didn't realize I had left ports open. Logged in one day to find a terminal open with a message from someone who found my instance and got in. Called me stupid (I mean they're not wrong) and all kinds of things and deleted everything from my home drive to "teach me a lesson". Lesson pa…