Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
My big paranoia is setting up Internet accessible services, I am an idiot...I know this. So if I don't need to expose things to the internet I don't want to. Generally all my services are just for me and I am on my local network pretty much all the time. My mobile device is where the issue lies. Not sure if you can run teleport all the time and if that is a good idea.
If you want it to run all the time, I'd export the config file and use Wireguard tunnel rather than wifiman for teleport.
VPN only access for just you is a perfectly appropriate solution.
So you are using Wireguard instead of teleport?
I am, though I'm not using unifi.
Teleport is just Wireguard with unifi stacked on top. You can just export the config and its literally a Wireguard connection. Unifi Teleport is just using their online services to replace a step.
But teleport (which is Wireguard under the hood) is not meant for an always-on connection, its meant for ad-hoc connections.
So if you want always on, export the config and run it as a Wireguard tunnel. Its exactly the same service, running on exactly the same device, without using wifiman and allowing for an always on VPN.
I am pretty smooth brained so apologies for the questions. You are setting up the wireguard on a separate server or on the Unif device itself?
My setup doesnt matter, I don't use Unifi for my main home infra.
You can use the Unifi device itself. Teleport is just a single click Wireguard service, with no need for port forwarding or additional configuration.
Last I saw it, you can export the config from the browser for use with client devices, you can use that with wireguard tunnel and set it as always on.