What about any CMS? GhostWriter or WriteFreely for example.
What about any CMS? GhostWriter or WriteFreely for example.
I use rsnapshot docker image from Linuxserver. The tool uses rsync incrementally and does rotation/ prunning for you (e.g. keep 10 days, 5 weeks, 8 months, 100 years). I just pointed it to the PostgreSQL data volume. This runs without interruption of service. To restore, I need to convert from WAL files into a dump… So, load an empty PostgreSQL container on any snapshot and run the dump command.
Cockpit is a dashboard (and control!) app that can connect to multiple hosts.
There are links to other wikis with lists of devices.
This is what OP looks for. It exists! Other repos only cover partially (e.g. either ollama or tts)
This is good advice. Learn about markdown syntax, try Obsidian to write notes that can be interrelated in a network, add drawings, and export selected notes to HTML. You can further stylize all of them with some custom CSS. There are many “content management system” (CMS) like Obsidian does. I’d self host ghostwriter. But just search for a CMS on awesome self hosted list and find something popular that’s akin to you for whatever features or underlying tech (e.g. Wagtail for django web devs)
Been there, the issue I encountered is that most other apps would rely on active GPS and drain battery with it. Also, not many apps can access the GPS without a prompt, at least on xiaomi I had that… Maybe it’s something to do with their OS customization… Anyway, Ideally you’d like to access in intervals and only wake GPS if other means (e.g. WLAN passive scan of surrounding SSIDs, like google services does) lack certain accuracy.
That’s not entirely correct. PhotoPrism offers WebDAV and SAMBA protocols, and their docs state that clearly: https://docs.photoprism.app/user-guide/sync/mobile-devices/#other-apps Furthermore, you can always sync files to the server via other means (e.g. SyncThing).
There’s also PhotoPrism which is nice. The comparison between the two is evolving with every release.
There’s a reason why most providers don’t allow that feature anymore. It’s said that port forwarding is a security risk. Also, qBitTorrent works just fine without it.
Tinode and Snikket should be discussed too. They’re server and clients, built upon XMPP and including the many extensions, “XEPs” that an admin would want in order to give their users a modern experience.
True, but… First, they get way less data because most JavaScript was cleared out and that cuts tracking by 95% (just to put some figure). Secondly, the idea with those frontend is to have some control (e.g. recommendation algorithm is cleared, or you get to access content without an account, etc.) so, overall there are advantages. Of course, it’s a compromise situation.
Maybe the colors were set before syncing? Try adjusting one to a new color, see if that change is synced. It would be silly, but maybe that’s the case.
Depending on how much infra you want to put up, there’s also mailinabox that can do all (email aliases, etc.)
No experience, but saw gorgeous has a guide to migrate. Their latest Blogpost states to do that ASAP coz they’re going to stop keeping the drop-in 1:1 replacement to advance in their cool feature set ;)
Try checking out KWallet settings. It’s the app in charge of saving passwords in KDE.
Movary comes to mind, and it can pull/ push info to accounts on third parties like tmdb.org
Oh, and the syncthing encryption that you may enable for the folders is for these devices/ clients. This may be useful is you were to use a third part machine, like a VPS, as a 24/ 7 node for your files. That’s different from a relay, may be desirable if you want to sync ASAP and avoid conflicts. In any case, conflicts are rare… you would need to open the DB and add entries at the same time, or some quirky scenario…
Not sure if this is what you’re are after, but https://github.com/lakinduakash/linux-wifi-hotspot allows, among other things, to share the Ethernet-connected PC internet (with VPN if needed) as a WLAN for TVs, Phones, etc.