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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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
Linux installer ISO images. Perfectly legal, and very helpful.
Torrents for the popular distros have lots of peers, so another seeder wouldn't be adding much.
I avoid downloading isos via torrent, because when I tried, the client straight up froze for a while, dealing with over a thousand peers and sorting out connections.
Yeah it is true but seeding torrents to sature bandwith is generally a good idea
As a seasoned torrenter myself, I don't observe the ‘≥1 ratio’ rule, but instead delete torrents that have enough seeders and keep those which have just a few. This maximizes utility for those who might want the same torrents as I did.
Of course, this inevitably runs into lack of endless disk space rather than bandwidth. And if you seed something other than Linux, you might want to research the authorities' attitude toward that in your area.
I just don’t tend to delete torrents at all. I have torrents going all the way back to when I built my current server, almost two years ago. Just set your bandwidth caps, and let the torrent client manage what to seed. Some of my shit is only like .1 ratio because it’s not popular or there are lots of other seeds… But I have a few others that have ratios in the literal hundreds. I think my most popular torrent is a PSX ISO bundle for emulators, and it’s currently sitting at a ratio of like 350.
A very good idea indeed. Do you mean via torrent or is there any way to host it ?
I had torrents in mind. You could host them directly I suppose, but discoverability would be an issue.
Discoverability is one issue and trust for longevity is another. No bigger distribution is going to rely their official download links on an individual home lab which can disappear overnight. Also I guess there's also guestion if images are provided as is without adding/removing your own 'extensions', but that's what cheksums are for.
And this is obviously on a general level, I'm not trying to suggest that xana is not trustworthy :) But torrent seeding is a helpful thing for community, and easy/safe to set up.
No worry you can not trust a random guy on the internet in general. But one issue I see with torrent is I will have to update the torrent manually everytime a new version comes out. I wonder if you know any automatic solution for that ?
I'd guess there's some tools which rely on RSS feeds or something to update seeds automatically, but that's just a gut feeling. Also it shouldn't be too difficult to write your own, but I don't know if anything 'production ready' is out there.
thank you!