• 9 Posts
  • 833 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle


  • Yes. The proxy will have 80 and 443 forwarded from the router. Everything else gets proxied through your reverse so you can set basic auth on anything likely to be a security risk. Generally, you don’t want regular login pages exposed directly, they should be behind basic auth.







  • ikidd@lemmy.worldtoSelfhosted@lemmy.worldRun android app
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    3 days ago

    Kasm Workspace has a Redroid image that lets you use Android in a web browser along with any of the other images Kasm has in their registry. There are some caveats in the installation that are explained in the docs. YMMV depending on your knowledge levels.

    Alternatively, figure out how to install Redroid directly. https://github.com/remote-android/redroid-doc Keep in mind, you will either want to run this on a baremetal install of one of the supported distros listed or a full VM. It will want Binderfs, and that’s a pain in the ass to install on an LXC container if that’s what you’re using as a docker host.



  • Netfabb before Autodesk fucked it will fix a lot of hanging vectors, Sketchup is just way easier to use than any CAD software I’ve every used but may or may not be able to open files included with Thingiverse downloads, depending on what was used to make them.

    DM me if you need a copy of either. I’ve installed both on Linux in the past as well and have a link to some documentation on that.









  • Well, that’s a new development. That used to be the go-to method they pushed. Thanks for pointing that out.

    As for Docker Desktop being the top option, it would only be used for a “development environment” because why would you install that on a headless docker host for production? And after the horror stories I’ve heard of Windows and Mac versions of Docker Desktop, there isn’t a chance in hell I’d use it anyway.

    So yes, going forward it looks like adding the repos and apt-get install are the way to go. Except, the convenience script was so… convenient.