Give me a package that runs on my ds214play and I’ll switch in a heartbeat
Give me a package that runs on my ds214play and I’ll switch in a heartbeat
I’m running an airsonic-advanced server and use the tempo app on android https://github.com/CappielloAntonio/tempo
And supersonic on linux & windows: https://github.com/dweymouth/supersonic?tab=readme-ov-file
The point for me is, that I have an acient synology NAS (ds214play) which acts as my media server. There is a community made plex package which I can install easily. As far as I have seen, there is no way to install jellyfin on this NAS, as it doesn’t support docker
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.
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
Did some really basic testing with a few images I had at hand:
might be an issue with the sizes of the files, how large are your photos?
having the same issue, could you give some infos what you changed in the network settings?
edit: hadn’t updated the ORIGIN env correctly (only updated the port): classic case of RTFM
Yeah, that’s how they are named, my experience showed that the devices used whichever of the two they wanted.
Also, there’s usually no reason as a user to pay monthly for a feature in a self-hosted application.
The Dev has no monthly costs for that feature. Let me buy the application/feature, and if you need money for a new feature, create a feature that is worth buying again. No need to bully the user into a monthly subscription…
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
Yep that would be a good alternative…I don’t have an official domain for it, so I went the self-signed way
Which enables me to provide tls/https for all my local services. And it was a fun experience to learn
Not the one who wrote initially, but i have the same setup (mostly).
I went with a self signed certificate. So the server is running with a certificate i have signed with my own certification authority certificate (ca-cert) .
That means I have to install the ca-cert on all devices to get vaultwarden to accept it.
The alternative is a let’s encrypt cerrtificate, which are free, but you need to open port 80 (and another one if I remember correctly) for it to work (at least every 3 months)
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
Thanks for the link. It seems they got it somehow working on DSM6, but if I check the thread, it’s a lot of ducttape and locktight involved especially to run with DSM7. Might try it out on a rainy sunday