21 Commits

Author SHA1 Message Date
Greg
ff0799603a chore: update Dockerfile to use Supervisor and improve static file organization 2025-05-29 16:01:22 +02:00
Greg
b9d5e29207 feat: implement secure data API with basic auth and Docker support 2025-05-29 15:57:20 +02:00
Greg
abfd0bf636 refactor: simplify to static Nginx server by removing Node.js API and authentication components 2025-05-29 15:35:27 +02:00
Greg
5a800d684c refactor: remove server-side auth and migrate to client-side data storage 2025-05-29 15:31:40 +02:00
Greg
7d1bb92799 fix: remove duplicate closing brace in nginx.conf and standardize error page handling 2025-05-27 01:14:19 +02:00
Greg
0439e7f691 refactor: move CORS config from global to route-specific locations in nginx.conf 2025-05-27 01:12:43 +02:00
Greg
94040bf553 feat: implement data persistence with server-side storage and Docker support 2025-05-27 01:10:05 +02:00
Greg
cd46d581b5 fix: disable auth for data API endpoints and add CORS preflight handling 2025-05-27 01:03:21 +02:00
Greg
20b5e4b06f feat: add data manager module and enhance API logging for debugging 2025-05-27 00:58:54 +02:00
Greg
3ea2f36c5c feat: implement data manager module with local and Docker storage support 2025-05-27 00:54:41 +02:00
Greg
bdbe781bef refactor: migrate from bcrypt.js to Nginx basic authentication 2025-05-27 00:51:03 +02:00
Greg
4dd08654c8 config: enhance nginx with CORS headers and proper root directory setup 2025-05-27 00:48:24 +02:00
Greg
214491c1dc feat: add configurable username/password auth via environment variables 2025-05-27 00:44:50 +02:00
Greg
b43cd62ca9 feat: implement basic auth using nginx and bcrypt password hashing 2025-05-27 00:39:03 +02:00
Greg
bbd9c44259 feat: implement password protection with bcrypt authentication and session management 2025-05-27 00:22:36 +02:00
Greg
7ed0bca7c2 feat: implement authentication check endpoint and login page redirection 2025-05-27 00:17:24 +02:00
Greg
7a789e7060 feat: add password protection and S3 backup functionality with authentication middleware 2025-05-27 00:04:56 +02:00
Greg
047c9baf64 refactor: move CORS headers to specific location blocks in nginx config 2025-05-26 23:26:28 +02:00
Greg
f9a80a453c docs: add Coolify-specific volume configuration and deployment guide 2025-05-26 23:19:42 +02:00
Greg
9d73bcec50 feat: initial project setup with core files and Docker configuration 2025-05-26 23:08:42 +02:00
Greg
cd76cd5422 first commit 2025-05-26 22:34:21 +02:00