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
+2 -5
View File
@@ -44,16 +44,13 @@ export function LegalPageLayout({ title, description, children }: Props) {
<Link href="/terms" className="hover:text-gray-300">
Terms
</Link>
<Link href="/refund" className="hover:text-gray-300">
Refund
</Link>
<a
href="https://status.atakanozban.com/status/2"
href="https://docs.songs2vid.com"
target="_blank"
rel="noopener noreferrer"
className="hover:text-gray-300"
>
Service Status
Documentation
</a>
</div>
</footer>