Imagine if some big influencers like him switched to peertube, that would be quiet a thing indeed.
- 0 Posts
- 12 Comments
Thats a problem with silos (where one owner hosts all the servers) in general. You will have to switch the entire ecosystem once the inevitable enshitification sets in. It’s a good idea to switch to something open source and federated (where many different non profit organisations and even self hosting individuals host many different servers). That way you can migrate your history and contacts to another server of necessary but never have to switch the ecosystem again. Think it how email works, it’s the best known federated system. If you don’t like you email provider anymore you can just chose another one and still keep your contacts and messages on a client like Thunderbird forever. Xmpp and matrix are the hottest candidates in my opinion, but you can check the messenger matrix that was linked in a comment above to see what suits you best.
lemonuri@lemmy.mlto Selfhosted@lemmy.world•Best way to get IPv4 connectivity to my self-hosted servicesEnglish1·4 months agoI did something very similar via netcup tiny vps, nginx and wireguard. I could post my setup notes tomorrow if someone needs them.
It’s true there are a lot of better alternatives to jami when it comes to privacy/security: Here’s a good comparison table:
lemonuri@lemmy.mlto Selfhosted@lemmy.world•How do you handle absolutely critical alerts on your Android phone?English1·6 months agoMatrix seems a bit overkill. I think they would be better off with something like gotify.
Take a look at dontkillmyapp.com to see if your phone provider hinders your messages.
There is unified push as Google alternative as well, which works with the schildichat matrix client.
lemonuri@lemmy.mlto Selfhosted@lemmy.world•Anubis - Weighs the soul of incoming HTTP requests using proof-of-work to stop AI crawlersEnglish17·7 months agoI did not find any instruction on the source page on how to actually deploy this. That would be a nice touch imho.
lemonuri@lemmy.mlto Technology@lemmy.world•Solar-Powered E-Reader With No ButtonsEnglish24·7 months agoI want a scheme for one with all the buttons. Gimme tactile!
lemonuri@lemmy.mlto Technology@lemmy.world•Gaming chat platform Discord in early talks with banks about public listingEnglish17·8 months agomumble works very well and is foss as well.
I’ve been with 1984.is for a couple of years now. I think my domains cost around 12 Euros a year each. Their web GUI works fine and I’ve never needed to contact their customer service, so I cannot comment on that.
lemonuri@lemmy.mlto Selfhosted@lemmy.world•Turning a mini-pc into a WiFi access pointEnglish2·8 months agoOpenwrt generally works great on x64 PCs. Thiss machine will most likely be more beefy than your home router and could become your main firewall. It can handle adblocking and vpn client for all PCs on the network as well or whatever your need, as openwrt can do many nice things no commercial router can do out of the box. Install openwrt on your home router as well and use that as access point (connected via cable). You will improve your wifi signal as well. If your machine does not come with rj45 lan ports, install usb3 to rj45 adapters to the usb3.0 ports. They will give you the full 1000 mbit speeds.
lemonuri@lemmy.mlto Selfhosted@lemmy.world•[SOLVED] I've set up docker services behind nginx proxy manager so they're accessible with https, but the http services are still open. How do I close them?English1·8 months agoYou need to change the nginx config (for the website you will be hosting your services at. /etc/nginx/sites-available/yourdomain.com
You can reroute all http requests to https in that config.
Watch a video on how nginx works and how to set it up, and then look for example nginx configs for your services. It’s a pretty standard setting nowadays so the syntax should be easy to find.
I think nginx can be setup to work locally only, but do you even need it for that? It’s primary use is to proxy http requests to the different websites running on your server, enable https via letsencryt and so on, I think.
The scraper blocklist on crowdsec requires a paid subscription, though, or did you find another workaround?