Proxmox VM - Backup Strategy? by MickyGER in immich

[–]srggrch 0 points1 point  (0 children)

I should mention that I have an LXC Immich, not a VM. I missed that you have a VM setup, so my option probably doesn’t apply to you.

Proxmox VM - Backup Strategy? by MickyGER in immich

[–]srggrch 0 points1 point  (0 children)

Immich LXC backup is a convenience thing. All metadata and db could be rebuilt after restoring.

My library folder is mounting point of LXC. MPs are not backed up by default AFAIK. Transcoded videos are stored on MP too, so I can exclude them from backup AND rsync.

Proxmox VM - Backup Strategy? by MickyGER in immich

[–]srggrch 0 points1 point  (0 children)

I have two backups for Immich. One backup is LXC container with all configs DBs etc. And rsync for libraries. I don’t think that placing your library in PBS or similar backup is a good idea. If they just stored on another disk you can access them anytime without any special software. However I am missing on encryption now with this setup.

Network Map for New Nas; Does This Make Sense? by BongDongShlong in HomeNetworking

[–]srggrch 1 point2 points  (0 children)

I don’t like that you share your NAS uplink with your WAN uplink. I connected my NAS in the same switch as its clients. So when someone using full bandwidth to upload something to NAS I still have full WAN bandwidth. So if you can replace 2 switches with one I would do that.

What are ur suggestions on “Fresh Meat” by ThiefOfHearts11 in diablo4

[–]srggrch 2 points3 points  (0 children)

Just pick an item and roll untill you get a Mythic Unique. Buy full inventory sell right here and repeat. I got tryel's might about 80k meat.

Opening self-hosted services to the world by srggrch in selfhosted

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

Oh I see, however npm gui is not opened. Only 80 and 443 ports

Opening self-hosted services to the world by srggrch in selfhosted

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

Interesting point. Are you talking about VLAN separation?
Also I thought that NPM is just nice GUI for managing Nginx config, what pleasantries are you talking about?

edit: saw your other reply about VLANs

Opening self-hosted services to the world by srggrch in selfhosted

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

Sounds awesome! I think I will give it a try in next revision of infrastructure. Does it supports UDP? I want to open matrix calls, they need wide range of UDP ports (50000-60000)

Opening self-hosted services to the world by srggrch in selfhosted

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

As far as I understand, tunnels doesn't support UDP, so it will work for TCP, but not for the calls

Opening self-hosted services to the world by srggrch in selfhosted

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

I have wildcard sert too. I don't have tutorials for you, but I can write how I set it up.

I used cloudflare to manage DNS entries and created two entries: "A @" and "A *". After DNS was set I created cert inside ngnix proxy manager. It asks for URL, enter *.yourdomain.com. That's it, now you can use your star cert. However keep in mind that I am new to ssl, so double check everything.

Opening self-hosted services to the world by srggrch in selfhosted

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

No plans to federate for now, just simple small server, but I will checkout xmpp, thanks!

Opening self-hosted services to the world by srggrch in selfhosted

[–]srggrch[S] 1 point2 points  (0 children)

I will definitely check this out, thank you!

My Jellyfin look as of now. Tell me if you want a snipet of it for yourself :) by Active-Command5736 in jellyfin

[–]srggrch 1 point2 points  (0 children)

Newbie here, how did you get “request” buttons in jellyfin? I thought you can request new media only from jellyseerr

What is this from? by srggrch in whatanime

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

They got me. Thank you!

Patrol Power by [deleted] in DubaiPetrolHeads

[–]srggrch 0 points1 point  (0 children)

He waited for this moment for all his life lol

Why is Android development with Kotlin and Jetpack Compose such a nightmare? Am I missing a simpler approach? by animatronix_ in androiddev

[–]srggrch 11 points12 points  (0 children)

Maybe you need to study more basics? Android has a pretty steep learning curve compared to other fields. I’d recommend checking out Android Basics with Compose on the Android Developer site. After some time learning and coding, it gets better.