Commit Graph

10 Commits

Author SHA1 Message Date
azurejelly 92f0aef6ed fix(compose): add missing `PUB_` prefix 2025-10-29 07:02:03 +03: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
azurejelly 9cb689a3c4
fix(compose): remove unused `environment` section
VERT uses `$env/static` for environment variables, so none of these are being used during runtime. They should only be passed to Docker during container build time.
2025-10-16 09:48:30 -04:00
Wayrion bdfd4fb99a
fix: pull from github registry 2025-07-20 19:53:07 +02:00
not-nullptr 859760aaf7 feat: donations 2025-06-26 01:33:22 +01:00
azure 5a2beebd00
fix(compose): make image name fully lowercase 2025-04-14 15:41:54 -04:00
not-nullptr 8afe615f56 fix: use PUB_VERTD_URL 2025-04-13 23:43:52 +01:00
not-nullptr e25b0fc720 feat: coolify support for docker compose 2025-02-15 13:12:57 +00:00
azure 18ad1a8e0f
Update Docker image and add workflow (#35)
* feat: add local notice to readme

* Improved readme

* chore: update logo

* Remove lockfile from gitignore

* fix(docker): update docker image

* Add missing PUB_ENV environment variable
* Copy `patches/` folder during build
* Use nginx for serving files

Co-authored-by: GitGitro <108683123+GitGitro@users.noreply.github.com>

* ci: add docker image workflow

* [no ci] docs(readme): update example docker image tag

Use the organization name instead of not-nullptr

* chore(compose): set image name

* fix(nginx): enable cross-origin isolation

* [no ci] docs(readme): missed one

---------

Co-authored-by: nullptr <62841684+not-nullptr@users.noreply.github.com>
Co-authored-by: RealmyTheMan <163438634+RealmyTheMan@users.noreply.github.com>
Co-authored-by: JovannMC <jovannmc@femboyfurry.net>
Co-authored-by: GitGitro <108683123+GitGitro@users.noreply.github.com>
2025-02-14 20:59:41 +00:00
azure 2a41c25037
feat: add dockerfile & docker compose configuration (#1) 2024-11-14 08:44:18 +00:00