29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
[](https://hub.docker.com/r/sjdonado/bit)
|
|
[](https://hub.docker.com/r/sjdonado/bit)
|
|
[](https://hub.docker.com/r/sjdonado/bit)
|
|
|
|
# Bit URL Shortener
|
|
|
|
Lightweight URL shortener service with minimal resource requirements. Average memory consumption is **20MB RAM** with container disk space under **50MB**.
|
|
|
|
Bit is highly performant, achieving over 1.8K requests per second with an average latency of 68ms. For detailed benchmark results, see [benchmark](docs/SETUP.md#benchmark).
|
|
|
|
Images available on [Docker Hub](https://hub.docker.com/r/sjdonado/bit/tags).
|
|
|
|
## Quick Start
|
|
```bash
|
|
docker run -p 4000:4000 -e ADMIN_API_KEY=$(openssl rand -base64 32) sjdonado/bit:latest
|
|
```
|
|
|
|
## Minimum Requirements
|
|
- 50MB disk space
|
|
- 50MB RAM (20MB avg usage)
|
|
- x86_64 or ARM64 architecture
|
|
|
|
## Documentation
|
|
- [API Reference](docs/API.md)
|
|
- [Advanced Setup](docs/SETUP.md)
|
|
|
|
## Contributing
|
|
Found an issue or have a suggestion? Please follow our [contribution guidelines](CONTRIBUTING.md).
|