docs: update README

Signed-off-by: Noste <83548733+Noooste@users.noreply.github.com>
This commit is contained in:
Noste
2025-12-21 15:42:18 +01:00
parent 7a4e187745
commit 5910961825
+2 -9
View File
@@ -85,11 +85,6 @@ docker run -d \
docker pull noooste/garage-ui:latest
```
**Available tags:**
- `latest` - Latest stable release
- `v0.0.4` - Specific version
- `0.0` - Minor version track
The Docker image is multi-platform, supporting `linux/amd64` and `linux/arm64`.
### Kubernetes Deployment with Helm
@@ -156,8 +151,8 @@ server:
# Garage S3 Configuration
garage:
endpoint: "http://garage:3900"
region: "eu-west-1"
endpoint: "garage:3900"
region: "eu-west-1" # Ensure to match Garage region from garage.toml
admin_endpoint: "http://garage:3903"
admin_token: "your-admin-token-here"
@@ -623,8 +618,6 @@ GARAGE_UI_LOGGING_LEVEL=debug
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
Copyright (c) 2025 Noste
---
## Acknowledgments