Initial commit: image+audio to YouTube MP4 queue
This commit is contained in:
commit
f2d53a573f
15 changed files with 826 additions and 0 deletions
8
.env.example
Normal file
8
.env.example
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
APP_SECRET_KEY=
|
||||
ADMIN_PASSWORD=
|
||||
PUBLIC_BASE_URL=http://localhost:5000
|
||||
INTERNAL_PORT=5000
|
||||
HOST_PORT=127.0.0.1:5000
|
||||
DATABASE=/app/data/app.db
|
||||
UPLOAD_FOLDER=/app/uploads
|
||||
OUTPUT_FOLDER=/app/outputs
|
||||
Loading…
Add table
Add a link
Reference in a new issue