Installation

3 Docs

SSL Setup

Last Updated: April 3, 2026

# Admin Guide: SSL for Web Server and WebSocket This guide explains how to turn on SSL using the existing config files. No code changes are needed. ## What you need – The certificate file: `*.crt` – The private key file: `*.key` – The public hostname users will open in the browser, for example `app.example.com`…

BackUp Recovery

Last Updated: April 3, 2026

# Admin Guide: Backup & Recovery This guide covers backup and recovery practices for DataUnfold. ## Backups – Back up the SQLite/APSW database regularly and store copies offsite. – Export important project data periodically (exports or database dumps). ## Recovery – To recover, restore the database file and restart services. – If restoring to a…

Adding MFA

Last Updated: April 3, 2026

# Admin Guide: MFA (Multi-Factor Authentication) This guide explains enforcing MFA and managing user MFA setup. ## Enabling MFA – Toggle MFA enforcement in Global Settings or `config.json` (deployment-dependent). – Choose whether to require MFA for all users or specific roles. ## User setup flow 1. User visits account settings and selects **Two-Factor Authentication**. 2….