styx

joined 1 year ago
[–] styx@beehaw.org 1 points 1 year ago (1 children)

I have a two layer system in place:

  1. I use Aegis, I have automatic encrypted backups, and syncthing to synchronize the backups to my private server. If I need to reconfigure Aegis, I just import the backup.

  2. I have 2FA backup codes as encrypted text files, which are also synced to my server with syncthing. I have the encryption/decryption software installed on my phone and windows, so I can use a backup code if I don't have access to Aegis.

One issue was I had to write my own apps for windows and android for encrypting/decrypting the text files πŸ˜ƒ. You can check them on GitHub: https://github.com/mcanyucel/TextCrypt-Windows https://github.com/mcanyucel/textcrypt-android

They use SHA256 with random IV and random salt. No warranties, though πŸ˜…

[–] styx@beehaw.org 2 points 1 year ago

If this is a one time work, I would recommend using WordPress with a free template. You have to learn WordPress, but it will be easier than learning HTML CSS js trio.

[–] styx@beehaw.org 2 points 1 year ago (3 children)

I am not a big fan of storing the passwords and 2fa together since if it is compromised, you lose both layers at the same time. But the alternative is not so convenient. But then in security, it is always a balance between the two.

[–] styx@beehaw.org 3 points 1 year ago

There is also Cromite.

[–] styx@beehaw.org 5 points 1 year ago (2 children)

While they may not be able to force small developers, they can force the users by deeming all browsers that do not implement this feature illegal. This possibly will not work on the tech savvy, but standard users (the majority) will be affected.

[–] styx@beehaw.org 11 points 1 year ago

"We have imploded enough, it is time to explode!"

[–] styx@beehaw.org 4 points 1 year ago

Well, we have all been to a waterpark, no? The second case poses more difficult issues, though.

[–] styx@beehaw.org 1 points 1 year ago (1 children)

The title reminds me of mousetrap Monday youtube channel πŸ˜†

[–] styx@beehaw.org 7 points 1 year ago

I would not. 11 is ok to use nowadays.

[–] styx@beehaw.org 8 points 1 year ago* (last edited 1 year ago) (1 children)

Why not milpsi?

[–] styx@beehaw.org 1 points 1 year ago

I do. I have a personal libreddit instance on a vps tho, so no login, no update, no comments, no ads. Basically no touch, only watch πŸ˜†

[–] styx@beehaw.org 1 points 1 year ago

Logging out and then logging in should be enough for now.

 

I am trying to install the lemmy to my vps using the docker approach following the guide in https://join-lemmy.org/docs/en/administration/install_docker.html . First, it gives a version error so I changed the topmost line to version: "3.5. But then I get the following error during sudo docker-compose up -d:

Building lemmy
ERROR: Cannot locate specified Dockerfile: docker/Dockerfile

I am not sure where is the mentioned dockerfile. So any ideas on how to proceed?

view more: next β€Ί