I’ve edited my comment. It contains my used script.
- 0 Posts
- 43 Comments
Aight, let me do it… 😅
On Mikrotik I have a script that runs every 30sec. If pi-hole not responding, router switches to public cloudflare dns records, otherwise to pi-hole IP.
This setup works like a charm.
P.S. I am using Blocky, but it’s almost the same as Pi-Hole.
EDIT: Since at least 2 guys asked how to do it:
https://forum.mikrotik.com/viewtopic.php?p=866934#p866934
Don’t forget to configure Mikrotik router to act as passthrough DNS server with cache (for performance) and configure DHCP server’s DNS to router’s IP.
WindowsEnjoyer@sh.itjust.worksto Selfhosted@lemmy.world•Private and/or cheap places to register a domainEnglish1·1 year agoUmmmm probably, yeah, per year.
WindowsEnjoyer@sh.itjust.worksto Selfhosted@lemmy.world•Private and/or cheap places to register a domainEnglish21·1 year agoFor self hosting, I’ve purchased .eu domain for ~24€, for 5 years. Later on it will be 11€/year.
I’ll get another domain for similar price and for 5 years. :)
Lithuanian service, so I am not going to mention it. :)
EDIT: typo, 11€ per year instead of month
If Steam could just ban 3rd party launchers in Steam - that would be great.
Need to login to rockstar/uplay/gog/EA account? Do it in-game…
I am not concerned about that. Business primary goal is to make money, and Google is business, so any free service is temporary, especially if not powered by ads.
WindowsEnjoyer@sh.itjust.worksto Selfhosted@lemmy.world•Poor video playback quality on KodiEnglish21·2 years agoIt’s been trash previously, but became fully usable in the past 2 years or so. Still has a lot of playback issues, but works in most cases.
WindowsEnjoyer@sh.itjust.worksto Selfhosted@lemmy.world•Poor video playback quality on KodiEnglish2·2 years agoProbably I misunderstood your issue. I am using Bazarr for downloading subtitles.
Think this way: postgress db is just part of immich. That’s it - separate your services into logical units.
That’s actually makes more sense to do at home lab. Bringing down your main DB breaks a lot of your services. By separating - only part would be broken.
My postgress db lives in the same docker compose file where immich is. If I decide to delete immich - it’s very simple to run “docker compose down” and delete folders. :)
roofuskit is right. Unless you use it as secondary method of backing up your memories - it is foolish. There are constant breaking changes that requires modification to Docker-Compose for Immich project. But you do you. :) I am not Google to tell you what to do. 😅
A bit off topic, but Synology Photos is not vendor-agnostic and open source sofrware that you can host on your RPI or home server. It’s Synology NAS specific, isn’t it?
+1 for it. Used it previously and just recently. Works like a charm!
But it’s not that difficult to dedicate Docker compose file for an “immich project” and use exactly as developer suggests. You are not like going to have 100+ users, more like 1-10 users and even RPI would be enough. It’s not an issue to have small database along immich project on the same host.
Photoprism has different approach. Last time I tried I wasn’t impressed. Immich, on the other hand, gives me almost identical experience to Google Photos. I was heavily using Google Photos, so this is probably the reason why I am pro-immich.
Just a question - are you considering AWS unlimited S3 storage where you pay-as-you-use?
Considering that it’s free, always improving and self-hosted, I am more than happy that it lacks some minor features from Google Photos. :) It’s not perfect, but I can relax that nothing like this would happen to me:
https://www.theguardian.com/technology/2022/aug/22/google-csam-account-blocked
WindowsEnjoyer@sh.itjust.worksto Selfhosted@lemmy.world•Poor video playback quality on KodiEnglish1·2 years agoI am not certainly sure if I understand “cable interface” you are referring to, but Jellyfin has IPTV support. Last time I used it was…OK. 1000+ channels, but it was somewhat working. Used with M3U playlist, no idea about other stuff implementations.
WindowsEnjoyer@sh.itjust.worksto Selfhosted@lemmy.world•Poor video playback quality on KodiEnglish22·2 years agoYour use case is completelly valid. I would probably use Kodi too if no other alternatives exist. :) Currently rocking with Jellyfin.
I’ve edited my comment. It contains my used script.