External Git repository sync

This feature allows automatic syncing of configs and rules (local repository) to external Git providers (e.g., GitHub, GitLab). When enabled, any push to the local repository will automatically be mirrored to the configured external repository. Watch this tutorial for...

HTTPS support for Netpicker

Add an SSL Certificate First, ensure you have the file nginx-ssl.conf in your project folder. If it’s missing, download it from the Netpicker GitHub repository. To add a self-signed SSL certificate to Netpicker and enable HTTPS, place the following files in the...

Audit logging

You can set up audit logging by setting an extra parameter in your docker-compose.yml file: x-api: &api_commonimage: netpicker/apienvironment:ENABLE_AUDIT_LOGGING: 1 This logs user actions in the API including username/email, and POST body content: 2024-12-03...