greenship24

Results 13 comments of greenship24

I have/had the same issue. It looks as if gotenberg has updated their API. An image that does work is thecodingmachine/gotenberg:6.0.0 . I'm unsure when the API was updated (it...

https://github.com/jonaswinkler/paperless-ng/commit/2dcacaee147abfdccdca4e20262bae749c60be97 This commit actually fixes it. Just needs to be merged from dev to master and then a new docker image built and pushed. I'd use the workaround until the...

I did some testing. It seems that when I remove metallb from my kubespray config that I don't seem to get the context deadline exceeded error anymore. I suspect this...

Going further, I think I have found something that works that I would appreciate a dev's input on (if it truly works, if it will be stable for the long...

It has sendmail installed but after taking a brief look at the dockerfiles and such I don't see where it is configured using env vars or anything. I'm thinking it...

I recommend using regex101.com or similar to test your string. This for instance will match tags for #London, #Stockholm, or #Paris- `^(#London|#Paris|#Stockholm)` Adapt to whatever you need.

> Unfortunately, I no longer have time to maintain this repo. I am therefore looking for someone to take it over before archiving it. I might have time or desire...

> > Using a changelog and displaying latest entries to it on github/dockerhub would be beneficial > > Actually, this is a good idea! Unfortunately, automatic generation of release notes...

@Cube707 Many thanks- this is basically what I've been looking for. One question- how do we color the background (instead of purple be green or blue, etc.)? I am not...

@Cube707 Actually I wanted to do it in the after. Basically just have it be transparent as it is before it's checked then color in the container. Unsure if that...