f0sh
f0sh
> About the manually adding sessions bug, I was not able to reproduce this. What is you system language/location? I was about to open a new issue regarding this bug...
I would also be highly interested in this feature. It would allow for several task management tools to use goodtime as a flexible pomodoro timer while being a minimal effort...
@PhilReinking I ran into the same issue. No proxy, just the vanilla image. ## Steps to reproduce Deployed with docker-compose (_Docker Standalone 20.10.20_) ``` version: '3.2' services: input: image: ghcr.io/deck9/input:main...
I was playing around and somehow had the feeling, it's because of an missing tls encrypted connection to get cookie data etc. Turns out, that this solved the problem and...
> @f0sh thanks for the docker-compose.yml. I tried to reproduce it like that. For me, it works as long as I access it directly without proxy via localhost:8080. > >...
According to your configuration, the `APP_URL` doesn't match the port. If you don't use a proxy try: APP_URL: https://input.site.com:8080 > I just released a new [version v1.8.3](https://github.com/deck9/input/releases/tag/v1.8.3) where the default...
> @j0fr3y @shurco @f0sh @gainerz just released a new version that should tackle the current problem with creating forms. > > Can you please confirm that the issue is solved?...
> findall might be easier though, what are you thinking for the output, just put each match on a new line? yes, that's what I was thinking too. I didn't...
> For filtering out HTML elements, use the CSS or XPath filters. [Never use regex](https://stackoverflow.com/a/1732454/1047040). For me, this was not the intention here. It's more that you want to extract...