How’s your Nextcloud holding up now? I am undecided between a separate host vs the Truenas app. I heard that the TN app likes to break on update but I didn’t have the time nor infrastructure to test it thoroughly yet.
- 2 Posts
- 14 Comments
GetAwayWithThis@lemmy.dbzer0.comto Selfhosted@lemmy.world•What to do with a bunch of 3rd Gen i7 PCSEnglish7·4 months agoSince they are old, i would imagine the power efficiency isn’t the best on them for a 24/7 HA cluster at home. Unless you have an abundance of solar power or something. So I would use them as a test branch for whatever I want to do for self-hosting and learning
I would use them as learning platform for myself. Play with Active Directory DCs, replicataion, failover, recovery, networking etc. Just because more practice in that is what would be needed for advancement at work.
Others mentioned Kubernetes and Proxmox clustering. I could also use some sacrificial storage and compute to play around with those technologies so I could improve my self-hosted services.
GetAwayWithThis@lemmy.dbzer0.comto Selfhosted@lemmy.world•What's up? - Sunday weeklyEnglish4·5 months agoI am finally in a position to have hardware running at home without it bothering anyone, so I cobbled together the hardware peaces I thrifted for over the years.
I played around with Proxmox and lxc containers, which are awesome, but not really useful for my usecase. I currently needed the essentials to get started and to finally have some kind of backups.
So TrueNAS scale it is. I got the ACLs down quickly, so the built in apps are no problem. But some things are not suited to be run as a built in app, I found. To avoid these headaches, I created an ubuntu server vm and a network bridge to allow for host access, and spun up those containers there.
I went for too little storage on the vm in the begiining (10G) so of course it filled up to the brim in a day. So I had to learn how to extend an lvm. Which worked only after I made some space available. It was so full, even mkdir failed.
GetAwayWithThis@lemmy.dbzer0.comto Comic Strips@lemmy.world•Definitely don't ask for it in Spanish!English51·7 months ago…an espresso?
GetAwayWithThis@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•Household management - what are you using if anything?English0·1 year agoVery interesting! It’s tempting, but I can already see the “Major Change ticket” coming in for “Divorce” if I asked for tickets at home :D
GetAwayWithThis@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•Household management - what are you using if anything?English0·1 year agoI’m afraid of falling into the trap of having too many new toys to play with, so I’ll keep simplicity and tasks.org in mind! For taking notes for myself, I have Obsidian set up the way I like it. I must say, I under utilize that one as well. Joplin, I used in university some years ago. I should maybe revisit it to see if I find any use for it.
GetAwayWithThis@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•Household management - what are you using if anything?English0·1 year agoThanks for the tip! I wouldn’t have stumbled upon it by myself. Looking through their demo, it’s rather complex, maybe too much for what I need. The price seems fair tho. With the source being available I’ll consider trying it.
GetAwayWithThis@lemmy.dbzer0.comto Greentext@sh.itjust.works•Anon lives differently than his peersEnglish0·2 years agofor me it usually one of the three: What’s a lemmy? What is this lemming site? What did you do to Lenny?
GetAwayWithThis@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•SSD only NAS/media server?English0·2 years agoI don’t plan to neglect backups. Currently I use Syncthing as well, but only between non-redundant storage locations, so I have duplicates. Like phone pushes photos to pc or laptop, those sync them between each other. Important docs that I can’t lose are also on all 3 devices.
And I plan to keep the local storage of mission critical data around on some clients at least. I just want to have a central, more robust, redundant system where one or 2 disks can fail without my data being gone or corrupted.
GetAwayWithThis@lemmy.dbzer0.comOPto Selfhosted@lemmy.world•SSD only NAS/media server?English0·2 years agoThe noise is only an issue because of how small my appartment is. I can’t really isolate noise in here. I would think it also depends on which drives I get. I read that some are louder than others.
The workplace scene from Wanted comes to mind…
GetAwayWithThis@lemmy.dbzer0.comto Asklemmy@lemmy.ml•How attached are you to your username?English0·2 years agoI’m not too keen on chosing names so I’m happy that I could
GetAwayWithThis@lemmy.dbzer0.comto Technology@lemmy.world•OCBC Bank locks out mobile app if 3rd party apps are detectedEnglish0·2 years agoSadly the voting with wallet approach is only a short term solution imo.
One big player makes the contraversial move, gets some flack then most people forgets. Other players later make the same moves saying this is industry standard now, since the big players are doing it.
Playing the system by workarounds, root hiding, sandboxing tools etc. Will probably work temporarily also until they figure out what people are doing to circumvent the locks.
Thanks for the feedback! I am doing the opposite right now funnily enough. Trying to move away from having everything on Truenas as an app because of the host-app communication limitations. I have a bridge network set up but it still has its issues.
I’ll need to get some hardware to make this happen. At least to have a PCIe SATA controller I can pass through to a TrueNas VM so I can have everything on one physical host.
Nextcloud is on the list to try. For now syncthing was fixed up for filesync from my shoddy implementation of it yeras ago.