• config.json ajenti


    {
        "users": {
            "root": {
                "configs": {
                    "ajenti.plugins.fm.fm.FileManager": "{"start": "/", "root": "/"}",
                    "ajenti.plugins.terminal.main.Terminals": "{"shell": "sh -c $SHELL || sh"}",
                    "ajenti.users.UserManager": "{"sync-provider": ""}",
                    "ajenti.plugins.dashboard.dash.Dash": "{"widgets": [{"index": 0, "config": null, "container": "1", "class": "ajenti.plugins.sensors.memory.MemoryWidget"}, {"index": 1, "config": null, "container": "1", "class": "ajenti.plugins.sensors.memory.SwapWidget"}, {"index": 2, "config": null, "container": "1", "class": "ajenti.plugins.dashboard.welcome.WelcomeWidget"}, {"index": 0, "config": null, "container": "0", "class": "ajenti.plugins.sensors.uptime.UptimeWidget"}, {"index": 1, "config": null, "container": "0", "class": "ajenti.plugins.power.power.PowerWidget"}, {"index": 2, "config": null, "container": "0", "class": "ajenti.plugins.sensors.cpu.CPUWidget"}]}",
                    "ajenti.plugins.notepad.notepad.Notepad": "{"bookmarks": [], "root": "/"}",
                    "ajenti.plugins.glslideshow_flags.glslideshow_flags.GLSlideShowPrefs": "{"option_1_enable": true}",
                    "ajenti.usersync.adsync.ActiveDirectorySyncProvider": "{"domain": "DOMAIN", "password": "", "user": "Administrator", "base": "cn=Users,dc=DOMAIN", "address": "localhost"}",
                    "ajenti.plugins.tasks.manager.TaskManager": "{"task_definitions": []}"
                },
                "password": "sha512|$6$rounds=40000$nIVrqqz638rB8wOo$VbMv8y2lStgcsYxEuu7JfHiEd06eeiSoIbg7Hvivj9K1vPayaCbAiAqtpyOoIkNfIXFmMD0jK6Dd4WFnvywkY1",
                "permissions": []
            }
        },
        "language": "",
        "bind": {
            "host": "0.0.0.0",
            "port": 80
        },
        "enable_feedback": true,
        "ssl": {
            "enable": false,
            "certificate_path": "/etc/ajenti/ajenti.pem"
        },
        "authentication": true,
        "installation_id": 31053
    }

  • 相关阅读:
    jQuery报 SyntaxError: expected expression, got '<'错误
    【转】JSP使用上传文件,并生产高清缩略图示例
    [转]Oracle中使用Rownum分页详细例子
    [转]oracle设计数据库应选择正确的数据类型
    [转]oracle数据类型和对应的java类型
    [转]如何判断js中的数据类型
    [转]理解JavaScript中的事件处理
    [转]关于jquery中html()、text()、val()的区别
    [转]jquery 点击表格变为input可以修改无刷新更新数据
    招聘网站需求分析
  • 原文地址:https://www.cnblogs.com/lexus/p/3585807.html
Copyright © 2020-2023  润新知