mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-04-26 15:58:34 +00:00
Update
This commit is contained in:
parent
7328e84df0
commit
da8f89b334
4
log.txt
4
log.txt
@ -4371,5 +4371,9 @@ Updating stats on containers
|
||||
Privileged: 104
|
||||
|
||||
|
||||
|
||||
No change to feed
|
||||
|
||||
|
||||
Updating GitHub
|
||||
|
||||
|
@ -62692,7 +62692,7 @@
|
||||
"WebUI": "http://[IP]:[PORT:19999]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/Data-Monkey/docker-templates/master/Data-Monkey/netdata.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/Data-Monkey/docker-templates/master/Data-Monkey/img/netdata.png",
|
||||
"ExtraParams": "--cap-add SYS_PTRACE --cap-add SYS_ADMIN --security-opt apparmor=unconfined --log-opt max-size=200m --log-opt max-file=1",
|
||||
"ExtraParams": "--pid host --cap-add SYS_PTRACE --cap-add SYS_ADMIN --security-opt apparmor=unconfined --log-opt max-size=200m --log-opt max-file=1",
|
||||
"Networking": {
|
||||
"Mode": "host"
|
||||
},
|
||||
@ -62781,6 +62781,48 @@
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "passwd",
|
||||
"Target": "/host/etc/passwd",
|
||||
"Default": "/etc/passwd",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/passwd"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "group",
|
||||
"Target": "/host/etc/group",
|
||||
"Default": "/etc/group",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/group"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "localtime",
|
||||
"Target": "/etc/localtime",
|
||||
"Default": "/etc/localtime",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/localtime"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "proc",
|
||||
@ -62809,20 +62851,6 @@
|
||||
},
|
||||
"value": "/sys"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "doker.sock",
|
||||
"Target": "/var/run/docker.sock",
|
||||
"Default": "/var/run/docker.sock",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/var/run/docker.sock"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "os-release",
|
||||
@ -62839,9 +62867,9 @@
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "passwd",
|
||||
"Target": "/host/etc/passwd",
|
||||
"Default": "/etc/passwd",
|
||||
"Name": "log",
|
||||
"Target": "/host/var/log",
|
||||
"Default": "/var/log",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
@ -62849,13 +62877,13 @@
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/passwd"
|
||||
"value": "/var/log"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "group",
|
||||
"Target": "/host/etc/group",
|
||||
"Default": "/etc/group",
|
||||
"Name": "doker.sock",
|
||||
"Target": "/var/run/docker.sock",
|
||||
"Default": "/var/run/docker.sock",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
@ -62863,7 +62891,21 @@
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/etc/group"
|
||||
"value": "/var/run/docker.sock"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "dbus",
|
||||
"Target": "/run/dbus",
|
||||
"Default": "/run/dbus",
|
||||
"Mode": "ro",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/run/dbus"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -339997,6 +340039,20 @@
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Run Now",
|
||||
"Target": "RUN_NOW",
|
||||
"Default": "False",
|
||||
"Mode": "",
|
||||
"Description": "Set to 'True' to immediately do a run and then exit when finished when the container starts. (Currently only available on the nightly branch.)",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Run Time",
|
||||
|
Loading…
x
Reference in New Issue
Block a user