selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Father_Redbeard, in worth selfhosting immich or similar? what about backups?
@Father_Redbeard@lemmy.ml avatar

I have my Immich library backed up to Backblaze B2 via Duplicacy. That job runs nightly. I also have a secondary sync to Nextcloud running on another server. That said, I need another off prem backup and will likely run a monthly job to my parents house either via manually copying to an external disk then taking it over or setting up a Pi or other low power server and a VPN to do it remotely.

palitu,

So you just mount the immich folder in the duplicate container? Or run it native?

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Immich and Duplicacy both run on my unraid server. Duplicacy just watches the Immich pics folder and backs that up nightly.

PlantObserver, in Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto support

Damn FOSS Android Auto development is starting the new year off strong! First grapheneOS successfully implementing it on a non-stock OS and now this too. Too bad I got rid of my vehicles last year and no longer have a use for it on my ebike.

codeboy,

I first read this as you used to use android auto on your ebike and got really confused

PlantObserver, (edited ) in jellyfin freezes on TV every 2 minutes

Edit: whoops, just realized you said freezing not crashing, and probably have a separate issue. I’ll leave this here in case it helps anyone that finds this thread with crashes a couple minutes into videos.

Had this issue ages ago, then my dad did too a year later on a different client version. Manually changing the “preferred media player” option fixed it on my firestick 4k, 4k Max, and my dads standard firestick.

Jellyfin app>settings menu>Playback>Video section>preferred media player>libVLC (in my case, Exoplayer seemed to be causing the crashes approx 2 years ago but you can try both, I just tried exoplayer again and it doesn’t seem to be crashing either when set manually now so it may have been patched)

Fuck_u_spez_, in PiKVM Build and Deploy

Which pins go to the motherboard other than power/reset? Is that USB connector just passing through the keyboard and mouse signals?

Prizephitah,

There is power/reset and power/hdd LEDs as well as a USB 3 header for mouse and keyboard and flash/disc emulation. That way you can mount an image and boot from that if you want. Super handy for re-installs or troubleshooting tools.

supes, (edited ) in worth selfhosting immich or similar? what about backups?

I use backblaze on my synology. I backup photos automatically to it with their built in app on my phone, then every night I run encryped backups. I also could setup an encrypted backup to go to my parent’s synology.

My backup is about 900gb and costs <$5/mo. That is my music, pictures, movies, and TV shows. Obviously that will increase, but well worth the nominal coat to have that much backup encrypted and in the cloud.

logir,

Do you use B2 storage?

supes,

I do. And since I’ve been slowly taking back control over all my online stuff as much as I can, I’m very happy with it. It gives me peace of mind it’s secure and I am super unlikely to just lose it.

savedbythezsh, in worth selfhosting immich or similar? what about backups?

I use Backblaze B2 for my backups. Storing about 2tb, comes out to about $10/mo, which is on par with Google One pricing. However, I get the benefit of controlling my data, and I use it for tons more than just photos (movies/shows etc).

If you want a cheaper solution and have somewhere else you can store off-site (e.g. family/friend’s house), you can probably use a raspberry pi to make a super cheap backup solution.

Gooey0210, (edited )

If you have 1tb+ of data you can get a cheaper option just by moving to hetzner (also, even storj is cheaper than backblaze)

governorkeagan,

This is exactly what I was looking for last night, thank you!

zerodawn, in pooling media libraries - like distributed storage

Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other.

suntzu,

I use synching too, but it’s not what I’m looking for here.

scrubbles, in pooling media libraries - like distributed storage
@scrubbles@poptalk.scrubbles.tech avatar

Seems to me the easiest solution would be each host a replica. Now that you can get 8TB for something like a hundred bucks this would be both faster and more redundant if one would fail

planish, (edited ) in pooling media libraries - like distributed storage

I think you can keep doing the SMB shares and use an overlay filesystem on top of those to basically stack them on top of each other, so that server1/dir1/file1.txt and server2/dir1/file2.txt and server3/dir1/file3.txt all show up in the same folder. I’m not sure how happy that is when one of the servers just isn’t there though.

Other than that you probably need some kind of fancy FUSE application to fake a filesystem that works the way you want. Maybe some kind of FUES-over-Git-Annex system exists that could do it already?

I wouldn’t really recommend IPFS for this. It’s tough to get it to actually fetch the blocks promptly for files unless you manually convince it to connect to the machine that has them. It doesn’t really solve the shared-drive problem as far as I know (you’d have like several IPNS paths to juggle for the different libraries, and you’d have to have a way to update them when new files were added). Also it won’t do any encryption or privacy: anyone who has seen the same file that you have, and has the IPFS hash of it, will be able to convince you to distribute the file to them (whether you have a license to do so or not).

TheAmishMan, (edited ) in Update: Everyone said GameVault's UI was garbage, so we completely overhauled it.
@TheAmishMan@lemmy.world avatar

Im a little confused on whats the usecase for this? It seems cool but im a bit confused when youd be hosting stuff in this way

alfagun74, (edited )

You either know the exact use case and need somehting like this or you don’t.

A lot of people just want to share their accumulated videogame libraries with their families and friends in some kind of platform.

TheAmishMan,
@TheAmishMan@lemmy.world avatar

So but would this be games thst you have installed? Or is this just like the individual install files?

alfagun74,

For inatallers

Telodzrum, in worth selfhosting immich or similar? what about backups?

pCloud sells itself as a privacy-focused alternative to Dropbox, Google, iCloud, etc. They’re running a deal right now on lifetime accounts, too.

roofuskit,
@roofuskit@lemmy.world avatar

Never trust a company selling lifetime accounts. It’s entirely unsustainable and eventually the other shoe always drops.

Telodzrum,

SAAS is a scam

roofuskit, (edited )
@roofuskit@lemmy.world avatar

We’re talking about data storage, not software. There are real every day costs, maintenance, replacement, power, etc… that are involved in reliably storing data.

I share the sentiment that you should be able to buy software.

Paying for data storage in a single lifetime payment is like buying one square foot of storage space in someone’s apartment for a flat fee and expecting it to actually be there forever.

silentknyght, in Tempo – An open source music client for Subsonic built natively for Android, now with Android Auto support

… I’m shocked. I thought all development on subsonic had dried up. I used it and dsub for literal years, but switched to Plex after it seemed I was paying for nothing. :(

NightAuthor, (edited ) in I'm new to networking and self-hosting and have no idea where to start.

For project ideas, I think most of us start with a problem and learn how to solve it. But without some foundational knowledge, you may struggle to even realize what’s a solvable problem.

You should maybe start with something like Linus Tech Tips “techquickie” content. Look at tutorials for home servers and home labs.

Or just spin around with your eyes closed, and point at a random tech object in your home, then start searching for info on how that works. How you can customize it, fix it, break it, make your own.

Not sure how else to help you jumpstart what many of us have just been naturally doing our whole lives. Like… be curious. That’s the key actually. Curiosity.

SnotFlickerman, (edited ) in I'm new to networking and self-hosting and have no idea where to start.
@SnotFlickerman@lemmy.blahaj.zone avatar

Not necessarily in this order:


  1. Learn the OSI and TCP/IP layer models.
  2. Learn the fundamentals of IPv4 and IPv6. (Absolutely learn to count bits for IPv4)
  3. Learn and understand the use-cases for routers, switches, and firewalls.
  4. Learn about DNS. (Domain Name System)
  5. Learn about DHCP. (Dynamic Host Configuration Protocol)
  6. Learn important Port Numbers for important Services. (SSH is Port 22, for example. The range of port numbers from 1024 to 49151 are “registered ports” that are generally always the same)
  7. Learn about address classes. (A, B, C are the main ones)
  8. Learn about hardware addresses (MAC address) and how to use ARP to find them.

And more! This is just off the top of my head. Until you’ve studied a lot more, please, for your own sake, don’t open your selfhosted ervices to the wider internet and just keep them local.


And just for fun, a poem:

The inventor of the spanning tree protocol, Radia Perlman, wrote a poem to describe how it works. When reading the poem it helps to know that in math terms, a network can be represented as a type of graph called a mesh, and that the goal of the spanning tree protocol is to turn any given network mesh into a tree structure with no loops that spans the entire set of network segments.

I think that I shall never see

A graph more lovely than a tree.

A tree whose crucial property

Is loop-free connectivity.

A tree that must be sure to span

So packets can reach every LAN.

First, the root must be selected.

By ID, it is elected.

Least cost paths from root are traced.

In the tree, these paths are placed.

A mesh is made by folks like me,

Then bridges find a spanning tree.

— Radia Perlman Algorhyme

gramathy,

Classful networking is well past dead, that’s kinda pointless. Learn VLSM and general subnetting basics instead.

SnotFlickerman, (edited )
@SnotFlickerman@lemmy.blahaj.zone avatar

I mean, isn’t it important to understand the fundamentals so you can understand VLSM better?

Like math, a lot of this knowledge works better when you know the fundamentals and basics, which help you conceptualize the bigger ideas.

On a personal level, I would have had a lot harder time understanding VLSM if I hadn’t had the basic fundamentals of traditional subnetting and classful networking under my belt.

gramathy,

There’s nothing inherently important to classful networking you learn that’s necessary for VLSM. They amount to common convention based on subnet size, and even then nearly nobody actually uses A or B sized subnets except as summary routes, which again, is not inherent to classful networking.

Classful networking has been obsolete for thirty years for good reason, you gain nothing from restricting yourself in that way.

SnotFlickerman,
@SnotFlickerman@lemmy.blahaj.zone avatar

How are you “restricting” yourself by learning that it exists? Nobody is saying “learn about it and use it and never consider anything else.” They asked what fundamentals they should know for networking, and I dumped what I considered the “fundamentals.”

gramathy,

Nothing actually uses classful networking anymore. Any situation where classful network concepts are implemented is necessarily limiting the capabilities of the network. As such it’s completely useless to bother spending time learning it.

lautan, in I'm new to networking and self-hosting and have no idea where to start.

I recommend an Orange pi 5 with Armbian installed. Raspberry pi is under powered and it’s a pain getting compatible software for the arch.

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

I am not sure I understand what you refer too? I have a small rpi server running at home and so far no issues installing various things on it.

Very “specialized” software, yeah ok, maybe thats what you mean.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #