This commit is contained in:
Andrew Z 2021-07-13 20:03:17 -04:00
parent 3b18e0b29d
commit 21ed44456b
5 changed files with 192 additions and 29 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1626213790
"last_updated_timestamp": 1626220995
}

View File

@ -56864,7 +56864,7 @@
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/filezilla.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/filezilla-icon.png",
"Project": "https://filezilla-project.org/",
"Date": 1620964800,
"Date": 1626148800,
"Networking": {
"Mode": "bridge",
"Publish": {
@ -59626,7 +59626,7 @@
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/mkvtoolnix.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/mkvtoolnix-icon.png",
"Project": "https://mkvtoolnix.download/",
"Date": 1623816000,
"Date": 1626148800,
"Networking": {
"Mode": "bridge",
"Publish": {
@ -201541,26 +201541,29 @@
"CategoryList": [
"Productivity"
],
"downloads": 250232,
"stars": 12,
"trending": 71.289,
"downloads": 605423,
"stars": 23,
"trending": 58.668,
"trends": [
63.147,
47.965,
71.289
71.289,
58.668
],
"trendsDate": [
1618423383,
1621022559,
1623621829
1623621829,
1626220994
],
"downloadtrend": [
13777,
37384,
71844,
250232
250232,
605423
],
"LastUpdateScan": 1623621829,
"LastUpdateScan": 1626220994,
"FirstSeen": 1613229037
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1301,
"last_updated_timestamp": 1626213790,
"last_updated": "2021-07-13 18:03",
"last_updated_timestamp": 1626220995,
"last_updated": "2021-07-13 20:03",
"categories": [
{
"Cat": "Backup:",
@ -57026,7 +57026,7 @@
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/filezilla.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/filezilla-icon.png",
"Project": "https://filezilla-project.org/",
"Date": 1620964800,
"Date": 1626148800,
"Networking": {
"Mode": "bridge",
"Publish": {
@ -59788,7 +59788,7 @@
"TemplateURL": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/mkvtoolnix.xml",
"Icon": "https://raw.githubusercontent.com/jlesage/docker-templates/master/jlesage/images/mkvtoolnix-icon.png",
"Project": "https://mkvtoolnix.download/",
"Date": 1623816000,
"Date": 1626148800,
"Networking": {
"Mode": "bridge",
"Publish": {
@ -201703,26 +201703,29 @@
"CategoryList": [
"Productivity"
],
"downloads": 250232,
"stars": 12,
"trending": 71.289,
"downloads": 605423,
"stars": 23,
"trending": 58.668,
"trends": [
63.147,
47.965,
71.289
71.289,
58.668
],
"trendsDate": [
1618423383,
1621022559,
1623621829
1623621829,
1626220994
],
"downloadtrend": [
13777,
37384,
71844,
250232
250232,
605423
],
"LastUpdateScan": 1623621829,
"LastUpdateScan": 1626220994,
"FirstSeen": 1613229037
},
{

View File

@ -107319,7 +107319,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1626206592,
"FirstSeen": 1621022558
},
{
@ -212854,5 +212853,160 @@
"downloads": 35,
"LastUpdateScan": 1626055393,
"FirstSeen": 1626055393
},
{
"Name": "Bind9",
"Repository": "pwa666/bind9:latest",
"Registry": "https://hub.docker.com/repository/docker/pwa666/bind9",
"Network": "br0",
"Shell": "sh",
"Privileged": "false",
"Project": "https://www.isc.org/bind/",
"Overview": "Bind9 with Webmin WebUI. Simple lightweight DNS for local network.",
"WebUI": "http://[IP]:[PORT:10000]/",
"TemplateURL": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/my-bind9.xml",
"Icon": "https://raw.githubusercontent.com/vrx-666/unraid-xml/master/bind.png",
"PostArgs": "",
"CPUset": "",
"Description": "Bind9 with Webmin WebUI. Simple lightweight DNS for local network.",
"Networking": {
"Mode": "br0",
"Publish": {
"Port": [
{
"HostPort": "53",
"ContainerPort": "",
"Protocol": "tcp"
},
{
"HostPort": "53",
"ContainerPort": "",
"Protocol": "udp"
},
{
"HostPort": "10000",
"ContainerPort": "",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/bind9",
"ContainerDir": "/etc/bind",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
{
"Value": "admin",
"Name": "GUI_USER",
"Mode": ""
},
{
"Value": "dificult",
"Name": "GUI_PASSWORD",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Bind Config",
"Target": "/etc/bind",
"Default": "/mnt/user/appdata/bind9",
"Mode": "rw",
"Description": "Where Your DNS Server should store persistant configs",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/bind9"
},
{
"@attributes": {
"Name": "DNS TCP Port",
"Target": "53",
"Default": "53",
"Mode": "tcp",
"Description": "DNS Listening TCP Port, this is used for dns queries",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "53"
},
{
"@attributes": {
"Name": "DNS UDP Port",
"Target": "53",
"Default": "53",
"Mode": "udp",
"Description": "DNS Listening UDP Port, this is used for dns queries",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "53"
},
{
"@attributes": {
"Name": "WebUI Port",
"Target": "10000",
"Default": "10000",
"Mode": "tcp",
"Description": "WebUI port, for graphical management",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "10000"
},
{
"@attributes": {
"Name": "Username",
"Target": "GUI_USER",
"Default": "admin",
"Mode": "",
"Description": "This is WebUI Username for managing DNS\r\nDefault: admin",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "admin"
},
{
"@attributes": {
"Name": "Password",
"Target": "GUI_PASSWORD",
"Default": "dificult",
"Mode": "",
"Description": "This is WebUI password for managing DNS.\r\nDefault: dificult",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": "dificult"
}
],
"Repo": "vrx's Repository",
"Beta": "true",
"Date": "1626117748",
"templatePath": "/tmp/GitHub/AppFeed/templates/vrxsRepository/my-bind9.xml",
"CategoryList": [
"Network-DNS"
],
"downloads": 86,
"LastUpdateScan": 1626213790,
"FirstSeen": 1626213790
}
]

View File

@ -45876,25 +45876,28 @@
},
"joplin/server:latest": {
"Base": null,
"Downloads": 250232,
"Stars": 12,
"Time": 1623621829,
"trending": 71.289,
"Downloads": 605423,
"Stars": 23,
"Time": 1626220994,
"trending": 58.668,
"trends": [
63.147,
47.965,
71.289
71.289,
58.668
],
"downloadtrend": [
13777,
37384,
71844,
250232
250232,
605423
],
"trendsDate": [
1618423383,
1621022559,
1623621829
1623621829,
1626220994
]
},
"synzen/monitorss": {