this post was submitted on 12 Sep 2023
3 points (71.4% liked)

Selfhosted

60281 readers
576 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello selfhosters. I have a Linux VM spun up on my server that I access via Remmina. Would it be ok for me to expose Remmina for external access? It would be behind a reverse proxy as well as Authelia 2FA of course. Is that secure "enough", just for a VM?

you are viewing a single comment's thread
view the rest of the comments
[–] Boris_NotTooBadinoff@lemmy.world 4 points 2 years ago (2 children)

You could try ZeroTier. I've not used it personally, but it's free if you host your own instance. Your traffic gets routed through that VM, and everything behaves like it's on the same LAN

[–] socphoenix@midwest.social 4 points 2 years ago

It’s free with their account using their services for up to 25 nodes. It uses direct connections where possible so your information goes straight from one device to the other without having to self host their program.

[–] chandz05@lemmy.world 1 points 2 years ago (1 children)

Looks like that's blocked on my work network too

[–] vector_zero@lemmy.world 2 points 2 years ago (1 children)

Maybe consider routing your traffic through an SSH tunnel?

[–] chandz05@lemmy.world 1 points 2 years ago

Yes that's what someone else said below. I will try that