github cncjs/cncjs v1.8.10

latest releases: v1.10.3, v1.10.2, v1.10.1...
7 years ago
  • Adds the ability to create and run shell commands from the web interface (resolves #75, #84)

    image

    See an example .cncrc file:

    {
      "watchDirectory": "/path/to/dir",
      "accessTokenLifetime": "30d",
      "allowRemoteAccess": false,
      "state": {
        "checkForUpdates": true
      },
      "commands": [
        {
          "text": "Check network connection",
          "command": "ping -c 10 127.0.0.1"
        },
        {
          "text": "Reboot",
          "command": "sudo /sbin/reboot"
        },
        {
          "text": "Shutdown",
          "command": "sudo /sbin/shutdown"
        }
      ],
      "macros": [],
      "users": []
    }

Don't miss a new cncjs release

NewReleases is sending notifications on new releases.