One more request in regards to hardening!
Right now, the container seems unable to schedule the cron task based on the envionrment variable when running as a non-privledged user. When running as a non-root, custom user (by adding user: UID:GID in the compose file, I will note I'm not using the included backuptool user), the following error is generated:
vaultwarden-backup-1 | /app/entrypoint.sh: line 46: //crontabs: Permission denied
vaultwarden-backup-1 | time="2024-01-12T11:47:11-05:00" level=fatal msg="open //crontabs: no such file or directory"
Could be an error on my part but any input would be appreciated! Thanks!
One more request in regards to hardening!
Right now, the container seems unable to schedule the cron task based on the envionrment variable when running as a non-privledged user. When running as a non-root, custom user (by adding
user: UID:GIDin the compose file, I will note I'm not using the included backuptool user), the following error is generated:Could be an error on my part but any input would be appreciated! Thanks!