mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 12:52:11 +03:00
docs: add omniroute.online website URL to README, npm, and Docker
- Add Website badge to README header - Add website link to nav, tech stack, support, and footer - Update provider count from 28 to 36+ - Set package.json homepage to https://omniroute.online - Add OCI image URL label to Dockerfile
This commit is contained in:
@@ -12,6 +12,7 @@ WORKDIR /app
|
||||
|
||||
LABEL org.opencontainers.image.title="omniroute" \
|
||||
org.opencontainers.image.description="Unified AI proxy — route any LLM through one endpoint" \
|
||||
org.opencontainers.image.url="https://omniroute.online" \
|
||||
org.opencontainers.image.source="https://github.com/diegosouzapw/OmniRoute" \
|
||||
org.opencontainers.image.licenses="MIT"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
**Never stop coding. Auto-route to FREE & cheap AI models with smart fallback.**
|
||||
|
||||
**28 Providers • Embeddings • Image Generation • Think Tag Parsing**
|
||||
**36+ Providers • Embeddings • Image Generation • Think Tag Parsing**
|
||||
|
||||
**Free AI Provider for OpenClaw.**
|
||||
|
||||
@@ -18,8 +18,9 @@
|
||||
[](https://www.npmjs.com/package/omniroute)
|
||||
[](https://hub.docker.com/r/diegosouzapw/omniroute)
|
||||
[](https://github.com/diegosouzapw/OmniRoute/blob/main/LICENSE)
|
||||
[](https://omniroute.online)
|
||||
|
||||
[🚀 Quick Start](#-quick-start) • [💡 Features](#-key-features) • [📖 Docs](#-documentation)
|
||||
[🌐 Website](https://omniroute.online) • [🚀 Quick Start](#-quick-start) • [💡 Features](#-key-features) • [📖 Docs](#-documentation)
|
||||
</div>
|
||||
|
||||
---
|
||||
@@ -259,6 +260,7 @@ registerSuite({
|
||||
- **Auth**: OAuth 2.0 (PKCE) + JWT + API Keys
|
||||
- **Testing**: Node.js test runner (320+ unit tests)
|
||||
- **CI/CD**: GitHub Actions (auto npm publish on release)
|
||||
- **Website**: [omniroute.online](https://omniroute.online)
|
||||
- **Package**: [npmjs.com/package/omniroute](https://www.npmjs.com/package/omniroute)
|
||||
- **Docker**: [hub.docker.com/r/diegosouzapw/omniroute](https://hub.docker.com/r/diegosouzapw/omniroute)
|
||||
- **Resilience**: Circuit breaker, exponential backoff, anti-thundering herd
|
||||
@@ -280,6 +282,7 @@ registerSuite({
|
||||
|
||||
## 📧 Support
|
||||
|
||||
- **Website**: [omniroute.online](https://omniroute.online)
|
||||
- **GitHub**: [github.com/diegosouzapw/OmniRoute](https://github.com/diegosouzapw/OmniRoute)
|
||||
- **Issues**: [github.com/diegosouzapw/OmniRoute/issues](https://github.com/diegosouzapw/OmniRoute/issues)
|
||||
- **Original Project**: [9router by decolua](https://github.com/decolua/9router)
|
||||
@@ -323,4 +326,6 @@ MIT License - see [LICENSE](LICENSE) for details.
|
||||
|
||||
<div align="center">
|
||||
<sub>Built with ❤️ for developers who code 24/7</sub>
|
||||
<br/>
|
||||
<sub><a href="https://omniroute.online">omniroute.online</a></sub>
|
||||
</div>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/diegosouzapw/OmniRoute"
|
||||
},
|
||||
"homepage": "https://github.com/diegosouzapw/OmniRoute",
|
||||
"homepage": "https://omniroute.online",
|
||||
"scripts": {
|
||||
"dev": "next dev --webpack --port 20128",
|
||||
"build": "next build --webpack",
|
||||
|
||||
Reference in New Issue
Block a user