On-prem file sharing made simple, fast and safe.
And more... see the full list of features.
git clone https://github.com/safebucket/safebucket.git
cd safebucket/deployments/local/lite
docker compose up -d
Note: If you are accessing Safebucket from an external machine (e.g. Proxmox), you need to update the following environment variables in the .env file with your host's IP or domain:
STORAGE__RUSTFS__EXTERNAL_ENDPOINTAPP__ALLOWED_ORIGINSAPP__API_URLAPP__WEB_URL
All published container images are signed with cosign using keyless signing via GitHub Actions OIDC: no manual keys are involved.
You can verify the signature of any published image using the following commands:
cosign verify \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com \
--certificate-identity-regexp=https://github.com/safebucket/safebucket/ \
ghcr.io/safebucket/safebucket:
Replace `` with the image tag you want to verify (e.g., latest, v1.0.0).
This project is licensed under the Apache 2.0 - see the LICENSE file for details.
No open issues yet, or sync has not completed.