Welcome to the RIPE Updater documentation. RIPE Updater keeps your RIPE database registrations in sync with NetBox — automatically creating, updating, and deleting INETNUM and INET6NUM objects whenever prefixes change.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jalmargyyk/ripe-updater/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what RIPE Updater does and how it fits into your infrastructure
Quickstart
Get RIPE Updater running and process your first webhook in minutes
Docker deployment
Deploy with Docker or docker-compose — the recommended approach
Configuration reference
Every environment variable explained with defaults and examples
Get started in four steps
Deploy RIPE Updater
Pull the Docker image and create your
.env file from the example. See Docker deployment.Configure connections
Set your NetBox URL and token, RIPE maintainer password, and optionally S3 and SMTP settings. See Environment variables.
Set up NetBox
Add the three required custom fields (
lir, ripe_report, ripe_template) and create a webhook pointing to your RIPE Updater instance. See NetBox setup.Create templates
Define your RIPE object attributes in JSON base templates and a templates index. Tag prefixes in NetBox with the right template and enable
ripe_report. See Templates.