Skip to content
github-actions[bot] edited this page Aug 31, 2026 · 1 revision

GDPR Plugin

Handles GDPR Art. 20 data-portability exports and Art. 17 erasure requests. Free — MIT licensed.

Install

nself plugin install gdpr

No license key required.

Description

GDPR data portability (Art. 20) and right-to-erasure (Art. 17) tools for self-hosted nSelf instances.

This is a CLI plugin: it installs the nself-gdpr binary into your plugin path and runs as a command, not a background service.

Category: compliance. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) Required.

Database Schema

1 table(s) added to your Postgres database (prefix: np_gdpr_):

  • np_gdpr_requests

Commands

nself-gdpr subcommands (installed alongside the plugin):

  • nself-gdpr export
  • nself-gdpr delete
  • nself-gdpr forget
  • nself-gdpr list-requests
  • nself-gdpr status

Examples

Export

nself-gdpr export

Delete

nself-gdpr delete

Source

plugins/gdpr/

Manifest: plugins/gdpr/plugin.json

See Also

  • Audit-Log — tamper-evident mutation log
  • Tenant — per-tenant usage and billing

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally