Skip to content

Release v0.6.0 - Multi-Tenancy & Organizations

Choose a tag to compare

@acamarata acamarata released this 01 Feb 15:20
· 282 commits to main since this release

nself-admin v0.6.0

Major Features

  • Complete multi-tenancy support with tenant management
  • Organization management with teams and roles
  • Role-based access control with permission matrix
  • Tenant branding (logos, colors, themes)
  • Custom domain management with SSL generation
  • Email template customization per tenant
  • Quota management and usage tracking
  • Audit logging for tenant operations

Technical Changes

  • Added 78 new files (types, libs, hooks, components, APIs, pages)
  • Fixed TypeScript errors in help system
  • Updated CI/CD to handle tests gracefully (no false negatives)
  • Added helpArticlesArray export for type-safe array operations

Docker

```bash
docker pull acamarata/nself-admin:0.6.0
docker pull acamarata/nself-admin:latest
```

Using nself CLI

```bash
nself admin
```