

Lol k
When there’s an actual armed resistance lemme know. That’s the only way things will change.
Lol k
When there’s an actual armed resistance lemme know. That’s the only way things will change.
Lmao what is “physical software”?
Thanks! I’ve been looking for something like this
Yeah but I’m unwilling to root my device, so hopefully this will allow me to do some cool stuff too.
Winter is coming
Could one not theoretically self-host a PW manager that also keeps a local copy of the database for times with no internet?
Idk if that doesn’t exist yet or what, and there are plenty of other reasons against self-hosting a PW manager but that seems like a logical work-around for that particular problem. Keep your access when the internet is down, and keep your data out of third party control.
So a moped with a 49cc engine, astep-through design, and no pedals is a moped but a scooter with a step-through design and 49cc engine is a motorcycle?
That’s confusing as fuck lol
Mopeds are similar but have pedals and can be used as a bicycle. The name itself, Mo-Ped" is a portmanteau for motor and pedal.
Motor scooters are different in that they have a cut out for the rider’s legs/ feet so they don’t have to straddle it the same way they would with a motorcycle. Both mopeds and motor scooters do not require a license endorsement here, while motorcycles, as defined in my original comment, do.
Lmao
Prove you’re human: Beat this level of DOOM.
Not everywhere.
Where I am, you need a special license to drive a motorcycle, classified as having an engine of 51ccs or more, whereas a scooter is any motorcycle with a less than 51ccs and doesn’t require a special license.
Yep! My bad. Lemme edit that lol
from OP’s post:
“legal or not idc”
New startup using cloud seeding tech to create Gatorade rain!
Check out some of the *ARR apps like Lidarr and pair it with something like sabnzbd or ubittorrent qbittorrent
I’m a beginner currently doing exactly the same thing, plus a but more.
For the server I’m using Proxmox as a hypervisor, which let’s me experiment with various OS’s as I choose. For my phone, I have a pixel with GrapheneOS, which I love.
Doesn’t selfhosting headscale prevent the keys to the kingdom thing you’re talking about?
Very similar to IRC from what I understand, but a different and newer system designed to work with the current fediverse. I haven’t fiddled with it yet, but im in the process of standing up a social media server for my family and friends and will likely be using it.
Just trying to weigh my options, so I figured if ask about IRC.
Check out matrix here
Yeah if it was -150 or -1500 I’d be like, yeah that’s weird. But fifteen randos hating wow and its users? More likely.
Genuine question:
Is IRC somehow better or more secure than Matrix?
You’re asking a lot of questions at one time and will be better served understanding you’re knocking at the door of a very deep rabbit hole.
That said, I’ll try to give you the basic idea here and anyone who can correct me, please do so! I doubt I’ll get everything correct and will probably forget some stuff lol.
So, self hosting really just means running the services you use on your own machine. There’s some debate about whether hosting on a cloud server - where someone else owns and has physical access to the machine - counts as self hosting. For the sake of education, and because I’m not a fan of gatekeeping, I say it does count.
Anyway, when you’re running a server (a machine, real or virtualized, that is running a program connected to a network that can - usually - be accessed by other machines connected to that network), who and what you share with other machines on your network or other networks, is ultimately up to you.
When using a “hosted” service, which is where another entity manages the server (not just the hardware, but the software and administration too, and is therefore the opposite of self hosting. Think Netflix, as opposed to Jellyfin), your data and everything you do on or with that service on that network belongs to the service provider and network owners. Your “saved” info is stored on their disks in their data center. There are of course exceptions and companies who will offer better infrastructure and privacy options but that’s the gist of non-self-hosted services.
To your specific questions:
Hopefully the above helps, but this question is pretty open ended lol. Your next few questions are more pointed, so I’ll try to answer them better.
Well, kind of. If you’re hosting on a physical machine that you own, your services will be accessible to any other machine on your home network (unless you segment your network, which is another conversation for another time) and should not, by default, be accessible from the internet. You will need to be at home, on your own network to access anything you host, by default.
As for storage of your data, self hosted services almost always default to local storage. This means, you can save anything you’re doing on the hard-drive of the machine the server is running on. Alternatively if you have a network drive, you can store it on another machine on your network. Some services will allow you to connect to cloud storage (on someone else’s machine somewhere else). The beauty is that you decide where your data lives.
Like almost anything with computers and networking, the defaults are changeable. You can certainly host a service on the internet for others to access. This usually involves purchasing the rights to a domain name, setting that domain up to link to your private IP address, and forwarding a port on your router so people can connect to your machine. This can be extremely dangerous if you don’t know what you’re doing an isn’t recommended without learning a lot more about network and cyber security.
That said, there are safer ways to connect from afar. Personally, I use a software called Wireguard. This software allows devices I approve (like my phone, or my girlfirend’s laptop) to connect to my network when away from home though what is called an “encrypted tunnel” or a "Virtual Private Network (VPN) ". These can be a pain to set up for the first time if you’re new to the tech and there are easier solutions I’ve heard of but haven’t tried, namely Tailscale, and Netbird, both of which use Wireguard but try to make the administration easier.
You can also look into reverse proxies, and services like cloudflare for accessing things away from home. These involve internet hostng, and security should be considered, like above. Anything that allows remote access will come with unique pros and cons that you’ll need to weigh and sort for yourself.
Personally, I use Porkbun.com for cheap domains, but there are tons of different providers. You’ll just have to shop around. To actually use the domain, I’m gonna be linking some resources lower in the post. If I remember correctly, landchad.net was a good resource for learning about configuring a domain but idk. There will be a few links below.
It was beyond my skill level when I started too. It’s been nearly a year now and I have a service that automatically downloads media I want, such as movies, shows, music, and books. It stores them locally on a stack of hard drives, I can access them outside of my house with wireguard as well. Further, I’ve got some smaller services, like a recipe book I share with my girlfriend and soon with friends and family. I’ve also started hosting my own AI, a network wide ad-blocker, a replacement for Google photos, a filesharing server, and some other things that are escaping me right now.
The point is that it’s only a steep hill while you’re at the bottom looking up. Personally, the hike has been more rejuvenating than tiresome, though I admit it takes patience, a bit of effort, and a willingness to learn, try new things, and fail sometimes.
Never sweat the time it takes to accomplish a task. The time will pass either way and at the end of it you can either have accomplished something, or you’ll look back and say, “damn I could’ve been done by now.”
Also check these out, if you’re diving in:
YouTube:
Jim’s Garage : https://www.youtube.com/@Jims-Garage
LearnLinuxTV: https://www.youtube.com/@LearnLinuxTV
Lawrence Systems: https://www.youtube.com/@LAWRENCESYSTEMS
Guides:
Mikeroyal: https://github.com/mikeroyal/Self-Hosting-Guide/blob/main/README.md
Land Chad: https://landchad.net/
Trash Guides (for automation of downloads for Jellyfin. I’ll leave the morality of how you acquire media for you to decide): https://trash-guides.info/
Tim Kye blog (useful stuff here, especially if you use proxmox): https://blog.kye.dev/
Tools:
Proxmox Virtual Environment: https://www.proxmox.com/
Docker: see this thread lol
WireGuard: https://www.wireguard.com/
Awesome Self Hosted: https://awesome-selfhosted.net/
Selfhost: https://selfh.st/
https://linuxserver.io/
Hopefully this helps someone. Good luck!