fix: update GeeseFS mount script to include additional options for user and group IDs
This commit is contained in:
parent
43b66a6438
commit
9181ac1c56
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user