Commit Graph

9 Commits (main)

Author SHA1 Message Date
k2s d308d665bd fix: sed replacement of SENTRY_DSN (#2036)
In log: `vikunja-frontend-1  | sed: -e expression #1, char 46: unknown option to `s'`

We need to escape the VIKUNJA_SENTRY_DSN content or change sed separator to character that will not be used in sentry DNS string which I did in this commit.

Signed-off-by: k2s <martin.minka@gmail.com>

Co-authored-by: k2s <martin.minka@gmail.com>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2036
Reviewed-by: konrad <k@knt.li>
Co-authored-by: k2s <k2s@noreply.kolaente.de>
Co-committed-by: k2s <k2s@noreply.kolaente.de>
2022-06-08 18:44:46 +00:00
kolaente 10fe38cef6
fix: default sentry dsn in docker 2021-12-07 22:05:19 +01:00
konrad 1774fdc604 feat: add sentry (#879)
Co-authored-by: kolaente <k@knt.li>
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/879
Reviewed-by: dpschen <dpschen@noreply.kolaente.de>
Co-authored-by: konrad <k@knt.li>
Co-committed-by: konrad <k@knt.li>
2021-10-26 18:53:17 +00:00
kolaente 587f2edd83
fix(docker): properly replace api url 2021-10-04 20:55:05 +02:00
kolaente 0453758117
feat(docker): show what api url the container is using on startup 2021-10-04 20:44:45 +02:00
kolaente 78ec87360e
fix(docker): setting nginx run ports 2021-10-04 20:43:43 +02:00
Christoph Schmatzler 7cd3394da5
Allow specifying listen ports (#27) 2021-09-29 21:12:22 +02:00
kolaente fa37d5bf59
Add changing the uid and gid in docker through env variables 2020-05-22 18:11:20 +02:00
kolaente 9fdbcd56cf
Add docker run script to change api url on startup 2020-05-05 23:31:01 +02:00