barre/ZeroFS Volume
Setup a persistent volume using ZeroFS backed by S3-compatible storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| object-store-url | Object store URL (e.g. s3://bucket/path) | yes | — |
| mount-path | Path where the volume should be mounted (defaults to /mnt/zerofs on Linux, /tmp/zerofs on macOS) | no | — |
| cache-dir | Directory for SlateDB disk cache | no | /tmp/zerofs-cache |
| cache-size-gb | SlateDB disk cache size in GB | no | 1 |
| memory-cache-size-gb | ZeroFS in-memory cache size in GB | no | 0.25 |
| encryption-password | Password for filesystem encryption | yes | — |
| aws-access-key-id | AWS access key ID (for S3) | no | — |
| aws-secret-access-key | AWS secret access key (for S3) | no | — |
| aws-region | AWS region | no | us-east-1 |
| aws-endpoint | S3-compatible endpoint URL | no | — |
| aws-allow-http | Allow HTTP connections (for local testing with MinIO, etc.) | no | false |
| azure-storage-account-name | Azure storage account name | no | — |
| azure-storage-account-key | Azure storage account key | no | — |
| nfs-host | NFS server host address | no | 127.0.0.1 |
| nfs-port | NFS server port | no | 2049 |
| zerofs-version | ZeroFS version to use (latest, v0.1.0, etc.) | no | latest |
Outputs
| name | description |
|---|---|
| mount-path | Path where the volume is mounted |
| nfs-endpoint | NFS endpoint (host:port) |