Josh Stark
Josh Stark
Hi, sorry for the delay. These all sound sensible requests. I would say that point 3 should already be the case as it's using input[type="date"], although I expect it's a...
Good idea. I'll see what I can do.
Hi guys, sorry about the delay. I believe this was caused by a dependency issue with the docker image build. It should be fixed now. Pull the latest version and...
The app currently uses an expiring JWT to provide authentication. I could remove the requirement for the JWT to expire which would effectively remove any invalidation of your current "session"....
Hey, that looks pretty neat! Keep it up.
If all your tables are present and contain data, I can only guess that somehow it is connected to a different database (it may have potentially created another copy of...
Adding a user manually probably won’t work because the passwords are hashed using bcrypt. You’d need to enter the password pre-hashed if you add it directly to the database (which...
Do you mean for things like servicing etc?
I don't think the TZ really has any effect on the app itself, but it sets up the container's internal timezone which can sometimes affect running applications which query it.
Apologies for the delay in responding. I'll see if I can create an environment variable you can pass through. I don't use subdirectory reverse proxies so it's not something I...