{% extends "admin_base.html" %} {% block title %}Viewing Node{% endblock %} {% block content %}
{ "listen": { "sftp": {{ node.daemon_sftp }}, "rest": {{ node.daemon_listen }} }, "urls": { "download": "{{ settings.master_url }}auth/remote/download", "install": "{{ settings.master_url }}auth/remote/install-progress" }, "ssl": { "key": "https.key", "cert": "https.pem" }, "basepath": "{{ node.daemon_base_dir }}", "keys": [ "{{ node.daemon_secret }}" ], "upload_maxfilesize": 100000000 }
IP Address | Ports | |
---|---|---|
{{ ip }} Add Port(s) | Delete |
{% for port, avaliable in ports %}
{% if loop.index is odd %}
{% if avaliable == 1 %}
{% else %}
{% endif %} {{ port }} {% endif %} {% endfor %} |
{% for port, avaliable in ports %}
{% if loop.index is even %}
{% if avaliable == 1 %}
{% else %}
{% endif %} {{ port }} {% endif %} {% endfor %} |
Add New IP Address |
(Port Available; Click to Delete Port)
(Port Used; Cannot Delete)
Node Auto-Deployment allows you to run one quick command on your new node to install Scales and set it up immediately. Press the button below to generate a temporary token that will allow you to perform this action.
{% else %}
sudo bash -c 'source <(curl -sSLk {{ settings.master_url }}auth/remote/deploy/{{ autodeploy.code }})'
This automatic deploy script has been tested on the systems below. If your OS is not listed then it probably is not (officially) supported. If there is a pre-run command listed it must be run before running the command above.
Operating System | Pre-Run Command |
---|---|
Ubuntu 14.04 (x64) | n/a |
Ubuntu 15.10 (x64) | apt-get install curl |
Debian 8.2 (x64) | apt-get install sudo curl |
CentOS 7.1 (x64) | n/a |