Rath Pascal
Rath Pascal
Nice 👍 Will test it. If it works as expected we could add it to the docs (:
Got the same behavior on main: Spoa config ``` cat /etc/coraza-spoa/spoa.yaml ... directives: | Include /etc/coraza-spoa/coraza.conf Include /etc/coraza-spoa/coreruleset/rules/@crs-setup.conf.example Include /etc/coraza-spoa/coreruleset/rules/@owasp_crs/*.conf ... ``` Main coraza config ``` cat /etc/coraza-spoa/coraza.conf | grep...
Got it. The haproxy.cfg referenced by the [README.md (2nd reference)](https://github.com/corazawaf/coraza-spoa/blob/main/README.md?plain=1#L75) and [in the docs](https://coraza.io/connectors/coraza-spoa/#haproxy-configuration) is not blocking requests. This one seems to do the job: https://github.com/corazawaf/coraza-spoa/blob/main/doc/config/haproxy.cfg It seems PR https://github.com/corazawaf/coraza-spoa/pull/103...
Looks like a duplicate issue? https://github.com/corazawaf/coraza-spoa/issues/51
Greetings. Please update to 1.2.9 - the Upgrade process was enhanced in that version. See Release: https://github.com/ansibleguy/collection_opnsense/releases/tag/1.2.9
Wow 😲 That did never happen on my tests.. :/ Will check it as soon as possible
Related to #498 (nested group support)
@kenneth-ge Just as I stumbled on it - this is no solution but an alternative: * Svelte-Flow nested grouping: https://svelteflow.dev/learn/guides/sub-flows#any-node-can-be-a-parent-node * Svelte-Flow resize: https://svelteflow.dev/examples/nodes/node-resizer
Just to add an opinion: You might want to prefer appimage over flatpak (as first packaging solution) as it is universally usable. Not everybody has flatpak installed. (also the sandboxing...
Maybe something like that: https://pypi.org/project/pyproject-appimage/ Would depend on: https://github.com/LOUDO56/PyMacroRecord/issues/57