Commit Graph

18 Commits

Author SHA1 Message Date
tliu93 ed1e3311a5 Add minimal installable PWA support
test / pytest (push) Successful in 37s
- serve manifest and service worker from the app root for install compatibility
- add manifest metadata, service worker registration, and Apple touch icon links to the base template
- add install icon assets for Android, iOS, and desktop install flows
- document deployment and validation notes for the new PWA support
- cover the new endpoints and template output with tests
2026-04-23 15:23:20 +02:00
tliu93 49a5452141 Add local-network deployment automation and tighten runtime defaults
test / pytest (push) Successful in 35s
docker-image / build-and-push (push) Successful in 4m8s
This commit adds the first complete local-network deployment path for the project. It normalizes the runtime contract around a fixed container listener on 0.0.0.0:10000, binds the published compose port to 127.0.0.1, and keeps the image/build workflow aligned with the released container image.

It also introduces an installation script, an nginx reverse-proxy template, and a safer SQLite backup flow based on sqlite3 .backup with retention and optional rclone upload support. Deployment-oriented configuration has been consolidated into .env.example, repository-local .env files are now ignored, and the deployment scripts are executable.

In addition, the frontend mixed-content issue is fixed by switching the stylesheet reference to a root-relative static path, with tests updated to cover the regression. README guidance has been expanded to document the new install, nginx, backup, and restore conventions.
v1.0.1
2026-04-21 22:39:47 +02:00
tliu93 eb29f03b74 add compose file for pulling
test / pytest (push) Successful in 38s
2026-04-21 22:01:23 +02:00
tliu93 d39c1933b4 fix pytest ini
test / pytest (push) Successful in 38s
docker-image / build-and-push (push) Successful in 4m9s
v1.0.0
2026-04-21 21:54:05 +02:00
tliu93 5aa87f60ad add ci/cd
test / pytest (push) Failing after 54s
2026-04-21 21:49:16 +02:00
tliu93 8fa3dace79 Remove macOS metadata files 2026-04-19 16:07:17 +02:00
tliu93 c3ba361724 Refine overview cards and ignore macOS files 2026-04-19 16:06:01 +02:00
tliu93 8d89caea0c fix image orientation 2026-04-19 14:47:18 +02:00
tliu93 f315614657 add support for heic images 2026-04-19 14:38:23 +02:00
tliu93 ef058765de add import script from notion 2026-04-19 14:28:00 +02:00
tliu93 bda23909bf ux refine 2026-04-19 14:06:31 +02:00
tliu93 e7a2719fa1 add temporary deploy 2026-04-19 13:33:43 +02:00
tliu93 314fc16b98 ux refine 2026-04-19 13:31:17 +02:00
tliu93 4c4ff61fab ux improve 2026-04-19 13:26:23 +02:00
tliu93 ea73b0c165 add search function 2026-04-19 13:00:11 +02:00
tliu93 5fdf3f4ab2 add image flow 2026-04-19 12:54:25 +02:00
tliu93 57800f2123 step 2 with basic crud implemented 2026-04-19 12:36:55 +02:00
tliu93 dae7a60eab add project structure 2026-04-19 12:13:07 +02:00