settings_suggest
Configuration Migration
Migrate your configuration from the original FileBrowser to Quantum.
Configuration Format Changes
FileBrowser Quantum uses a YAML-based configuration file instead of command-line flags and database settings.
See About FileBrowser Quantum config file
Migration Process
1. Export Current Settings
If you are running original FileBrowser, note your current settings:
also reference your config.json
2. Create config.yaml
Create a new config.yaml file with your settings:
3. Map Old Flags to New Config
| Original Flag | Quantum Config |
|---|---|
--port |
server.port |
--address |
server.address |
--baseurl |
server.baseURL |
--database |
server.database |
--root |
server.sources[0].path |
--log |
server.logging[0].levels |
Features Removed
The following features from original FileBrowser are not available in Quantum:
- Terminal - Removed for security
- Runners - Removed (to be replaced with better job system)
- Command line user management - Use config file or API