Imagine if some big influencers like him switched to peertube, that would be quiet a thing indeed.
- 0 Posts
- 17 Comments
lemonuri@lemmy.mlto
Selfhosted@lemmy.world•Best way to get IPv4 connectivity to my self-hosted servicesEnglish
1·6 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?English
1·8 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 crawlersEnglish
17·9 months agoI did not find any instruction on the source page on how to actually deploy this. That would be a nice touch imho.
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 pointEnglish
2·10 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?English
1·10 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.
Dawn sounds very interesting. It seems to need 802.11k and 802.11v on all AP-nodes, I am not sure they are supported by my hardware though. I’ve never heard of those standards, so it seems unlikely.
I also just read about a user complaining about crashes related to dawn. Does it run stable and does it also switch to the 5ghz band or does it seem to prefer 2,4ghz, as another user noted three years ago.
lemonuri@lemmy.mlto
Selfhosted@lemmy.world•Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages | November 2024 Update - Browser synchronization, custom icons, custom preview image, and more! 🚀English
6·1 year agoDo linkwarden instances federate, so that it can act as a decentralised way-back-machine?
lemonuri@lemmy.mlto
Selfhosted@lemmy.world•Can a Raspberry Pi 5 with 8 GB of RAM handle my needs?English
1·2 years agoAnother option would be to install an im server that is low on resources and not eating your sdcard. I think xmpp would work a lot better on a pi. Prosody, ejabberd or snikket should work nicely.
lemonuri@lemmy.mlto
Selfhosted@lemmy.world•Which OS do you use for your homeserver?English
2·2 years agoDitto.
There is no need fire up a dedicated machine to do this. Use your router/ap running openwrt and connect a hdd via usb. The machine needs at least 128 Mb RAM (256 mb would be better). Install the transmission package, set it up, add a gig of swap space on the hdd and you are good to go. The AP runs 24/7 anyways so there will be very few extra power consumption. Vpns often don’t allow port forwarding (mullvad has stopped support recently if I remember correctly). You can just be a passive node and not often ports, that should work good enough. Consider seeding parts of sci-hub. it’s a project worth supporting imho.
You can just download once of the parts below with less than 12 seeds and set it to host without ratio:
lemonuri@lemmy.mlto
Selfhosted@lemmy.world•Hey guys, I have a thin client sitting in my closet. Any suggestions on what I can do with it?English
9·2 years agoYou could use that machine as your home server. It would open up a lot of possibilities. Sync your phone contacts and calendars, backup all your systems, store/stream media, host your own clousldserver, your own Internet messenger server for family and friends (snikket for example). Host a Minecraft server for the little ones or whatever comes to mind.
lemonuri@lemmy.mlto
Selfhosted@lemmy.world•Hey guys, I have a thin client sitting in my closet. Any suggestions on what I can do with it?English
3·2 years agoYou could use that machine as your home server. It would open up a lot of possibilities. Sync your phone contacts and calendars, backup all your systems, store/stream media, host your own clousldserver, your own Internet messenger server for family and friends (snikket for example). Host a Minecraft server for the little ones or whatever comes to mind.
I host my own email on uberspace. It’s a vps where you pay what you think is appropriate per month. You can install whatever you want on the vps, but they have a very good tutorial page on how to set up services. Email among them. I set it up a couple of years ago and it just works. Email is kind of pre set up as well, so should be easy enough to get working. You can enable the spam filter as well. You can also set up alias emails for every account you open up with some other provider. I name them after that provider, for example: ebay@my-domain.com
That way I always know where the spam is coming from and just delete the alias address if necessary.
The scraper blocklist on crowdsec requires a paid subscription, though, or did you find another workaround?