Align self-host docs with payment-free OSS Docker image.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Songs2VID
|
||||
# Songs2VID (hosted / SaaS checkout)
|
||||
|
||||
Create YouTube videos from an image and audio files.
|
||||
Create YouTube videos from an image and audio files. This tree is the **hosted SaaS** codebase (billing, credits, marketing landing).
|
||||
|
||||
For the **payment-free self-hosted OSS** product (no Stripe), use Gitea branch `main` / image [`atakanozban/songs2vid:latest`](https://hub.docker.com/r/atakanozban/songs2vid) and the docs at [docs.songs2vid.com](https://docs.songs2vid.com). Self-host install guides in `website/docs/` describe that OSS path.
|
||||
|
||||
## Stack
|
||||
|
||||
@@ -11,14 +13,14 @@ Create YouTube videos from an image and audio files.
|
||||
- FFmpeg for video encoding
|
||||
- YouTube Data API v3
|
||||
|
||||
## Editions
|
||||
## Editions (this SaaS tree)
|
||||
|
||||
| Edition | How | Limits |
|
||||
|---------|-----|--------|
|
||||
| **Hosted** (default) | Leave `S2VID_EDITION` unset | Free / Pro quotas and API gates |
|
||||
| **Self-hosted / OSS** | `S2VID_EDITION=selfhosted` | No video quota, no API rate caps; playlists + API unlocked |
|
||||
| **Self-hosted flag** | `S2VID_EDITION=selfhosted` | No video quota, no API rate caps; playlists + API unlocked |
|
||||
|
||||
Docker Compose sets `S2VID_EDITION=selfhosted` automatically.
|
||||
Prefer the published OSS image for new self-host installs. Docker Compose in this tree still sets `S2VID_EDITION=selfhosted` when you run it locally.
|
||||
|
||||
## Quick start (Docker)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user