12 Commits

Author SHA1 Message Date
EmeraldPi
d07d12a975 Buid and package EmbedPDF.js using Github workflow 2025-12-14 19:02:53 -05:00
abdullahalam123
d3fe6b2fcc chore: Refactor Dockerfile and update HTML favicon links
- Simplify Dockerfile by removing redundant BASE_URL handling logic and complex RUN commands
- Change SIMPLE_MODE default from true to false for production builds
- Fix indentation inconsistencies in Dockerfile conditional statements
- Move favicon link tags from body to head section in all HTML files for proper semantic structure
- Replace inline favicon links with img tag in navigation logo across all pages
- Update README.md documentation to clarify BASE_URL trailing slash requirements
- Remove commented-out legacy Dockerfile code for cleaner maintenance
- Consolidate favicon declarations in document head for better performance and SEO
2025-12-12 00:19:24 +05:30
Alam
aefa978ef2 Merge branch 'main' into dockerfile-BASE_DIR-support 2025-12-12 00:14:31 +05:30
abdullahalam123
78dc6333f9 setup i18n and ported all tools to standalone pages 2025-12-11 19:34:14 +05:30
Michael Amann
2468962f01 Added BASE_URL support to the Dockerfile 2025-12-09 14:02:40 +01:00
Erwan Hervé
0ab113f8ba Add image source label to Dockerfile 2025-11-07 18:48:39 +01:00
Lalit Sudhir
24b5204098 standardize port mapping to 8080 across all Docker configurations 2025-10-25 00:53:18 -07:00
Lalit Sudhir
874d97889f optimize Dockerfile and update nginx base image 2025-10-24 00:36:40 -07:00
Lalit Sudhir
922e42548f migrate to nginx-unprivileged for enhanced security 2025-10-23 19:42:34 -07:00
Lalit Sudhir
8ac62b48a6 feat: implement non-root user security for Docker container 2025-10-22 19:10:33 -07:00
Lalit Sudhir
f037e27535 feat: add Simple Mode for internal organizational use 2025-10-20 01:42:50 -07:00
abdullahalam123
3f90e5ed8d feat(docker): add docker configuration files and update styles
refactor: convert script tags to link tags for stylesheets in HTML files
fix: update PDF download to use Uint8Array for blob creation
style: reformat CSS file for better readability and organization
2025-10-12 18:23:13 +05:30