Strip Songs2VID to a payment-free self-hosted OSS core.

Remove Stripe/billing/pricing/marketing, simplify schema and entitlements for unlimited self-host use, and keep auth, encode, and YouTube upload.
This commit is contained in:
Atakan Doğan Özban
2026-08-03 06:52:00 +02:00
parent 506d56fa92
commit 6476bb42a4
108 changed files with 397 additions and 8061 deletions
+4 -4
View File
@@ -5,15 +5,15 @@ services:
image: postgres:16-alpine
restart: unless-stopped
environment:
POSTGRES_USER: s2yt
POSTGRES_PASSWORD: s2yt
POSTGRES_DB: s2yt
POSTGRES_USER: songs2vid
POSTGRES_PASSWORD: songs2vid
POSTGRES_DB: songs2vid
ports:
- "127.0.0.1:5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U s2yt -d s2yt"]
test: ["CMD-SHELL", "pg_isready -U songs2vid -d songs2vid"]
interval: 5s
timeout: 5s
retries: 10