Commit Graph

10 Commits

Author SHA1 Message Date
Maya 7e16f9df94
feat: from DICOM, .env.example update
suggestion from discord a while ago to add DICOM. set disable failure blocks to true by default - most people are self-hosting anyways
2026-05-30 07:40:31 +03:00
Maya 0cc13f6a76
feat: add disabling temp video blocking (#206)
fixes #206. allows disabling temporarily blocking a file from being converted if repeated failures in an hour. especially useful for local deployments over a network where it may be served through HTTP rather than HTTPS, breaking video conversion due to the hashing code requiring a secure context.
2025-12-16 22:41:54 +03:00
Maya fa8bf4c8d0
feat: nix flake 2025-12-08 17:06:27 +03:00
Gurjit Singh cb3316bb88 chore:improve .env.example documentation
- Improve .env.example documentation
  - Convert inline comments to multi-line format for better readability
  - Add more descriptive explanations for each configuration option
  - Maintain professional tone while preserving important guidance
  - Better explain use cases (e.g., air-gapped environments)
2025-12-03 13:35:23 +01:00
nullptr 6273b56360
feat(privacy): add option to disable all external connections (#146)
* docs: add references to PUB_DISABLE_ALL_EXTERNAL_REQUESTS

* fix: somehow i forgot the PUB_ prefix

* feat: remove all external stuff (stripe, plausible, video) when PUB_DISABLE_ALL_EXTERNAL_REQUESTS is on

* docs: add note

* fix(docs): grammar

* fix: only hide plausible opt-in when privacy mode is enabled
2025-10-19 19:17:32 +01:00
not-nullptr 859760aaf7 feat: donations 2025-06-26 01:33:22 +01:00
not-nullptr 8afe615f56 fix: use PUB_VERTD_URL 2025-04-13 23:43:52 +01:00
Realmy 1444c835ca feat: add VERT name const for different environments 2025-02-09 20:45:37 +01:00
not-nullptr b19ca7424e feat: add nightly label 2024-11-15 09:55:58 +00:00
not-nullptr 969f166625 chore: rename .example.env to .env.example 2024-11-12 20:31:55 +00:00