cloud-commander/templates/config.j2

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-10-06 18:17:14 +00:00
{
"name": "",
"auth": true,
"username": "{{user.name}}",
"password": "{{vault_cloudcommander_password_hash}}",
"algo": "sha512WithRSAEncryption",
"editor": "edward",
"packer": "tar",
"diff": true,
"zip": true,
"buffer": true,
"dirStorage": false,
"online": true,
"open": false,
"keysPanel": true,
"port": 8000,
"ip": null,
"root": "{{cloud_commander_root}}",
"prefix": "",
"prefixSocket": "",
"contact": true,
"confirmCopy": true,
"confirmMove": true,
"configDialog": true,
"configAuth": true,
"oneFilePanel": true,
"console": false,
"syncConsolePath": false,
"terminal": false,
"terminalPath": "gritty",
"terminalCommand": "",
"terminalAutoRestart": true,
"showConfig": false,
"showFileName": true,
"vim": false,
"columns": "name-size-date-owner-mode",
"export": false,
"exportToken": "root",
"import": false,
"importToken": "root",
"importUrl": "https://file.{{domain.name}}",
"importListen": false,
"log": true,
"dropbox": false,
"dropboxToken": ""
}