Commit Graph

416 Commits

Author SHA1 Message Date
41f7bf01cf Update poetry.lock 2022-01-03 20:41:41 +01:00
576b38fa4f Make webhook_url KeyError more helpful 2022-01-03 20:41:33 +01:00
a993abce39 Create upload folder if it does not exist 2022-01-03 20:40:57 +01:00
d060c67197 Move files to folders 2022-01-03 20:40:02 +01:00
1e0da31c99 Move Black line length to pyproject.toml 2022-01-03 19:29:00 +01:00
981afea72e Rename project 2022-01-03 19:12:18 +01:00
50731512dd Use - instead of * in lists 2022-01-03 19:11:55 +01:00
f1a00d8864 Update poetry.lock 2021-12-31 01:40:42 +01:00
4febd5b38f Move example files to extras directory 2021-12-30 03:38:09 +01:00
dd847492ff Update poetry.lock 2021-12-30 03:35:53 +01:00
6b8bdc3750 Update poetry.lock 2021-12-23 19:14:21 +01:00
b6ed78a70c Add syntax highlighting for text files 2021-12-09 09:59:39 +01:00
eb03f6ba31 Ignore Uploads directory 2021-12-08 19:44:50 +01:00
d82cf5456c Move things to their own functions 2021-12-08 19:43:56 +01:00
8b8b210968 Add webhooks 2021-12-07 20:16:58 +01:00
0b387cc792 Respond with error code 2021-12-07 20:02:21 +01:00
fad95e339c Add link to Swagger and ReDoc to / 2021-12-07 19:58:14 +01:00
db2b16dc1c Move settings to settings.py 2021-12-07 19:57:24 +01:00
919e6efd80 Overwrite thumbnail if one already exists 2021-12-06 17:49:18 +01:00
96cfc914ad Only create HTML for video, otherwise return file immediately 2021-12-05 00:11:56 +01:00
f9478267bb Revert thumbnails for images 😿 2021-12-04 23:08:23 +01:00
219b3dda47 Make thumbnails for images and only append .jpg for movies 2021-12-04 22:35:19 +01:00
ccb23d59e1 Fix that you couldn't save thumbnail and create html when custom upload folder 2021-12-04 21:59:22 +01:00
90f2b3c8de Add python-dotenv 2021-12-04 21:45:24 +01:00
616218d612 Add UPLOAD_FOLDER to example file 2021-12-04 21:06:03 +01:00
0d2cd4f8c2 Update poetry.lock 2021-12-04 21:00:18 +01:00
a43011962e Update pyproject.toml 2021-12-04 21:00:08 +01:00
565e22a372 Add support for custom upload folder 2021-12-04 20:57:57 +01:00
cffb4e5837 Fix spelling mistakes 2021-12-04 20:49:47 +01:00
393b8797f9 Update README.md 2021-12-04 20:49:34 +01:00
ec5722ab55 Update poetry.lock 2021-12-03 14:25:41 +01:00
23deb9e8d5 Add Gunicorn and Uvicorn as dependencies 🦄 2021-11-26 11:54:06 +01:00
f18e946bac Remove .html from JSON output 2021-10-29 02:13:51 +02:00
578c6eb525 Fix Docker stuff 2021-10-29 02:07:55 +02:00
5dea20803b Update Dockerfile 2021-10-29 01:18:43 +02:00
d6e938aada Add environment varablie for DOMAIN 2021-10-29 01:18:29 +02:00
0445b73a7f Remove dhooks 2021-10-29 01:17:55 +02:00
3ca1c7286d Remove Uploads folder, it will be created if needed 2021-10-29 00:46:10 +02:00
ebee8a58c6 Fix correct folder 2021-10-29 00:45:46 +02:00
a2552c6fc5 Silence error 2021-10-29 00:45:24 +02:00
dc3d79629b Remove unused index.html file 2021-10-29 00:36:30 +02:00
9032e2f628 Use ffmpeg-python instead of subprocess 2021-10-28 23:38:48 +02:00
9020344432 Make arguments shorter and add type hints 2021-10-28 21:05:20 +02:00
bf3cc3f683 Add metadata to Docs 2021-10-28 20:51:44 +02:00
6fdc6a80b0 Return html_url immediately 2021-10-28 17:48:54 +02:00
20605f7c33 Add / to end of domain if not exists 2021-10-28 16:24:58 +02:00
ba28b4d7b7 Send errors to Discord 2021-10-28 16:24:34 +02:00
3c666bc0de Place video/image/text/other in separate folders 2021-10-28 16:24:00 +02:00
84537b7f01 Add more HTML elements 2021-10-28 16:10:02 +02:00
c5fdfa3215 Use FastAPI instead of Flask 2021-10-28 15:31:30 +02:00