pgnd
pgnd
rather than re-inventing the wheel, integration with existing 2FA systems might be worth considering. e.g., a 2FA login system may set server vars $_SERVER['HTTP_REMOTE_GROUPS'] $_SERVER['HTTP_REMOTE_USER'] on successful login (1FA +...
has there been any branched work on this? i'm not finding it (yet), and there's no milestone set ...
is there a known-to-work, thoroughly documented example of setup & config for this^ jitsi-on-docker-behind-nginx-proxy anywhere yet? even if it's a WIP wiki doc ... @madmath03 's config above is the...
@tom-ricci @jeddy3 is Fix postcss-scss module resolution when other postcss versions are present https://github.com/stylelint-scss/stylelint-config-recommended-scss/issues/87 relevant here?
> Hopefully that makes sense. hehe, well ... even _as_ a "yarn user", let's say I'm unclear as to what's the tail vs the dog ! staring at the `yarn.lock`...
@tom-ricci > Is there any other way we could resolve postcss 8 without it being in the root of the project? asked for a pointer re: this issue from dev...
with ``` sqlite3 --version 3.31.1 2020-01-27 19:55:54 3bfa9cc97da10598521b342961df8f5f68c7388fa117345eeb516eaa837balt1 ``` build with gcc10 ``` echo $CC $CXX $CPP /usr/bin/gcc-10 /usr/bin/g++-10 /usr/bin/cpp-10 $CC --version gcc-10 (SUSE Linux) 10.1.1 20200507 [revision dd38686d9c810cecbaa80bb82ed91caaa58ad635] go...
looks likely ``` git clone https://github.com/sqlite/sqlite.git cd sqlite git checkout version-3.31.1 gcc --version gcc (SUSE Linux) 10.1.1 20200507 [revision dd38686d9c810cecbaa80bb82ed91caaa58ad635] ./configure make ... libtool: link: /usr/bin/gcc-10 -O3 -Wall -fstack-protector-strong -funwind-tables...
@igorsysoev fyi re: > Yes, unix domain sockets can be used in the same format as in nginx: "unix:/path/to/socket". The only issue now is the sockets are not deleted on...
@mar0x yep, sry; that was copy-n-paste of the wrong notes. :-/ with PUT, instead of post, it still fails, but with ``` "error": "Failed to apply new configuration." ``` rather...