diff --git a/config/ansible/templates/geesefs-mount.sh.j2 b/config/ansible/templates/geesefs-mount.sh.j2 index e4b298f..736cc5b 100644 --- a/config/ansible/templates/geesefs-mount.sh.j2 +++ b/config/ansible/templates/geesefs-mount.sh.j2 @@ -5,11 +5,14 @@ export AWS_ACCESS_KEY_ID="$(op read "op://j7nmhqlsjmp2r6umly5t75hzb4/Hetzner Obj export AWS_SECRET_ACCESS_KEY="$(op read "op://j7nmhqlsjmp2r6umly5t75hzb4/Hetzner Object Storage Bucket/AWS_SECRET_ACCESS_KEY")" # Mount GeeseFS -exec {{ geesefs_install_path }} \ +geesefs \ --endpoint https://hel1.your-objectstorage.com \ --list-type=2 \ --disable-xattr \ --no-implicit-dir \ --no-dir-object \ + -o allow_other \ + --uid 1000 \ + --gid 100 \ mvl-sh \ /mnt/object_storage