Commit graph

41 commits

Author SHA1 Message Date
theoleuthardt
92736be58f fix: use root user for creating tmp directory in backend docker container 2025-03-04 15:35:57 +01:00
theoleuthardt
f8ad566e61 fix: remove-bg tmp directory create in dockerfile and set permissions 2025-02-28 15:58:59 +01:00
theoleuthardt
0505620145 fix: dynamic node environment variable 2025-02-28 15:23:34 +01:00
theoleuthardt
a3e7998d11 fix: use conditionally the right url for backend in nextjs frontend 2025-02-28 15:14:22 +01:00
theoleuthardt
1ef7f9f822 feat: debug prints at runtime in docker 2025-02-28 11:37:15 +01:00
theoleuthardt
776ed29bca fix: frontend and backend now get variables at build time not runtime 2025-02-28 11:29:44 +01:00
theoleuthardt
607d496f2a fix: all pages now use the right backend url + backend uses .env of root too 2025-02-24 16:22:28 +01:00
theoleuthardt
d75f0c4626 fix: configure docker compose and fastify cors with .env file for local and production environment 2025-02-24 13:39:07 +01:00
Theo Leuthardt
cffc5ba3f1
Merge branch 'main' into deployment 2025-02-23 13:57:33 +01:00
theoleuthardt
4e3b8eb091 fix: python dependencies error 2025-02-23 13:55:31 +01:00
Theo Leuthardt
7494e89661
Merge branch 'main' into feat/video-to-audio 2025-02-23 13:15:26 +01:00
theoleuthardt
21a68e87e7 fix: ffmpeg now uses right encoder for every supported input format 2025-02-22 23:27:33 +01:00
theoleuthardt
2e6bb7053c fix: added dependencies to Dockerfile 2025-02-22 22:29:47 +01:00
theoleuthardt
1a63971fff fix: removed bad error handling structure, using good error handling like video-to-audio route with tmp files 2025-02-22 22:29:26 +01:00
theoleuthardt
6bca341d50 fix: severity vulnerability issues on bg remove package 2025-02-22 15:30:49 +01:00
theoleuthardt
f16661d1fd feat: backend now uses ffmpeg as local package on server to convert video to audio, added package to dockerfile, naming conventions 2025-02-22 15:25:08 +01:00
theoleuthardt
9cc7fe61d8 fix: no config needed anymore 2025-02-22 14:30:02 +01:00
theoleuthardt
e368155cdb feat: backend route for removing backgrounds from images with imgly 2025-02-22 14:29:36 +01:00
Domenik
324156fd03 feat: video-to-audio converter implemented without logic 2025-02-22 14:25:05 +01:00
Theo Leuthardt
5cdfc5b861
Merge branch 'main' into feat/qr-code-generator 2025-02-21 15:25:53 +01:00
theoleuthardt
92102ff282 fix: no logging needed anymore 2025-02-21 15:18:15 +01:00
theoleuthardt
5291a05d2c fix: backend route fix for error handling + fixed package import 2025-02-21 15:14:02 +01:00
Theo Leuthardt
d3e222c535
uppercase pls 2025-02-21 11:57:34 +01:00
Domenik
8cf282e127 feat: word-counter fully implemented + lower case revision 2025-02-21 11:53:06 +01:00
theoleuthardt
3d3f56991b feat: backend route for generating qr codes out of data 2025-02-20 23:19:38 +01:00
theoleuthardt
2d53cb0017 feat: backend side of timezone convert, new route created for using luxon to convert timezones 2025-02-20 22:03:51 +01:00
Domenik
1014e9c07b Merge remote-tracking branch 'origin/feat/regex-tester' into feat/regex-tester 2025-02-20 20:49:55 +01:00
Domenik
7b4ef9c70b fix: prettier formating 2025-02-20 20:49:24 +01:00
Theo Leuthardt
fd4103240a
no comments needed 2025-02-20 20:24:01 +01:00
Domenik
544ebaa7cf regex-tester fully implemented 2025-02-20 20:18:56 +01:00
Domenik
8787ee5c2b regex-tester first version implemented 2025-02-20 11:29:17 +01:00
AurionTex
bbcfcddedf
Merge pull request #12 from theoleuthardt/feat/password-generator
feat: Password Generator finished and working
2025-02-19 16:26:41 +01:00
DomenikW
5930e8764d Password Generator finished and working 2025-02-19 16:15:27 +01:00
theoleuthardt
b4d7bccc57 fix: security issue fixed by not assigning download blob url to button, instead create a html element and auto click it for download 2025-02-19 14:39:40 +01:00
theoleuthardt
80daad2700 fix: no console log and error anymore 2025-02-19 13:55:07 +01:00
Theo Leuthardt
8fe6657200
Merge branch 'main' into feat/doc-converter 2025-02-18 10:18:09 +01:00
Theo Leuthardt
a82a817664
Merge pull request #8 from theoleuthardt/rgb-to-hex
feat: rgb-to-hex tool
2025-02-17 10:15:49 +01:00
theoleuthardt
43abb6d5fd feat: extended backend functionality for converting files to the selected file extension sent to the backend via api 2025-02-16 17:52:08 +01:00
Domenik
557efd74ba rgb-to-hex converter fully implemented 2025-02-15 19:52:49 +01:00
theoleuthardt
be3ab2bcaf feat: new fixed Dockerfiles for deployment in separate folders, docker compose for composing the stack 2025-02-15 11:19:44 +01:00
theoleuthardt
9733de9a39 feat: new separate frontend and backend folders with fastify as nodejs framework, libreconvert is configured in fastify as route 2025-02-14 14:40:35 +01:00