This commit is contained in:
Andrew Z 2021-07-09 16:03:04 -04:00
parent 83c42d517f
commit 704486a4d4
5 changed files with 126 additions and 99 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1625853792
"last_updated_timestamp": 1625860982
}

View File

@ -95592,9 +95592,20 @@
"CategoryList": [
"GameServers"
],
"downloads": 1774045,
"downloads": 1966472,
"stars": 17,
"LastUpdateScan": 1623261789,
"trending": 9.785,
"trends": [
9.785
],
"trendsDate": [
1625860982
],
"downloadtrend": [
1774045,
1966472
],
"LastUpdateScan": 1625860982,
"FirstSeen": 1612868835
},
{
@ -180030,11 +180041,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 863190,
"downloads": 888629,
"stars": 2,
"trending": 2.865,
"trending": 2.863,
"trends": [
10.367,
9.51,
9.966,
9.81,
@ -180046,10 +180056,10 @@
3.116,
2.778,
3.13,
2.865
2.865,
2.863
],
"trendsDate": [
1592078852,
1594678088,
1597277766,
1599876476,
@ -180061,10 +180071,10 @@
1615467765,
1618063356,
1620662578,
1623261790
1623261790,
1625860982
],
"downloadtrend": [
451393,
498833,
554048,
614314,
@ -180076,9 +180086,10 @@
789649,
812213,
838457,
863190
863190,
888629
],
"LastUpdateScan": 1623261790,
"LastUpdateScan": 1625860982,
"FirstSeen": 1586881119
},
{
@ -198582,7 +198593,7 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/103601-support-apache-webdav-bytemark/",
"Support": "https://forums.unraid.net/topic/103601-support-apache-webdav/",
"Project": "https://httpd.apache.org/docs/2.4/mod/mod_dav.html",
"Overview": "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.\r\n\r\nSpecifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\nmkdir /mnt/user/appdata/apachewebdav\r\ntouch /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAdd a new Path to this container with the following values:\r\nContainer Path: /user.passwd\r\nHost Path: /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\nhtpasswd -B /user.passwd John\r\n\r\nor this if you choosed \"Digest\" authentification:\r\nhtdigest user.passwd WebDAV-Login John\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"WebUI": "http://[IP]:[PORT:8384]/",

View File

@ -1,7 +1,7 @@
{
"apps": 1296,
"last_updated_timestamp": 1625853792,
"last_updated": "2021-07-09 14:03",
"last_updated_timestamp": 1625860982,
"last_updated": "2021-07-09 16:03",
"categories": [
{
"Cat": "Backup:",
@ -95754,9 +95754,20 @@
"CategoryList": [
"GameServers"
],
"downloads": 1774045,
"downloads": 1966472,
"stars": 17,
"LastUpdateScan": 1623261789,
"trending": 9.785,
"trends": [
9.785
],
"trendsDate": [
1625860982
],
"downloadtrend": [
1774045,
1966472
],
"LastUpdateScan": 1625860982,
"FirstSeen": 1612868835
},
{
@ -180192,11 +180203,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 863190,
"downloads": 888629,
"stars": 2,
"trending": 2.865,
"trending": 2.863,
"trends": [
10.367,
9.51,
9.966,
9.81,
@ -180208,10 +180218,10 @@
3.116,
2.778,
3.13,
2.865
2.865,
2.863
],
"trendsDate": [
1592078852,
1594678088,
1597277766,
1599876476,
@ -180223,10 +180233,10 @@
1615467765,
1618063356,
1620662578,
1623261790
1623261790,
1625860982
],
"downloadtrend": [
451393,
498833,
554048,
614314,
@ -180238,9 +180248,10 @@
789649,
812213,
838457,
863190
863190,
888629
],
"LastUpdateScan": 1623261790,
"LastUpdateScan": 1625860982,
"FirstSeen": 1586881119
},
{
@ -198744,7 +198755,7 @@
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/103601-support-apache-webdav-bytemark/",
"Support": "https://forums.unraid.net/topic/103601-support-apache-webdav/",
"Project": "https://httpd.apache.org/docs/2.4/mod/mod_dav.html",
"Overview": "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.\r\n\r\nSpecifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\nmkdir /mnt/user/appdata/apachewebdav\r\ntouch /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAdd a new Path to this container with the following values:\r\nContainer Path: /user.passwd\r\nHost Path: /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\nhtpasswd -B /user.passwd John\r\n\r\nor this if you choosed \"Digest\" authentification:\r\nhtdigest user.passwd WebDAV-Login John\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"WebUI": "http://[IP]:[PORT:8384]/",

View File

@ -198533,7 +198533,7 @@
"Repo": "SimonF's Repository",
"TemplateURL": "https://raw.githubusercontent.com/SimonFair/unraid-plugins/master/usb_manager.xml",
"Repository": "https://raw.githubusercontent.com/SimonFair/usb_manager/master/usb_manager.plg",
"pluginVersion": "2021.07.09",
"pluginVersion": "2021.07.09a",
"MinVer": "6.8.0",
"Overview": "Provides GUI for USB Devices.\n\nAdditional support via addon plugin for USB over IP. Addon plugin install button available via the settings page following enabling USBIP.",
"Date": 1625803200,
@ -198576,18 +198576,19 @@
"FirstSeen": 1621936986
},
{
"Name": "ApacheWebDAV",
"Repository": "bytemark/webdav",
"Registry": "https://hub.docker.com/r/bytemark/webdav/",
"Name": "Apache-WebDAV",
"Repository": "shouya/docker-webdav",
"Registry": "https://hub.docker.com/r/shouya/docker-webdav",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/103601-support-apache-webdav-bytemark/",
"Project": "https://httpd.apache.org/docs/2.4/mod/mod_dav.html",
"Overview": "Specifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\nmkdir /mnt/user/appdata/apachewebdav\r\ntouch /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAdd a new Path to this container with the following values:\r\nContainer Path: /user.passwd\r\nHost Path: /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\nhtpasswd -B /user.passwd John\r\n\r\nor this if you choosed \"Digest\" authentification:\r\nhtdigest user.passwd WebDAV-Login John\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"Overview": "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.\r\n\r\nSpecifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\nmkdir /mnt/user/appdata/apachewebdav\r\ntouch /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAdd a new Path to this container with the following values:\r\nContainer Path: /user.passwd\r\nHost Path: /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\nhtpasswd -B /user.passwd John\r\n\r\nor this if you choosed \"Digest\" authentification:\r\nhtdigest user.passwd WebDAV-Login John\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"WebUI": "http://[IP]:[PORT:8384]/",
"TemplateURL": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/apachewebdav.xml",
"TemplateURL": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/Apache-WebDAV.xml",
"Icon": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/images/webdav-powered-by-apache.png",
"ExtraParams": "--memory=1G",
"PostArgs": "",
"CPUset": "",
"Networking": {
@ -198601,18 +198602,11 @@
}
},
"Data": {
"Volume": [
{
"Volume": {
"HostDir": "/mnt/user/webdav",
"ContainerDir": "/var/lib/dav",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/apachewebdav/user.passwd",
"ContainerDir": "/user.passwd",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
@ -198637,12 +198631,12 @@
"Mode": ""
},
{
"Value": "",
"Value": "test",
"Name": "USERNAME",
"Mode": ""
},
{
"Value": "",
"Value": "test",
"Name": "PASSWORD",
"Mode": ""
},
@ -198655,6 +198649,16 @@
"Value": "",
"Name": "SSL_CERT",
"Mode": ""
},
{
"Value": "99",
"Name": "PUID",
"Mode": ""
},
{
"Value": "100",
"Name": "PGID",
"Mode": ""
}
]
},
@ -198755,7 +198759,7 @@
"Required": "false",
"Mask": "false"
},
"value": ""
"value": "test"
},
{
"@attributes": {
@ -198769,7 +198773,7 @@
"Required": "false",
"Mask": "false"
},
"value": ""
"value": "test"
},
{
"@attributes": {
@ -198777,7 +198781,7 @@
"Target": "ANONYMOUS_METHODS",
"Default": "",
"Mode": "",
"Description": "Comma-separated list of HTTP request methods (eg, GET,POST,OPTIONS,PROPFIND). Clients can use any method you specify here without authentication. Set to ALL to disable authentication. The default is to disallow any anonymous access.",
"Description": "Comma-separated list of HTTP request methods (eg, GET,POST,OPTIONS,PROPFIND) which can be used without login. The default is to disallow any anonymous access.",
"Type": "Variable",
"Display": "always",
"Required": "false",
@ -198801,51 +198805,45 @@
},
{
"@attributes": {
"Name": "Multi-User",
"Target": "/user.passwd",
"Name": "User ID",
"Target": "PUID",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /",
"Type": "Path",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/apachewebdav/user.passwd"
"value": "99"
},
{
"@attributes": {
"Name": "Group ID",
"Target": "PGID",
"Default": "",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "100"
}
],
"Repo": "mgutt's Repository",
"Date": "1614942013",
"OriginalOverview": "Specifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\n[b]mkdir /mnt/user/appdata/apachewebdav[/b]\r\n[b]touch /mnt/user/appdata/apachewebdav/user.passwd[/b]\r\n\r\nAdd a new Path to this container with the following values:\r\n[b]Container Path: /user.passwd[/b]\r\n[b]Host Path: /mnt/user/appdata/apachewebdav/user.passwd[/b]\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\n[b]htpasswd -B /user.passwd John[/b]\r\n\r\nor this if you choosed \"Digest\" authentification:\r\n[b]htdigest user.passwd WebDAV-Login John[/b]\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"Description": "Specifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\nmkdir /mnt/user/appdata/apachewebdav\r\ntouch /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAdd a new Path to this container with the following values:\r\nContainer Path: /user.passwd\r\nHost Path: /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\nhtpasswd -B /user.passwd John\r\n\r\nor this if you choosed \"Digest\" authentification:\r\nhtdigest user.passwd WebDAV-Login John\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"templatePath": "/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/apachewebdav.xml",
"Date": "1625853568",
"OriginalOverview": "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.\r\n\r\nSpecifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\n[b]mkdir /mnt/user/appdata/apachewebdav[/b]\r\n[b]touch /mnt/user/appdata/apachewebdav/user.passwd[/b]\r\n\r\nAdd a new Path to this container with the following values:\r\n[b]Container Path: /user.passwd[/b]\r\n[b]Host Path: /mnt/user/appdata/apachewebdav/user.passwd[/b]\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\n[b]htpasswd -B /user.passwd John[/b]\r\n\r\nor this if you choosed \"Digest\" authentification:\r\n[b]htdigest user.passwd WebDAV-Login John[/b]\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"Description": "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.\r\n\r\nSpecifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows:\r\n\r\nOpen the Unraid WebTerminal >_ and execute the following:\r\nmkdir /mnt/user/appdata/apachewebdav\r\ntouch /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAdd a new Path to this container with the following values:\r\nContainer Path: /user.passwd\r\nHost Path: /mnt/user/appdata/apachewebdav/user.passwd\r\n\r\nAfter starting the container, open its console and execute the following for \"Basic\" authentification by changing \"John\" to your username (it asks for your password after executing):\r\nhtpasswd -B /user.passwd John\r\n\r\nor this if you choosed \"Digest\" authentification:\r\nhtdigest user.passwd WebDAV-Login John\r\n\r\nExecute the command multiple times with different usernames to add more users.",
"templatePath": "/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/Apache-WebDAV.xml",
"CategoryList": [
"Cloud"
],
"downloads": 5203070,
"stars": 81,
"trending": 2.357,
"trends": [
1.89,
1.598,
1.959,
2.357
],
"trendsDate": [
1617556420,
1620151376,
1622750598,
1625349789
],
"downloadtrend": [
4808698,
4901336,
4980907,
5080414,
5203070
],
"LastUpdateScan": 1625349789,
"FirstSeen": 1614963776
"downloads": 12,
"stars": 1,
"LastUpdateScan": 1625853791,
"FirstSeen": 1625853791
},
{
"Name": "Dropbox-by-otherguy",

View File

@ -35041,12 +35041,11 @@
},
"d34dc3n73r/netdata-glibc": {
"Base": null,
"Downloads": 863190,
"Downloads": 888629,
"Stars": 2,
"Time": 1623261790,
"trending": 2.865,
"Time": 1625860982,
"trending": 2.863,
"trends": [
10.367,
9.51,
9.966,
9.81,
@ -35058,10 +35057,10 @@
3.116,
2.778,
3.13,
2.865
2.865,
2.863
],
"downloadtrend": [
451393,
498833,
554048,
614314,
@ -35073,10 +35072,10 @@
789649,
812213,
838457,
863190
863190,
888629
],
"trendsDate": [
1592078852,
1594678088,
1597277766,
1599876476,
@ -35088,7 +35087,8 @@
1615467765,
1618063356,
1620662578,
1623261790
1623261790,
1625860982
]
},
"ich777/accompetizione-server": {
@ -45694,13 +45694,20 @@
},
"ich777/steamcmd:chivalrymw": {
"Base": null,
"Downloads": 1774045,
"Downloads": 1966472,
"Stars": 17,
"Time": 1623261789,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
"Time": 1625860982,
"trending": 9.785,
"trends": [
9.785
],
"downloadtrend": [
1774045,
1966472
],
"trendsDate": [
1625860982
]
},
"hikariai/nvim-server:latest": {
"Base": null,