Support storing a plaintext password as a Docker Secret #3

Open
opened 2020-09-23 11:42:51 +00:00 by 3wordchant · 0 comments
Owner

Currently, we require users to manually hash their passwords and provide them as an environment variable.

We could probably use the PHP hash_password function to hash a password loaded from /run/secrets/selfoss_password before it's exported, which would bring this into line with other apps.

Currently, we require users to manually hash their passwords and provide them as an environment variable. We could probably use the PHP `hash_password` function to hash a password loaded from `/run/secrets/selfoss_password` before it's exported, which would bring this into line with other apps.
Sign in to join this conversation.
No description provided.