Does it support intro skip?
10-50 people normal use case?
For KeePass no, for VaultWarden yes.
Just got triggered for the comment above suggesting a solution that doesn’t work for quite a lot of deployments/users, but yes, my comment was a little bit out of place as for single user deployments KeePass is probably way simpler/better.
Totally agreed, but there are pros and cons.
File - harder to steal but once stolen hacker can bruteforce it as much as it wants. Web service - with proper rate limits (and additional IP whitelist so you can only sync on VPN/local network) - its harder to bruteforce. (But yes, you (sometimes) have also full copy locally in the local client, but …)
If it was only for me I probably would also go with KeePass as you will not update the same db at the same time, but with with multiple users it’s getting unmanageable.
I just got triggered as those CVEs are not that bad due to the nature that the app encrypts stuff on the client side so web server is more like shared file storage, while your answer suggested to switch to a solution that doesn’t work for a lot of people (as we already tried that).
Explain how can you use KeePass+Syncthing with 10-50 people (possibly different groups for different passwords) having different sets of access level while maintaining sane ease of use?
The passwords are encrypted in the first place so the security for them is only on the client side.
Very cool project, as you can host your own stream on your own terms while publish to open/global directory and also integrates with Fediverse <3
I move unsubscribed emails to different folder, so next time they send me email I don’t feel bad in any way as I can confirm that I did tell them not to send me emails.
I only regret I can’t flag it as spam double time.
Gauguin - Sudoku-like game for Android (on F-Droid)
The instructions are not clear at first so it’s better to start the game a new with lower difficulty.
grep bat /proc/driver/rtc
❤️
Always learning something new, thanks :)
Because Nginx Proxy Manager exists.
And also because for me it started from web hosting where Apache and Nginx dominate and later because of many easy to understand example configs from the net including many “docker letsencrypt” examples.
Does it support multiple screen/displays?
Hastebin
Hastebin is a text store site or Pastebin tool that allows you to easily share plain text, such as code snippets, with others
https://www.toptal.com/developers/hastebin/about
FlashPaper
One-time encrypted password/secret sharing
You just posted, so first step achived.
If it’s Germany … My best bet would be at the TV kable/streaming companies, but probably behind additional paywall.
AFAIK Germany regulations are strange, the stream copyright owner can broadcast video and later based on your IP send you a Bill to pay claiming unauthorized access.
I would suggest to add those additional AP as soon as possible if going UniFi way, as adding more later might require to replace all units as we already saw multiple times with UniFi devices, as they are quick to deprecate old ones and make them not work with new ones.
I like the concept, you could also detect the compose file name automatically.
Or write down hashes for tag even if compose don’t use your variables so reading from compose, so people would not need to relay on the script but could use it as additional backup
Check also all parent directories, as the whole path need to have access (execute) permissions.
Sounds like a permission problem, probably when you did copy the files then permission did change from like www-data into your user, simplest solution would be to change the permissions for those files (for example to 777 as a temporary solution)
You can use (self hosted) gitlab as a registry storage. We do that locally so we have both code, pipeline and containers in the same place.