Oliver

Results 28 comments of Oliver

you could always use something like: ```bash sudo bandwhich --raw | grep 192.168 ``` to print all local addresses, or use the `-v` flag to invert the search with grep....

You have to create a variable with the captcha before you save it. ```rust use std::path::Path; use captcha::{Captcha, filters::Noise, Difficulty, gen, CaptchaName, by_name}; fn main() { // ============================================ let mut...

have you had issues with this one being defeated? Or just in general, you've seen poor results with text-based captchas?

> Oh I just fixed this by switching the renderer from OpenGL to DirectX 9 how did you change the renderer?

It's pretty much just changing the environment variables to more specific ones, instead of using one env variable for the whole project for url Then updating the Readme so it...

It appears that `/packages/client/public/assets` is just missing `wordmark_wide_500px.svg`, when I put a dummy svg there the site loads without error

When I put the robots.txt in the layouts/robots.txt it doesn't get copied over during the build. But if I put the file in static then the .Site.BaseURL doesn't get processed,...

@goldsoft8888 you may want something like this https://github.com/wg-easy/wg-easy

I've also created a fork similar to ronaldl29's https://foss.cooking/