Jannis Mattheis

Results 448 comments of Jannis Mattheis

I don't have a strong opinion on that, as long as it is usable I'd be happy (:. If possible I'd prefer TypeScript to JavaScript for extension code as it...

Yeah, gotify either takes the config in /etc or the current working directory.

I'm open to accept PRs for this.

@ritikBhandari Yes, it should be similar to the "delete confirmation dialog" for applications. ![image](https://user-images.githubusercontent.com/14895212/167679533-2271891d-d999-42b2-99d6-47b9a49fbdbe.png) The confirm dialog can be used https://github.com/gotify/server/blob/master/ui/src/common/ConfirmDialog.tsx Adding this feature will break the e2e tests, in...

I think I planned tags to not include spaces, thus, it is a bug that the tag page allows the creating of tags with a space inside.

I don't fully support Unified Push right now, I'd probably include such an api after the android part for unified push is merged. Unified push from my point of view...

You can use grep ``` docker run --rm -p 12345:80 -v $PWD/gotify.log:/app/gotify.log --entrypoint '' gotify/server:2.0.22 /bin/bash -c '/app/gotify-app | grep --line-buffered -v /health | tee /app/gotify.log' ``` this suppresses all...

You're probably right. I'll be open to accept a PR for this.

Then docker will mark the container as unhealthy.