Skip to content

Instantly share code, notes, and snippets.

@aroyrev
Forked from indolering/gist:6446570
Created December 5, 2018 22:09
Show Gist options
  • Select an option

  • Save aroyrev/65177646d08d982bd0616483b449f0af to your computer and use it in GitHub Desktop.

Select an option

Save aroyrev/65177646d08d982bd0616483b449f0af to your computer and use it in GitHub Desktop.

Revisions

  1. @indolering indolering created this gist Sep 5, 2013.
    30 changes: 30 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    {
    "users": {
    "root": {
    "configs": {
    "ajenti.plugins.notepad.notepad.Notepad": "{\"bookmarks\": []}",
    "ajenti.plugins.fm.fm.FileManager": "{\"root\": \"/\"}",
    "ajenti.plugins.terminal.main.Terminals": "{\"shell\": \"sh -c $SHELL || sh\"}",
    "ajenti.plugins.dashboard.dash.Dash": "{\"widgets\": [{\"index\": 0, \"config\": null, \"container\": \"0\", \"class\": \"ajenti.plugins.dashboard.welcome.WelcomeWidget\"}]}"
    },
    "password": "password",
    "permissions": []
    },
    "indolering": {
    "configs": {},
    "password": "password",
    "permissions": []
    }
    },
    "bind": {
    "host": "0.0.0.0",
    "port": 8000
    },
    "authentication": true,
    "ssl": {
    "enable": true,
    "certificate_path": "/etc/ajenti/ajenti.pem"
    },
    "enable_feedback": true,
    "installation_id": 6217
    }