Initial open-source self-hosted Songs2YT edition
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Songs2YT
|
||||
|
||||
Open-source, self-hosted Songs2YT. Set `S2YT_EDITION=selfhosted` for unlimited quotas (default).
|
||||
|
||||
## Docker
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
docker compose -f docker-compose.dev.yml up -d
|
||||
npm install
|
||||
npm run db:push
|
||||
npm run dev
|
||||
npm run worker
|
||||
```
|
||||
|
||||
https://git.atakanozban.com/Songs2YT/songs2yt
|
||||
Reference in New Issue
Block a user