Hey, Iโm in the way of building my homelab already thinking of some apps to run on itโฆ Truenas in a VM, a Debian VM to run docker. And on this point, do you a have some docker apps recommandations? Write down all the apps that worth looking at them ๐๐
Check out these guys: https://www.linuxserver.io/
https://hub.docker.com/u/linuxserver
They have a pretty good catalog of pre-built Docker containers. You donโt have to use their version of things but there is a lot of software that I was previously unaware of that I learned of through them.
Mine are:
-
FreshRss (news)
-
Jellyfin (media)
-
Immich (photo backup)
-
Paperless (document backup)
-
Forgejo (code forge)
-
Syncthing (file move arounder)
-
Filebroswer (file backup)
-
Planka (lists, to-dos)
-
Navidrome (music)
-
PiHole (ad block, dns)
Have fun!
Itโs great for documents, etc., but I would use something different for photos. Check out Immich and PhotoPrism. I prefer Immich, because it has official mobile apps for Android and iOS. PhotoPrism has an unofficial gallery app for Android, but it doesnโt have sync capabilities. For that, you would need to use a 3rd-party, closed source app called PhotoSync. I think Immich is just the better option.
Nextcloud is good at general cloud features. Itโs not specialized in photo management. If youโre storing memes or cell phone pictures itโs fine, but if you use an actual camera that uses a RAW format, youโre much better off using Immich.
If youโre only using nextdoor for fine sync, seafile or synching will be vastly superior
Humm OK but I think just for photo saving and showing I would be okay for me
I use Nextcloud to hold all my personal and important files as well as my wife and Iโs shared photo album. I use an old Surface laptop as a digital picture frame and have it on a random loop slideshow of our pictures album on our Nextcloud.
We use the iPhone apps to upload our photos and then it shows up on our frame. Works really well!
NC itself is discussable, but desktop/android clients are awesome. Autoupload and files preview without download are great features.
I use it, mostly because I wanted to build an analogue to Google Drive/Photos, though it took some work to get it to a point where it felt good. Since the default Photos app feels pretty garbage to me, I installed the Memories app (same thing but better, very like Google photos) as well as Preview Generator & Recognize.
These seem to do the trick. The automated tagging isnโt without its issues (pretty janky, frankly), but Iโm pretty content with it to the point where Iโm not looking to change in a hurry. Havenโt tried Immich, though it looks pretty enough like Iโd probably just go with it since it does the one task itโs supposed to do, but again, Iโm comfy and donโt feel the need to find a new home for my photos yet.
Iโve used nextcloud for a while now, but it does suffer from jack of all trades syndrome. Iโve started offloading the things I use it for to other services that do a particular thing better. Syncthing for general file syncing across my devices, Immich for managing photos, Radicale for contacts and calendar syncโฆ
If youโre just looking for an all in one Google Drive like experience for your files though, Nextcloud is as good as it gets.
That very much depends on what you want to do.
The self hosted mailing list has a directory of apps they track.
Thereโs also the Awesome Self hosted.
Thereโs also Bitmagnet, it youโd like a local tracker for the Arr stack.
I would prefer not using this this wayโฆ Personally I would set up TrueNAS and then a Debian VM on proxmox with all the docker with the CLI (I donโt really need a management toolโฆ Or maybe Rancher)
If you are somewhat comfortable with the cli you could install proxmox as zfs then create datasets off the pool to do whatever you want. If you wanted a nicer gui to manage zfs you could also install cockpit on the proxmox hypervisor directly along with the zfs plugin to manage the datasets and share them a bit easier. Obviously you could do all of that from the command line too.
Personally I use proxmox now where before I made use of Debian. The only reason I switched was it made vm/lxc management easy. As for truenas itโs also basically Debian with a different gui. These days Iโm more focused on optimization in my home lab journey. I hope you enjoy the experience however you begin and whatever applications you start with.
I use Portainer and itโs a good UI, but I find the way they market business edition pretty scummy. Like having a banner ad constantly visible on the page, and having half the features visible but disabled with a big bright โupgrade to Business Editionโ message next to them, and directly refusing to add any mechanism to opt out. I respect that they need funding for development, but they need to realize that a lot of their users simply donโt need a business license and arenโt going to buy one no matter how much advertisement you throw at them. The fact that they donโt realize that and refuse to budge indicates to me that theyโve stopped caring about the user experience of their product.
Sorry for the rant, Iโve been annoyed by this for a long time. Some day Iโll set up my own gitops pipeline, but that pesky day job keeps getting in the way.
Homepage Jellyfin TubeArchivist
Zabbix & Grafana for supervision
A XMPP server
Iโve heard of zabbix but whatโs the difference with Grafana? If Iโve understand Tubearchivist is a self-hosted โYouTube appโ? And how useful is a XMPP server?
Zabbix collect all the data (for exemple, cpu usage, memory usage, disk space etcโฆ) Grafana take this data from zabbix and display it, You can create dashboards with only the useful data you need!
TubeArchivist is indeed โselfhosted youtubeโ but more importantly itโs more of a Youtube Backup, if you watch a lot of content on there, like me, you know that videos gets deleted all the time, and archiving videos that you like is really important (at least if some videos means a lot to you, like me)
And a XMPP server is just a self-hosted messaging/calls service that works like email and is decentralized. Iโm not that familliar with it yet, but iโm loving the concept
You can create dashboards with only the useful data you need!
While dashboards are nice to look at, I very much prefer to just configure Zabbix to only notify me in case of actual problems and leave me alone the rest of the time. ๐ Also, Zabbix has capabilities to show graphs and create dashboards as well. No need for Grafana here.
Zabbix & Grafana for supervision
@foremanguy92_@lemmy.ml personally I prefer CheckMk over Zabbix. I found Zabbix to be an absolute pig. Both are on the complex side. But really, you probably just need something like Uptime Kuma.