The german wetter.com has that feature.
Zenlix
- 6 Posts
- 19 Comments
Zenlix@lemmy.mlto Programming@programming.dev•What if Java had Kotlin-style null-safety without migrating your Spring Boot project to Kotlin?3·8 days agoI think null safety is an important step into software security. I like any approaches in that direction. But personally, I would just use kotlin. Kotlin and Java are so good with Interoperability that the transition is quite smooth and easy. Furthermore you get a better and more modern programming language without decades of technical dept.
Zenlix@lemmy.mlto Selfhosted@lemmy.world•Am i doing something wrong here with duplicati?English6·2 months agoRestic
Zenlix@lemmy.mlto Selfhosted@lemmy.world•Finding a private self hosted Google Photos alternative that doesn’t profit from my photosEnglish1·4 months agoI have one setup. The setup was abit clunky since cli work is required. But after that I had a great experience.
Zenlix@lemmy.mlto Selfhosted@lemmy.world•Looking for a good wiki based off of a git repoEnglish3·4 months agoI have markdown files in a git repo and run mdbook via cicd so I get a nice html build. Localy I can build it too or just use the markdown files (except for mdbook specific features such as preprocessors).
How secure is the password protection?
That would chsnge nothing, simce they would also be on the hard drive.
I fuess I can get that info from most services vy parsing their logs.
When using a vpn server, only I could access the services right?
Isnt opnsense only for bsd? I am running linux.
Inam trying to secure aelf hosted webservices against attackers. I noticed some attack attempts in my caddy logs.
Like like what I was looking for.
This looks like what I have searched for.
But Deck did not have recurring tasks.
This is pretty much what I searched for. Thanks!
For backking up files I can recommend restic. It encrypts and compresses your backup. At the same time it does deduplication. So if you backup a file twice, it takes only the space of one. If you are lucky it will even do that for oaets of a file. Although it only has a cli.
It seems a bit off that the only accept code via mail but host the repo with forgejo and have a lot of open PRs.
Encryping by the application would kill the use of a lot of sql features such as SUM.
It is for as desktop app that stores data on a user drive.
Even when they are protected, when did they receive the last update? There are probably so much more vulnerable IoT devices.
I have a personal wiki instance hosted for that purpose. I collect knowlege in it, that I might need later and forget. Although I might not use dokuwiki, if I had so start the wiki again (would go to markdown).