From 89a3f7b0374bab97f31f5862b3558cdf1016e00a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Nov 2020 11:00:53 +0000 Subject: can run test container for local development purposes --- docker/dtail.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docker/dtail.json (limited to 'docker/dtail.json') diff --git a/docker/dtail.json b/docker/dtail.json new file mode 100644 index 0000000..d923101 --- /dev/null +++ b/docker/dtail.json @@ -0,0 +1,39 @@ +{ + "Client": {}, + "Server": { + "SSHBindAddress": "0.0.0.0", + "MaxConcurrentCats": 2, + "MaxConcurrentTails": 50, + "MaxConnections": 50, + "MapreduceLogFormat" : "default", + "HostKeyFile" : "cache/ssh_host_key", + "HostKeyBits" : 2048, + "Permissions": { + "Default": [ + "readfiles:^/.*$", + "runcommands:^/.*$" + ], + "Users": { + "pbuetow": [ + "readfiles:^/.*$", + "runcommands:^/.*$" + ], + "jblake": [ + "readfiles:^/tmp/foo.log$", + "readfiles:^/.*$", + "readfiles:!^/tmp/bar.log$", + "runcommands:!^/.*$" + ] + } + } + }, + "Common": { + "LogDir" : "/var/log/dserver", + "CacheDir" : "cache", + "TmpDir" : "tmp", + "LogStrategy": "daily", + "SSHPort": 2222, + "DebugEnable": true, + "ExperimentalFeaturesEnable": false + } +} -- cgit v1.2.3