Initial commit

This commit is contained in:
Percy 2026-01-13 22:26:48 +00:00
commit c803de020e
52 changed files with 20439 additions and 0 deletions

12
render.yaml Normal file
View file

@ -0,0 +1,12 @@
# Render deployment configuration for Freedify
services:
- type: web
name: freedify
runtime: docker
plan: free
envVars:
- key: MP3_BITRATE
value: "320k"
healthCheckPath: /api/health
autoDeploy: true