Really enjoying these videos! I've only got into docker which I'm running on my old PC I've coverted into a server. Do you have any other projects in mind? Can I suggest some?
@@codefallacy I'm currently testing out Immich as a home cloud back up replacement for google photos. So my personal photos & family videos back up to my home server instead of google photos. Openmediavault may already offer this.. Something else I want to get running is a network monitoring/reporting system. If a docker container goes down I want to know about it. Another thing is local network security with treafik, so all local netork is encrypted between my server, client devices and my docker containers. Those are a few things I have in mind for my own home server, it'd be cool to see them covered. Keep up the great work! I look forward to your future videos!
Awesome, these are all great ideas! i will look into some of these! Ill give you a sneak peak into what i have the pipeline! ill be showing OpenmediaVault and then ill be showing you Nextcloud to replace google drive/photos. I've been using Nextcloud for a few years now and its amazing, specially with the Nextcloud Memories integration, it basically replaces google photos for me. ill be showing you how to install it with docker compose, that way the installation will be consistant accross operating systems. ill also be installing not just nextcloud, but also Redis caching, nginx proxymanager for increase security and SSL, Collabora Server for Nextcloud Office, and Fixing the Cron job issue that many people who install nextcloud via docker rend to run into.
you can also use Windows formatted NTFS [usb] drives for convenience use... sudo parted -l sudo fdisk -l | grep NTFS sudo mkdir /mnt/ntfs1 sudo mount -t ntfs /dev/sdb1 /mnt/ntfs1 [whatever NTFS /dev/drive partition shows up] df -hT ----- you might also need to install, try without the below First... sudo apt install fuse sudo apt install ntfs-3g sudo mkdir /mnt/ntfs2 sudo mount -t ntfs-3g /dev/sdb2 /mnt/ntfs2/ [whatever other NTFS /dev/drive partition shows up if more than 1 exists you want to access]]
Thank you so much, my friend! It started to give me some ideas to how to solve the same problem with UmbrelOS. I have installed the plex media server using the UmbrelOS docker container, but it doesn't recognize my 2.5 HDD connected by the USB. I'll try something like this!
Now looking for my unused USBs to implement this, now I have new plans for my raspberry pi, thanks!!!! 🎉
Really enjoying these videos! I've only got into docker which I'm running on my old PC I've coverted into a server.
Do you have any other projects in mind?
Can I suggest some?
Of course feedback is always welcomed
he sure does, this was even a request of mine! thanks code fallacy!
@@codefallacy I'm currently testing out Immich as a home cloud back up replacement for google photos. So my personal photos & family videos back up to my home server instead of google photos. Openmediavault may already offer this..
Something else I want to get running is a network monitoring/reporting system. If a docker container goes down I want to know about it.
Another thing is local network security with treafik, so all local netork is encrypted between my server, client devices and my docker containers.
Those are a few things I have in mind for my own home server, it'd be cool to see them covered. Keep up the great work! I look forward to your future videos!
Awesome, these are all great ideas! i will look into some of these! Ill give you a sneak peak into what i have the pipeline! ill be showing OpenmediaVault and then ill be showing you Nextcloud to replace google drive/photos. I've been using Nextcloud for a few years now and its amazing, specially with the Nextcloud Memories integration, it basically replaces google photos for me. ill be showing you how to install it with docker compose, that way the installation will be consistant accross operating systems. ill also be installing not just nextcloud, but also Redis caching, nginx proxymanager for increase security and SSL, Collabora Server for Nextcloud Office, and Fixing the Cron job issue that many people who install nextcloud via docker rend to run into.
I should get a price for being this early to a video! Great work.
you can also use Windows formatted NTFS [usb] drives for convenience use...
sudo parted -l
sudo fdisk -l | grep NTFS
sudo mkdir /mnt/ntfs1
sudo mount -t ntfs /dev/sdb1 /mnt/ntfs1 [whatever NTFS /dev/drive partition shows up]
df -hT
-----
you might also need to install, try without the below First...
sudo apt install fuse
sudo apt install ntfs-3g
sudo mkdir /mnt/ntfs2
sudo mount -t ntfs-3g /dev/sdb2 /mnt/ntfs2/ [whatever other NTFS /dev/drive partition shows up if more than 1 exists you want to access]]
great feedback!
Thank you so much, my friend! It started to give me some ideas to how to solve the same problem with UmbrelOS. I have installed the plex media server using the UmbrelOS docker container, but it doesn't recognize my 2.5 HDD connected by the USB. I'll try something like this!
Good luck, first time im hearing about umbrelOS but if is linux based sometime you have to manually mount it
@@codefallacy It worked!! Finally! Youre a legend, my friend. Thank u so much! and btw, UmbrelOS is a home server for pi4 or linux distros
👍❤️
ty,you help me。 谢谢,你的视频帮助了我,我看了你的树莓派 Jellyfin视频,刚好我手里还有个一移动硬盘,wow。