N4v41

Results 6 comments of N4v41

apt install uwsgi-core uwsgi-plugin-python3

looking at the request made in browser the app enforce the / path so I think it need to support relative paths, don’t know exactly (I’m not a developer) but...

@PapaTim68 this is usually related to cpu architecture error, ex program is built for use in amd64 but is run on arm64, check the image arch using `docker image inspect...

It looks that the regex is parsing 2 to 4 chars in the tld of e-mail so if the tld is longer it fails the check: https://github.com/windmill-labs/windmill/blob/e4583e9b2366b90f31eb015c4dfc21f07b0bc31e/frontend/src/lib/components/StringTypeNarrowing.svelte#L70 I was trying...

This would be a great addition. however, SSO probably already covers it. Keep in mind, there's a 10-user limit in the community edition for the sso feature. @jmichaelsmotus perhaps you...

a checksum with sha1 or md5 of the record value would be great for dns record integrity check.