plugins icon indicating copy to clipboard operation
plugins copied to clipboard

OPNsense plugin collection

Results 585 plugins issues
Sort by recently updated
recently updated
newest added

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [x] I...

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [x] I...

Please add support for ACME client with DNS-01 Challenge type and spaceship.com service to acquire Let's Encrypt certificates. https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_spaceship

feature
incomplete

https://github.com/opnsense/plugins/blob/97603fc29b18f724a7b812ae8c37f2965cb2c363/security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeCertificate.php#L171 I got NULL value with $cacrt_details['issuer'] and exception stop the cert issue process Maybe following update can solve this problem? ` $cacrt_issuer = implode(",", $cacrt_details['issuer']??[]); `

incomplete

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [x] I...

support

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [x] I...

support

**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [ ] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md - [...

help wanted

A clear and concise description of what the bug is, including last known working version (if any). *Tip*: to validate your setup was working with the previous version, use opnsense-revert...

cleanup

Makes the builtin ACLs (none, any. localhost and localnets) available for selection: 1. Created new custom field types: * AclField extending ArrayField * AclModelRelationField extending ModelRelationField * AclNetField extending NetworkField...

Hello, Since the CrowdSec Agent v1.7.0, the client uses Content-Encoding: gzip for requests larger than 5KB to the LAPI, as introduced in https://github.com/crowdsecurity/crowdsec/pull/3709 The server-side endpoint managed by the os-crowdsec...

incomplete