mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Instance users and dockerd. (#18)
This commit is contained in:
committed by
GitHub
parent
2392e6f1f2
commit
7dd0ea97b5
@@ -256,6 +256,7 @@ namespace msg::json
|
||||
* 'reply_for': '<reply_for>'
|
||||
* 'type': '<message type>',
|
||||
* "name": "<container name>"
|
||||
* "username": "<instance user name>""
|
||||
* "ip": "<ip of the container>"
|
||||
* "pubkey": "<public key of the contract>"
|
||||
* "contract_id": "<contract id of the contract>"
|
||||
@@ -279,8 +280,12 @@ namespace msg::json
|
||||
msg += SEP_COMMA;
|
||||
msg += "name";
|
||||
msg += SEP_COLON;
|
||||
msg += info.name;
|
||||
msg += info.container_name;
|
||||
msg += SEP_COMMA;
|
||||
// msg += "username"; // Uncomment if username is required for debugging.
|
||||
// msg += SEP_COLON;
|
||||
// msg += info.username;
|
||||
// msg += SEP_COMMA;
|
||||
msg += "ip";
|
||||
msg += SEP_COLON;
|
||||
msg += info.ip;
|
||||
|
||||
Reference in New Issue
Block a user