Commit Graph

11 Commits

Author SHA1 Message Date
Hein
6d7687a311 feat(static): Add privacy policy page and route
Some checks failed
CI / Test (1.22) (push) Failing after -24m9s
CI / Test (1.23) (push) Failing after -24m10s
CI / Build (push) Successful in -26m43s
CI / Lint (push) Successful in -26m29s
- Implement ServePrivacyPolicy handler to serve the privacy policy.
- Update index.html to include a link to the privacy policy.
- Add privacy-policy.html file with content outlining data handling practices.
2026-02-04 19:19:35 +02:00
Hein
592ed24204 Refactor port again
Some checks failed
CI / Test (1.22) (push) Failing after -24m17s
CI / Test (1.23) (push) Failing after -24m17s
CI / Build (push) Successful in -26m37s
CI / Lint (push) Successful in -26m23s
2026-02-04 14:22:12 +02:00
Hein
52241190b5 fix(docker): 🐛 Change network mode to bridge
Some checks failed
CI / Test (1.22) (push) Failing after -24m40s
CI / Test (1.23) (push) Failing after -24m28s
CI / Lint (push) Successful in -26m38s
CI / Build (push) Successful in -26m45s
* Updated network mode from podman to bridge for compatibility.
* Commented out unused network configuration for clarity.
2026-02-04 14:15:06 +02:00
Hein
ae95756a51 .
Some checks failed
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
CI / Test (1.22) (push) Has been cancelled
2026-02-04 14:14:29 +02:00
Hein
16aa838d91 fix(docker): 🐛 Update network configuration for services
Some checks failed
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
CI / Test (1.22) (push) Has been cancelled
* Set network mode to bridge for the whatshooked service.
* Define external network named 'podman' for better integration.
2026-02-04 14:13:12 +02:00
Hein
758c20ecfe fix(docker): 🐛 Update port mapping to bind address
Some checks failed
CI / Test (1.22) (push) Failing after -24m33s
CI / Test (1.23) (push) Failing after -24m31s
CI / Build (push) Successful in -26m42s
CI / Lint (push) Successful in -26m34s
2026-02-04 13:52:36 +02:00
Hein
a6f5c1705d fix(docker): 🐛 Remove read-only flag from config mount
Some checks failed
CI / Test (1.22) (push) Failing after -24m31s
CI / Build (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (1.23) (push) Has been cancelled
* Adjusted the volume mount for the config file to allow write access.
2026-02-04 13:49:42 +02:00
Hein
5092f7a53c fix(docker): 🐛 Update volume mount for config file
Some checks failed
CI / Test (1.22) (push) Failing after -24m36s
CI / Test (1.23) (push) Failing after -24m29s
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
* Change volume mount syntax for config.json to use bind type
* Ensure config file is read-only for security
2026-02-04 13:46:22 +02:00
Hein
c1dbff318d feat(docker): 🚀 Update server port to 8025
Some checks failed
CI / Test (1.22) (push) Failing after -24m19s
CI / Test (1.23) (push) Failing after -24m15s
CI / Lint (push) Successful in -26m35s
CI / Build (push) Successful in -26m34s
- Change default server port from 8080 to 8025 across all configurations.
- Update Dockerfile, docker-compose.yml, and related documentation.
- Ensure all CLI commands and API endpoints reflect the new port.
- Adjust example configurations and health check URLs accordingly.
2026-02-04 13:37:38 +02:00
ea1209c84c mqtt
Some checks failed
CI / Test (1.22) (push) Failing after -23m51s
CI / Test (1.23) (push) Failing after -23m51s
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
Release / Build and Release (push) Successful in -18m25s
2025-12-29 23:36:22 +02:00
d54b0eaddf Docker added 2025-12-29 05:19:08 +02:00