issue-6
main
the umask prevents volume files to be world-readable
before:
sutty:/var/lib/docker/volumes# ls vaultwarden_sutty_comun_vaultwarden_data/_data/ -hal total 284K drwxr-xr-x 1 root root 186 Mar 31 18:41 . drwx-----x 1 root root 10 Mar 31 18:41 .. drwxr-xr-x 1 root root 0 Mar 31 18:41 attachments -rw-r--r-- 1 root root 244K Mar 31 18:41 db.sqlite3 -rw-r--r-- 1 root root 32K Mar 31 18:41 db.sqlite3-shm -rw-r--r-- 1 root root 0 Mar 31 18:41 db.sqlite3-wal drwxr-xr-x 1 root root 0 Mar 31 18:41 icon_cache -rw-r--r-- 1 root root 1.7K Mar 31 18:41 rsa_key.pem drwxr-xr-x 1 root root 0 Mar 31 18:41 sends drwxr-xr-x 1 root root 0 Mar 31 18:41 tmp -rw-r--r-- 1 root root 0 Mar 31 18:41 vaultwarden.log
after:
sutty:/var/lib/docker/volumes# ls vaultwarden_sutty_comun_vaultwarden_data/_data/ -hal total 284K drwxr-xr-x 1 root root 186 Mar 31 18:44 . drwx-----x 1 root root 10 Mar 31 18:44 .. drwxr-x--- 1 root root 0 Mar 31 18:44 attachments -rw-r----- 1 root root 244K Mar 31 18:44 db.sqlite3 -rw-r----- 1 root root 32K Mar 31 18:44 db.sqlite3-shm -rw-r----- 1 root root 0 Mar 31 18:44 db.sqlite3-wal drwxr-x--- 1 root root 0 Mar 31 18:44 icon_cache -rw-r----- 1 root root 1.7K Mar 31 18:44 rsa_key.pem drwxr-x--- 1 root root 0 Mar 31 18:44 sends drwxr-x--- 1 root root 0 Mar 31 18:44 tmp -rw-r----- 1 root root 0 Mar 31 18:44 vaultwarden.log
i don't know how to provide a migration, running a chmod on the entrypoint would be ok?
Epic! Yeh, add a note about the migration step and keep moving?
i did this
LGTM
Do you also want to add a release note to signal what's going on for upgraders?
this is done after merging to main right?
@fauno up to you! we fixed a bug in RC2 of abra that you can do it whenever now 🙃
abra
(Feel free to merge anyway!)
No dependencies set.
The note is not visible to the blocked user.
the umask prevents volume files to be world-readable
before:
after:
i don't know how to provide a migration, running a chmod on the entrypoint would be ok?
Epic! Yeh, add a note about the migration step and keep moving?
i did this
LGTM
Do you also want to add a release note to signal what's going on for upgraders?
this is done after merging to main right?
@fauno up to you! we fixed a bug in RC2 of
abrathat you can do it whenever now 🙃(Feel free to merge anyway!)