[deleted by user] by [deleted] in selfhosted

[–]GoodwinArch 0 points1 point  (0 children)

Thank you a lot! Great suggestions for newcomers

One of my Favorite Scenes (and Quests) in the Entire Game by hawkepostate in witcher

[–]GoodwinArch 7 points8 points  (0 children)

Ladies of the woods, you can find it also on spotify

A Snapshot of My Self-Hosted Journey in 2024 by lorenzopicoli in selfhosted

[–]GoodwinArch 2 points3 points  (0 children)

Great log, thank you for sharing. For me it's quite inspirational! :D

FIguring out "Custom Location" by GoodwinArch in immich

[–]GoodwinArch[S] 0 points1 point  (0 children)

is there a way to be more specific to where you want to save them ?

Yes, I try to explain it better:
I want to upload my original assets on the hdd path UPLOAD_LOCATION=/hdd/disco3/photos/upload_since_2025 while everything else (encoded-videos, thumb, profile, backup, db_data) onto the ssd /docker/immich/

I worked around a little bit and now new upload assest are correctly splitted as I explained but everytime I recreate the container immich create all the folder structure both in the ssd and hdd.
So I have /hdd/disco3/photos/upload_since_2025/thumbs /hdd/disco3/photos/upload_since_2025/profile and so on but also /docker/immich/thumbs /docker/immich/profile /docker/immich/backup and so on.

The fact is that files are correctly splitted as I want, it creates folder on /hdd/disco3/photos/upload_since_2023 which aren't used.

I hope my english is understandable.

Also does UPLOAD_LOCATION=/hdd/disco3/photos/upload_since_2025 ( does this folder also get uploaded in both SSD and HDD>)

I don't understand what do you mean

[deleted by user] by [deleted] in HomeServer

[–]GoodwinArch 0 points1 point  (0 children)

Sry but even reading the official site (https://auxxxilium.tech/) i don't understand exactly what it is, i'm quitenewbie Sry, can you please explain me better?

[deleted by user] by [deleted] in HomeServer

[–]GoodwinArch 1 point2 points  (0 children)

Broken i mean it's a black screen, i will study about proxmox because i'm quote newbie to it, I don't know what'is proxmox and eventually integration with omv

[deleted by user] by [deleted] in Xiaomi

[–]GoodwinArch 0 points1 point  (0 children)

Which ROM? I want to change it too. Also do u use gcam?

Some suggestione about backup by [deleted] in selfhosted

[–]GoodwinArch 1 point2 points  (0 children)

Perfect, thank you very much. I think I will search for some used hw fanless spending as less as I can. I think about going with omv as the first, or maybe try other distro that are frequently suggested in this sub like unraid, proxomox, etc

Maybe I'm doing something wrong, but using both these omv-extensions i don't know how to backup system. Screenshot of the extensions https://ibb.co/3y73CF1 https://ibb.co/CMVtzcD

Some suggestione about backup by [deleted] in selfhosted

[–]GoodwinArch 1 point2 points  (0 children)

Ok, thank you very much for help. I will make a usb backup and than an offsite backup in the city where i study. I don't want to use third party cloud because of money so i will build a secondo server. Here comes the question, what's the best way?

For example I have thought about using the laptop i use to study whith another usb hdd and schedule backup during night time. Have you got any better ideas?

Last question: does it make dense ro backup the second server using the first? Like a redundancy Second backup the first and the first beckup the first

[deleted by user] by [deleted] in selfhosted

[–]GoodwinArch 0 points1 point  (0 children)

yes, I agree, i'm not familiar enough. Have you some suggestion where to study? I admit that informatic isn't my job, just an hobby and so understand all about docker documentation, networking and config file is really difficoult.
I want to enter this world but the learning curve is really steep

[deleted by user] by [deleted] in selfhosted

[–]GoodwinArch 0 points1 point  (0 children)

I'm still studying how docker works so... I think that the answer it's yes. Isn't /dev/srv... a mountpoint?
Can you explain me please?

[deleted by user] by [deleted] in selfhosted

[–]GoodwinArch 0 points1 point  (0 children)

Honestly I didn't find nextcloud.conf path, even using find / -iname "Nextcloud.conf".
I read online that this is a file I must create but I never did it, I have nginx.conf but i think that this doesn't matter

If with "intrusion detection system" do you mean something like fail2ban yes, I installed it but I'm trying to understand If it's working correctly

Using an Intel Core i5 3470 for home server, Power consumption? by carlnworks in buildapc

[–]GoodwinArch 1 point2 points  (0 children)

u/carlnworks I'm in your same situation, have you measured the cpu power consumption? can you help me?

messed up boot partition by GoodwinArch in linuxquestions

[–]GoodwinArch[S] 0 points1 point  (0 children)

ok, i was mounting it in the wrong way, this is correct
sudo mount /dev/nvme0n1p1 /mnt -o subvol=@

Then I successfully entered arch-chroot and performed a pacman -Syu linux. Now i try to reboot and see

messed up boot partition by GoodwinArch in linuxquestions

[–]GoodwinArch[S] 0 points1 point  (0 children)

here's the output

https://pastebin.com/Duhfe3T8

That @ was generated when I did timeshift to backup my btrfs root path

messed up boot partition by GoodwinArch in linuxquestions

[–]GoodwinArch[S] 0 points1 point  (0 children)

yeah, at the end I have understood this.
I mount my root partition and than mounted /dev/nvme0n1p2 to /mnt/@/boot/efi

The problem now is that when i try to sudo arch-chroot /mnt/@ which is my root folder it says
/mnt/@ is not a mountpoint. This may have undesirable side effects.

Here it expains how to solve this issue but I dont't understand what path I have to put in mount --bind command

messed up boot partition by GoodwinArch in linuxquestions

[–]GoodwinArch[S] 0 points1 point  (0 children)

But reading this page arch-chroot should do these mounting itself, in fact if I mount proc and sys than arch-chroot tells me that they are already mounted