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 7d7043b150
commit d9cdaff521
108 changed files with 397 additions and 8061 deletions
-1
View File
@@ -7,7 +7,6 @@ declare module "next-auth" {
name?: string | null;
email?: string | null;
image?: string | null;
plan?: string;
youtubeConnected?: boolean;
channelTitle?: string;
};