fix: update GeeseFS mount script to include additional options for user and group IDs
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 54s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
Menno van Leeuwen 2025-03-12 20:50:43 +01:00
parent 43b66a6438
commit 9181ac1c56
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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