this post was submitted on 25 Jun 2026
-44 points (10.7% liked)

Selfhosted

60114 readers
447 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hoplyra is an open-source (MIT) dashboard for VPN on your own VPS infrastructure. Features:

  • ▸ AmneziaWG, WireGuard, OpenVPN, Xray (VLESS), Tor
  • ▸ Multi-hop chains — each hop: own protocol + own server
  • ▸ One-click SSH deploy
  • ▸ SOCKS5 through active VPN or chain
  • ▸ Monitoring, client configs (QR, links, files)

Self-hosted. No signup. No SaaS backend.

Install:

  git clone https://github.com/Linchevatel/Hoplyra.git
  cd Hoplyra
  sudo apt install make python3-venv podman podman-compose
  make install
you are viewing a single comment's thread
view the rest of the comments
[–] cideyav138@lemmy.ml 3 points 2 days ago* (last edited 2 days ago)

For someone who isn't well versed in open source licensing, what's wrong with MIT? What's a good alternative?

EDIT: Thank you gooeyglob@lemmy.world for answering Q1 in another thread

  • Using MIT license to me means the product could (and probably would) turn commercial at any moment if it finds success. Yes these projects are free to start, but there could be a huge cost in terms of migration need down the road, if the developer alters the deal.