abies_exarchia

joined 1 year ago
[–] [email protected] 24 points 1 week ago (1 children)

This mobile app is not associated with the current open source project. Like i think it’s a vestige from before they went open source. They recommend using actual in your mobile browser for now, which works decently well

[–] [email protected] 2 points 5 months ago (2 children)

Sweet! Does it sync to mobile? I’m on ios, and haven’t looked into syncthing

[–] [email protected] 2 points 5 months ago (4 children)

I have been using obsidian for the past few months and i really enjoy it. It’s not open source, but you can self-host a not syncing service called Obsidian LiveSync that I use to sync between my computers and phone

 

Back when I was even less experienced in self-hosting I setup my media/backup server using a RAIDZ1 array and 3 x 8TB disks. It's been running well for a while and I haven't had any problems and no disk errors.

But today I read a post about 'pool design rules' stating that RAIDZ1 configurations should not have drives over 1TB because the chances of errors occurring during re-silvering are high. I wish I had known this sooner.

What can I do about this? I send ZFS snapshots to 2 single large (18TB) hardrives for cold backups, so I have the capacity to do a migration to a new pool layout. But which layout? The same article I referenced above says to not use RAIDZ2 or RAIDZ3 with any less than 6 drives...I don't want to buy 3 more drives. Do I buy an additional 8TB drive (for a total of 4 x 8TB) and stripe across two sets of mirrors? Does that make any sense?

Thank you!

[–] [email protected] 2 points 7 months ago (1 children)

At your recommendation, this is what I've been trying for the last week. I favorited all my artists, and I have to say that it's working pretty well! I feel that my music library is much more intimate now. I'll keep 'testing' it for a while longer but this might be my solution. Thanks!

[–] [email protected] 1 points 7 months ago

Thank you! If I can't find a way to figure it out in navidrome I'll consider giving jellyfin a try, since I already use it for my visual media

 

I've been self-hosting my music in Navidrome for the last 3 or 4 years and in general I've been very satisfied. Before that I was using an old iPod. The key difference I haven't been able to recreate in Navidrome is a feeling of my own curated library where I scroll through and recognize all the artists. When I set up navidrome I ended up integrating a bunch of mp3 libraries (my father's, my own, and a few of my friends). Because many people share the Navidrome server with me, I let them add stuff that they listen to. When I browse the artist in the iOS client play:Sub I end up not recognizing about half the artists. I've found that I forget about a bunch of music because I rely so heavily on the 'search' function and don't scroll through my artist library like I did on the iPod back in the day.

I'm not sure how to address this, and I think it pretty significantly affects my relationship to my music library. I'm not sure if the solution is server-side or client-side, but essentially I want to be able to have all the music accessible in some way, and most the time I want to just browse a selection of artists that I choose. I feel like creating a playlist is not sufficient because I don't know how I would browse by artist within a playlist (at least within the clients I'm familiar with). Has anyone felt this way? Any recs?

Thank you!

[–] [email protected] 6 points 8 months ago

I use obsidian with obsidian-livesync for selfhosting the notes. Works pretty well across linux, macos, ios so far

[–] [email protected] 11 points 9 months ago

I never had a good way to ingest info, but i setup a self-hosted FreshRSS instance a few months ago and it’s completely changed how i consume information for the better. I spend a lot less time scrolling through shit that never interested me much in the first place

[–] [email protected] 1 points 9 months ago

So for this, would i make another zfs pool on my remote backup server that is not snapshotted? Like, the problem i have is that i have snapshotting via rsync, but then the whole remote server zfs pool is further snapshotted so there’s a lot of redundancy.

[–] [email protected] 2 points 9 months ago (1 children)

This is fantastically helpful, thank you. I will do this.

I don’t know why I thought sending zfs snapshots was the better option

 

I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use rsnapshot to do snapshot backups via rsync to the remote zfs pool. I know I'm wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.

Does it make sense to just do a regular rsync into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?

Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!

[–] [email protected] 8 points 1 year ago

Ok now do british columbia

 

I've been after that golden goose of auto-imported transactions from my US banks into a selfhosted financial manager for some time now. Plaid doesn't work with some of my banks, and comes with a slew of privacy compromises anyway. I'm looking to import transactions into firefly iii (or actualbudget) by scraping information from bank alert emails about my transactions. I wanted to write about it here in case someone had experience doing so or any tips-- or if this is a silly venture.

My plan is to set alerts for all transactions across my banks, and direct them all to a single email address. Then I'll write a python script that checks the inbox every 5mins or so, and if it detects a new email, it will parse it according to some code I write and extract the amount and the payee, and then attempt to import it into (in this case, ActualBudget) using the importTransactions API call.

It's going to be a bit of a pain in the ass to set this up as I see it (I'm also a bit of a beginner, but think I can make it work) and I just want to see if anyone else has tried this. Thanks!

view more: next ›