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")"
|
export AWS_SECRET_ACCESS_KEY="$(op read "op://j7nmhqlsjmp2r6umly5t75hzb4/Hetzner Object Storage Bucket/AWS_SECRET_ACCESS_KEY")"
|
||||||
|
|
||||||
# Mount GeeseFS
|
# Mount GeeseFS
|
||||||
exec {{ geesefs_install_path }} \
|
geesefs \
|
||||||
--endpoint https://hel1.your-objectstorage.com \
|
--endpoint https://hel1.your-objectstorage.com \
|
||||||
--list-type=2 \
|
--list-type=2 \
|
||||||
--disable-xattr \
|
--disable-xattr \
|
||||||
--no-implicit-dir \
|
--no-implicit-dir \
|
||||||
--no-dir-object \
|
--no-dir-object \
|
||||||
|
-o allow_other \
|
||||||
|
--uid 1000 \
|
||||||
|
--gid 100 \
|
||||||
mvl-sh \
|
mvl-sh \
|
||||||
/mnt/object_storage
|
/mnt/object_storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user