

Same, literaly only have bazzite and android on one device each with everything else being Debian.
Although I have been thinking about switching to Nix for a more robust backup/restore setup.


Same, literaly only have bazzite and android on one device each with everything else being Debian.
Although I have been thinking about switching to Nix for a more robust backup/restore setup.


How quick could you pick it up? And how does it handle one config for different devices (due to different hardware(fstab/cryptsetup differences), propietary/non-mainlined drivers?
I have been thinking about switching because I’d love a reproduciable system but fear it would take some of that flexibility I rely on (I’ve had some issues with ftstab/cryptsetup and initramfs customizations on the fedora atomic base of bazzite on my steamdeck).


For that scenario you could also consider using certificate based login. Just store your root certificate in a safe place (like a Keepass) an then sign new keys for your new devices when you get one.
https://docs.ssh.com/manuals/server-admin/44/User_Authentication_with_Certificates.html


and I’d need to have password access enabled in order to add the keys
Besides the other points, you could just add the public keys directly in the .ssh/authorized_keys(2) file of the server as long as you still have access from another device. That way you don’t have to enable passwords.
I get a 502 bad gateway on the domain :(


or the receipt is sent via email Paperless can automatically ingest e-Mails. I agree on the rest though.
I was hinting at your last sentence. It seems, they do indeed target a lower sdk: https://gitlab.com/fmd-foss/fmd-android/-/issues?show=eyJpaWQiOiIzNTQiLCJmdWxsX3BhdGgiOiJmbWQtZm9zcy9mbWQtYW5kcm9pZCIsImlkIjoxNzI3NjgxMTN9
F-droid also warns me, the target sdk ist too old and automatic updates will not be possible.
(Thank you for the post anyhow, I didn’t know the app existed before)
The app seems to target an older sdk, right?


Every 5mins seems insane. Why do you need to schedule it that frequently?


Also, I wouldn’t shy from keeping the database on the same, fast storage as the OS, even if that’s flash. Move to an external SSD when you can. HDDs have such long seek times.
Very much true. I installed Immich on my dads Synology for him and compared to my own setup at home the speeds are abysmall (it even crased a few times during the first indexing and ML run). I suspect a major part is that the whole os runs on an hdd.
If you put the database on an sd-card just ensure you make frequent backups somwhere else. I wouldn’t trust flash storage to keep my data safe.


Right, he who does not rely on someone elses DNS-server shall throw the first stone!


Afaik Synology supports Btrfs which I honestly prefer at this point if you don’t need filesystem based encryption or professionall scaling and caching features.


then just naming people liberating netflix.
The arrest warrant for a 25-year-old from Hamburg has since been extended because he is now suspected of inciting serious sexual abuse of children via a messenger service and producing child pornography content, among other things.
Those are two very different things…


Thats what all my other services use though and I don’t know how I’d connect them to traefic.


Because I don’t know how docker works, the .yaml given by nightscout is using traefik and I don’t know how to remove it without breakting the nightscout container.


My Nginx is running in the same local network but on a different IP so there should not be a collision with the traefik ports.


How do I connect to the container without traefik (from my local network)?
When I remove all the traefic references and then run docker ps I get
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
[removed] nightscout/cgm-remote-monitor:latest "docker-entrypoint.s…" 6 seconds ago Up 5 seconds 1337/tcp nightscout
[removed] mongo:4.4 "docker-entrypoint.s…" 37 hours ago Up 5 seconds 27017/tcp docker-mongo-1
But I can’t reach it under dockerIP:1337.
With Immich it had 0.0.0.0:port as its IP and I was able to reach it that way.


I Updated the post.
- 'traefik.http.routers.nightscout.rule=Host(`localhost`)'
is my current attempt. I used my domain before.
Tbh I still consider Proxmox as Debian, so you’re pretty much there ;).