r/lostredditors
r/lostredditors
The only thing I can think of is folder structure. Is your music organised in the “Jellyfin Way”?
That’s exactly what CalDAV servers allow. The easiest to set up is probably Baikal, but Radicale/NextCloud are also good options.
The built-in iOS/macOS Reminders.app supports CalDAV for calendars and tasks. Everything is available offline, you can add/edit/delete events and tasks, and it will sync back to the server when you are online again.
This is what Vikunja should allow, but sadly their CalDAV implementation is broken.
I use AGH on both of my servers at home and sync them with adguardhome-sync.
They are the DHCP assigned DNS servers for everyone who lives with us and all the services I run.
Use SQLite. Easy to backup, no process taking up cpu/memory, no users to manage.
How do you get good judgement?
Experience.
How do you get experience?
Bad judgement.
:-)
It’s mostly just preference. If you are already familiar with MySQL or Postgres, use what you know. If you just want simple and lightweight, use it with SQLite (no external database).
I see. I really want to use Vikjuna. If you’re mostly going to use native clients, you could swap out for a CalDAV server (NextCloud, Radicale or Baikal)?
I didn’t think that iOS was working at all?
I use Calibre on my laptop to manage my book collection and Calibre-web on a server with the Kobo extension enable to sync books automatically with my Kobo.
It works pretty well!
In my opinion, they do different things.
SFTP/SCP are great ways of transferring files between computers. I prefer rsync for most things because it can resume transfers and checksum results. I’d never use FTPS because SFTP/SCP comes with SSH, and why run a separate service? SSHFS is another way to use SSH to transfer files (it mounts a remote file system to your local computer so you can use all your normal file management tools).
NextCloud (and similar) do a bunch of additional things:
If SFTP does everything you need, that’s awesome. Use it. :-)
The thing is, these sorts of losses aren’t limited to selfhosting. Selfhosting introduces some new risks and reduces some other risks.
Digital data is inherently fragile. It takes active work to preserve it.
That’s one of the reasons my wife and I make an actual physical photo book each year of our favourite photos.
Yes, Zotero and can a WebDAV backend.
I like using containers, but it doesn’t make any difference to the above. Containers can be exploited as well.
I don’t know why people feel the need to say this every time somebody asks about selfhosting email.
There’s no technical problem with running a mail server on the same server as websites. The only concern is simply that web applications are much more likely to have bugs and get hacked than your mail server. If a web app does get hacked, all of your mail is potentially compromised. If you don’t care about that, I’d say … go for it.
I’d guess that you have another DNS server on your network which is trying to get the list of root name servers (what the . means) via AdGuard.
I’d guess that there are so many queries because something is going wrong with it’s attempt to get the root name servers from AdGuard so it’s doing it over and over (because it can’t function without them).
Debian. Always Debian.
I’m not aware of any email client or server that supports webhooks?
But, I’m pretty sure you can do this with N8N.