mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: rebrand repo from siddharthksah to stirling-image org
Update all references across docs, workflows, UI components, and config to point to the new GitHub org (stirling-image/stirling-image) and Docker Hub account (stirlingimage/stirling-image) ahead of repo transfer.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
Self-hosted, open-source image processing platform with 30+ tools. Runs in a single Docker container. Resize, compress, convert, remove backgrounds, upscale, run OCR, and more — without sending images to external services.
|
||||
|
||||
- GitHub: https://github.com/siddharthksah/Stirling-Image
|
||||
- Docs: https://siddharthksah.github.io/Stirling-Image/
|
||||
- GitHub: https://github.com/stirling-image/stirling-image
|
||||
- Docs: https://stirling-image.github.io/stirling-image/
|
||||
- License: MIT
|
||||
|
||||
---
|
||||
@@ -19,7 +19,7 @@ docker run -d \
|
||||
--name stirling-image \
|
||||
-p 1349:1349 \
|
||||
-v stirling-data:/data \
|
||||
siddharth123sk/stirling-image:latest
|
||||
stirlingimage/stirling-image:latest
|
||||
```
|
||||
|
||||
Open `http://localhost:1349` in your browser. Log in with `admin` / `admin`.
|
||||
@@ -31,7 +31,7 @@ Create a `docker-compose.yml`:
|
||||
```yaml
|
||||
services:
|
||||
stirling-image:
|
||||
image: siddharth123sk/stirling-image:latest
|
||||
image: stirlingimage/stirling-image:latest
|
||||
container_name: stirling-image
|
||||
ports:
|
||||
- "1349:1349"
|
||||
@@ -58,8 +58,8 @@ docker compose up -d
|
||||
Requirements: Node.js 22+, pnpm 9+, Python 3.10+
|
||||
|
||||
```bash
|
||||
git clone https://github.com/siddharthksah/Stirling-Image.git
|
||||
cd Stirling-Image
|
||||
git clone https://github.com/stirling-image/stirling-image.git
|
||||
cd stirling-image
|
||||
pnpm install
|
||||
pnpm dev
|
||||
```
|
||||
@@ -239,7 +239,7 @@ Keys are prefixed with `si_` followed by 96 hex characters.
|
||||
```yaml
|
||||
services:
|
||||
stirling-image:
|
||||
image: siddharth123sk/stirling-image:latest
|
||||
image: stirlingimage/stirling-image:latest
|
||||
container_name: stirling-image
|
||||
ports:
|
||||
- "1349:1349"
|
||||
|
||||
+10
-10
@@ -4,15 +4,15 @@
|
||||
|
||||
## Docs
|
||||
|
||||
- [Getting Started](https://siddharthksah.github.io/Stirling-Image/guide/getting-started): Docker setup, build from source
|
||||
- [Architecture](https://siddharthksah.github.io/Stirling-Image/guide/architecture): Monorepo structure, request flow, packages
|
||||
- [Configuration](https://siddharthksah.github.io/Stirling-Image/guide/configuration): Environment variables, Docker volumes
|
||||
- [Database](https://siddharthksah.github.io/Stirling-Image/guide/database): SQLite schema, tables, migrations
|
||||
- [Deployment](https://siddharthksah.github.io/Stirling-Image/guide/deployment): Docker Compose, reverse proxy, CI/CD
|
||||
- [REST API](https://siddharthksah.github.io/Stirling-Image/api/rest): All API endpoints, auth, tools, pipelines, batch
|
||||
- [Image Engine](https://siddharthksah.github.io/Stirling-Image/api/image-engine): Sharp-based operations (resize, crop, rotate, convert, compress, color)
|
||||
- [AI Engine](https://siddharthksah.github.io/Stirling-Image/api/ai): Python ML models (rembg, RealESRGAN, PaddleOCR, MediaPipe, LaMa)
|
||||
- [Full Documentation (LLM-friendly)](https://siddharthksah.github.io/Stirling-Image/llms-full.txt): All docs in a single plain-text file
|
||||
- [Getting Started](https://stirling-image.github.io/stirling-image/guide/getting-started): Docker setup, build from source
|
||||
- [Architecture](https://stirling-image.github.io/stirling-image/guide/architecture): Monorepo structure, request flow, packages
|
||||
- [Configuration](https://stirling-image.github.io/stirling-image/guide/configuration): Environment variables, Docker volumes
|
||||
- [Database](https://stirling-image.github.io/stirling-image/guide/database): SQLite schema, tables, migrations
|
||||
- [Deployment](https://stirling-image.github.io/stirling-image/guide/deployment): Docker Compose, reverse proxy, CI/CD
|
||||
- [REST API](https://stirling-image.github.io/stirling-image/api/rest): All API endpoints, auth, tools, pipelines, batch
|
||||
- [Image Engine](https://stirling-image.github.io/stirling-image/api/image-engine): Sharp-based operations (resize, crop, rotate, convert, compress, color)
|
||||
- [AI Engine](https://stirling-image.github.io/stirling-image/api/ai): Python ML models (rembg, RealESRGAN, PaddleOCR, MediaPipe, LaMa)
|
||||
- [Full Documentation (LLM-friendly)](https://stirling-image.github.io/stirling-image/llms-full.txt): All docs in a single plain-text file
|
||||
|
||||
## API Quick Reference
|
||||
|
||||
@@ -26,5 +26,5 @@
|
||||
|
||||
## Source
|
||||
|
||||
- [GitHub](https://github.com/siddharthksah/Stirling-Image)
|
||||
- [GitHub](https://github.com/stirling-image/stirling-image)
|
||||
- License: MIT
|
||||
|
||||
Reference in New Issue
Block a user