

Interesting, for me the apps required to have a valid tls cert.
Interesting, for me the apps required to have a valid tls cert.
Since most budgeting tools I found didn’t satisfy my need (no cloud, automatic categorization of transactions etc.) I tried to create my own tool to categorize my transactions using camt.053 and csv files which I downloaded from my banks. Got bugged down with the presentation via bokeh, so it was pretty crude.
I recently found beancount in combination with fava, which solved most of my problems I had with my own tool. And the good thing: I was able to re-use most of my ‘auto-categorization’ code with only small changes. Not sure how universal my importer is, but with a bit of python know-how it should be quite easy to create an importer for your specific bank export.
From my experience, the csvs I got from my bank was insufficient for automatic mapping, which is why I’m using camt.053 where possible. As the camt.053 is not very common in many countries you could go for OFX files.
PlantUML-Server: Github / Docker Hub I do use some plantuml graphics in my Obsidian notes to document my network setup. And it’s really nice to have a self hosted renderer where all my devices can access it.
UnifiBrowser Github / Docker Docker Image to access the Unifi API, helped a lot to debug the integration of Unifi data into other tools (e.g. Munin)
Wanderer Github - Platform to save and upload gps tracks. I do misuse it as a platform for my motorbike tour ‘library’ for easy choice which tour I want to do
Yeah, that’s how they are named, my experience showed that the devices used whichever of the two they wanted.
Restic can do append-only when you use their rest server (easily deployed in a docker container)
2 Raspberry Pi 4 with a few services running (some directly, some via docker): pihole, pialert, gitlab plantuml, munin, restic rest server, jupyter instance, airsonic-advanced. And an old synology NAS which serves as document and media server
Yep just swapped over from a self hosted solution with gitlab and sublime… But that was to restrictive and the overall experience wasnt really good…
I then found a post somewhere on lemmy a post abotu PKMS and what people are using… One was obsidian… So I tried it and I’m really happy
Edit: I saw some comments about some missing self hosting. Since the notes are saved as standard md files you easily ca sync them with whatever you want… I set it up with my synology NAS and DS Drive, but any tool which can sync two-ways should be fine
Ibrun my own gitlab instance where i have a repository with all my configs, scripts etc.
As well as a wiki that contains the admin guide with (hopefully) all the relevant infos in form of text and PlantUML graphs.
The nice thing is… You can just ‘code’ the diagrams and use a PlantUML instance to render the graphs live
I have a rpi4 awith an external hdd at my parents house, which I connect via a wireguard vpn, mount and decrypt the external hdd and then it triggers a restic backup to a restic-rest server as append only.
The whole thing is done via a python script
I chose the rest-server because it allows “append only”, so the data can’t be deleted easily from my side of the vpn.