16 Commits

Author SHA1 Message Date
mrcanelas c857d18e2a refactor: improve favicon handling and reorganize static assets
- Move public folder to project root for better organization
- Add proper favicon configuration for all routes using serve-favicon
- Add multiple favicon sizes and formats for better device compatibility
- Add theme-color meta tag for mobile browsers
- Add proper meta description for SEO
- Configure static file serving for both API and configuration page

Changes:
- Moved /configure/public to /public
- Added serve-favicon middleware
- Updated index.html with proper meta tags and favicon links
- Updated static file serving configuration in index.js
- Added proper cache headers for static assets

This change improves the organization of static assets and ensures
the favicon is properly displayed across all routes and devices.
2025-03-07 18:20:47 -03:00
mrcanelas 75c3ba6241 Expose PORT in Dockerfile 2025-02-07 08:40:52 -03:00
dexter21767 acf2345f7b fix dockerfile 2025-02-06 16:31:27 +01:00
mrcanelas 7929de2801 Update node version in Dockerfile 2025-02-05 17:58:09 -03:00
mrcanelas 4e0aeeec7b Try fix deploy error 2025-02-05 17:45:07 -03:00
mrcanelas 89fbab9aa7 Add configure page to main repo 2025-02-05 16:12:35 -03:00
mrcanelas 0c74237fa3 Revert "Update to 3.1.2"
This reverts commit c2b4805792.
2025-02-01 14:39:33 -03:00
mrcanelas c2b4805792 Update to 3.1.2 2025-02-01 14:09:00 -03:00
mrcanelas 22c93d7b58 Revert changes 2025-01-30 15:48:42 -03:00
mrcanelas 0080b812f6 Update Dockerfile 2025-01-30 14:48:54 -03:00
mrcanelas c3aabde932 Update Dockerfile 2025-01-30 14:45:02 -03:00
mrcanelas 21181c9fb4 Fix docker 2025-01-30 14:42:49 -03:00
mrcanelas fccac2e55a Try add docker 2025-01-30 14:40:28 -03:00
mrcanelas 0f0ffee54f Remove Dockerfile 2021-08-12 13:41:58 -03:00
mrcanelas e4e5691d23 update Dockerfile 2021-08-12 13:37:42 -03:00
mrcanelas 41ba3ce6fc add Docker conteiner 2021-08-12 13:26:56 -03:00