This commit is contained in:
Andrew Z 2022-01-26 10:03:39 -05:00
parent 4e8918798d
commit 878fedf24b
7 changed files with 311 additions and 50 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1643202225 "last_updated_timestamp": 1643209418
} }

View File

@ -12993,6 +12993,119 @@
"LastUpdateScan": 1642230214, "LastUpdateScan": 1642230214,
"FirstSeen": 1 "FirstSeen": 1
}, },
{
"Name": "CloudCommander",
"Repository": "hernandito/cloudcommander",
"Registry": "https://hub.docker.com/r/coderaiser/cloudcmd/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "http://lime-technology.com/forum/index.php?topic=39623.0",
"Overview": "\nCloudCommander Hernandito is a simple web file browser with a built in text editor and archive compress/extract abilities. This version has been formatted to use the Alpine base. It has a modified, modern WebUI and includes shortcut links to your most used folders..\n\n\nInstructions:\n\nSet Port to the port you want to be able to access from. Defaults to 8765. It is highly advisable that this is chanve to a custom network (br0) and assign iit an IP that is NOT the same as your unRAID server. Make sure this is NOT exposed to to the internet.\n\n\nSet Mount Point to the directory you want to be able to access in the browser. Defaults to /mnt/user, all shares.\n\n.\n\n\nYou can customize the buttons on the WebUI by going to your CloudCommander's appdata folder and edit the \"index.html\" file. After you have made you changes, you will need to go into the Docker's CLI and type the following command:\n\n\"update.sh\"\n\n\nYou will need to re-start your CloudCommander docker to see your changes.\n\n\n\t",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/hernandito/docker-templates/master/hernando/CloudCommander-HR.xml",
"Icon": "https://i.imgur.com/Ng2rkTL.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "br0"
},
"Config": [
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Config",
"Target": "/config",
"Default": "/mnt/cache/appdata/cloudcmd",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/cloudcmd"
},
{
"@attributes": {
"Name": "Mount Path",
"Target": "/UNRAID",
"Default": "/",
"Mode": "rw",
"Description": "Container Path: /UNRAID",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/"
},
{
"@attributes": {
"Name": "HOME - Dont Change!",
"Target": "HOME",
"Default": "",
"Mode": "",
"Description": "Container Variable: HOME",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/root"
},
{
"@attributes": {
"Name": "Port",
"Target": "8000",
"Default": "8000",
"Mode": "tcp",
"Description": "Container Port: 8000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8000"
}
],
"Repo": "hernandito's Repository",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/hernanditosRepository/hernando/CloudCommander-HR.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 171,
"LastUpdateScan": 1643209417,
"FirstSeen": 1643209417
},
{ {
"Name": "FileBrowser", "Name": "FileBrowser",
"Repository": "hernandito/filebrowser", "Repository": "hernandito/filebrowser",
@ -178612,6 +178725,7 @@
"Drivers", "Drivers",
"Plugins" "Plugins"
], ],
"LastUpdateScan": 1643209417,
"FirstSeen": 1640610214 "FirstSeen": 1640610214
}, },
{ {
@ -214143,7 +214257,7 @@
"Network": "host", "Network": "host",
"Privileged": "true", "Privileged": "true",
"Support": "https://forums.sagetv.com/forums/showthread.php?t=62774", "Support": "https://forums.sagetv.com/forums/showthread.php?t=62774",
"Overview": "An open source digital cable tuner network encoder for SageTV\r###Container version: 2.0.3\r", "Overview": "An open source digital cable tuner network encoder for SageTV\r###Container version: 2.0.4\r",
"WebUI": "http://[IP]:[PORT:9091]/", "WebUI": "http://[IP]:[PORT:9091]/",
"TemplateURL": "https://raw.githubusercontent.com/OpenSageTV/unRAID/master/sagetv-opendct/sagetv-opendct.xml", "TemplateURL": "https://raw.githubusercontent.com/OpenSageTV/unRAID/master/sagetv-opendct/sagetv-opendct.xml",
"Icon": "https://raw.githubusercontent.com/OpenSageTV/sagetv-dockers/master/resources/SageTVOS_icon.png", "Icon": "https://raw.githubusercontent.com/OpenSageTV/sagetv-dockers/master/resources/SageTVOS_icon.png",

View File

@ -1,7 +1,7 @@
{ {
"apps": 1544, "apps": 1545,
"last_updated_timestamp": 1643202225, "last_updated_timestamp": 1643209418,
"last_updated": "2022-01-26 08:03", "last_updated": "2022-01-26 10:03",
"categories": [ "categories": [
{ {
"Cat": "Backup:", "Cat": "Backup:",
@ -13155,6 +13155,119 @@
"LastUpdateScan": 1642230214, "LastUpdateScan": 1642230214,
"FirstSeen": 1 "FirstSeen": 1
}, },
{
"Name": "CloudCommander",
"Repository": "hernandito/cloudcommander",
"Registry": "https://hub.docker.com/r/coderaiser/cloudcmd/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "http://lime-technology.com/forum/index.php?topic=39623.0",
"Overview": "\nCloudCommander Hernandito is a simple web file browser with a built in text editor and archive compress/extract abilities. This version has been formatted to use the Alpine base. It has a modified, modern WebUI and includes shortcut links to your most used folders..\n\n\nInstructions:\n\nSet Port to the port you want to be able to access from. Defaults to 8765. It is highly advisable that this is chanve to a custom network (br0) and assign iit an IP that is NOT the same as your unRAID server. Make sure this is NOT exposed to to the internet.\n\n\nSet Mount Point to the directory you want to be able to access in the browser. Defaults to /mnt/user, all shares.\n\n.\n\n\nYou can customize the buttons on the WebUI by going to your CloudCommander's appdata folder and edit the \"index.html\" file. After you have made you changes, you will need to go into the Docker's CLI and type the following command:\n\n\"update.sh\"\n\n\nYou will need to re-start your CloudCommander docker to see your changes.\n\n\n\t",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/hernandito/docker-templates/master/hernando/CloudCommander-HR.xml",
"Icon": "https://i.imgur.com/Ng2rkTL.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "br0"
},
"Config": [
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Mode": "",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Mode": "",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "Config",
"Target": "/config",
"Default": "/mnt/cache/appdata/cloudcmd",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/cache/appdata/cloudcmd"
},
{
"@attributes": {
"Name": "Mount Path",
"Target": "/UNRAID",
"Default": "/",
"Mode": "rw",
"Description": "Container Path: /UNRAID",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/"
},
{
"@attributes": {
"Name": "HOME - Dont Change!",
"Target": "HOME",
"Default": "",
"Mode": "",
"Description": "Container Variable: HOME",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/root"
},
{
"@attributes": {
"Name": "Port",
"Target": "8000",
"Default": "8000",
"Mode": "tcp",
"Description": "Container Port: 8000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8000"
}
],
"Repo": "hernandito's Repository",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/hernanditosRepository/hernando/CloudCommander-HR.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 171,
"LastUpdateScan": 1643209417,
"FirstSeen": 1643209417
},
{ {
"Name": "FileBrowser", "Name": "FileBrowser",
"Repository": "hernandito/filebrowser", "Repository": "hernandito/filebrowser",
@ -178774,6 +178887,7 @@
"Drivers", "Drivers",
"Plugins" "Plugins"
], ],
"LastUpdateScan": 1643209417,
"FirstSeen": 1640610214 "FirstSeen": 1640610214
}, },
{ {
@ -214305,7 +214419,7 @@
"Network": "host", "Network": "host",
"Privileged": "true", "Privileged": "true",
"Support": "https://forums.sagetv.com/forums/showthread.php?t=62774", "Support": "https://forums.sagetv.com/forums/showthread.php?t=62774",
"Overview": "An open source digital cable tuner network encoder for SageTV\r###Container version: 2.0.3\r", "Overview": "An open source digital cable tuner network encoder for SageTV\r###Container version: 2.0.4\r",
"WebUI": "http://[IP]:[PORT:9091]/", "WebUI": "http://[IP]:[PORT:9091]/",
"TemplateURL": "https://raw.githubusercontent.com/OpenSageTV/unRAID/master/sagetv-opendct/sagetv-opendct.xml", "TemplateURL": "https://raw.githubusercontent.com/OpenSageTV/unRAID/master/sagetv-opendct/sagetv-opendct.xml",
"Icon": "https://raw.githubusercontent.com/OpenSageTV/sagetv-dockers/master/resources/SageTVOS_icon.png", "Icon": "https://raw.githubusercontent.com/OpenSageTV/sagetv-dockers/master/resources/SageTVOS_icon.png",

View File

@ -2012,5 +2012,6 @@
"interaapps/pastefy": 1643130208, "interaapps/pastefy": 1643130208,
"etherpad/etherpad": 1643159000, "etherpad/etherpad": 1643159000,
"andrewpaglusch/flashpaper": 1643159000, "andrewpaglusch/flashpaper": 1643159000,
"traefik:2.6": 1643187800 "traefik:2.6": 1643187800,
"hernandito/cloudcommander": 1643209417
} }

View File

@ -80645,9 +80645,10 @@
1632809012, 1632809012,
1635408199, 1635408199,
1638003808, 1638003808,
1640603009 1640603009,
1643202219
], ],
"LastUpdateScan": 1640603009, "LastUpdateScan": 1643202219,
"FirstSeen": 1576775171 "FirstSeen": 1576775171
}, },
{ {
@ -80868,9 +80869,10 @@
1632809012, 1632809012,
1635408199, 1635408199,
1638003808, 1638003808,
1640603010 1640603010,
1643202219
], ],
"LastUpdateScan": 1640603010, "LastUpdateScan": 1643202219,
"FirstSeen": 1576775171 "FirstSeen": 1576775171
}, },
{ {
@ -83302,9 +83304,10 @@
1632809013, 1632809013,
1635408199, 1635408199,
1638003808, 1638003808,
1640603010 1640603010,
1643202219
], ],
"LastUpdateScan": 1640603010, "LastUpdateScan": 1643202219,
"FirstSeen": 1581548841 "FirstSeen": 1581548841
}, },
{ {
@ -84738,9 +84741,10 @@
1632809013, 1632809013,
1635408200, 1635408200,
1638003809, 1638003809,
1640603010 1640603010,
1643202219
], ],
"LastUpdateScan": 1640603010, "LastUpdateScan": 1643202219,
"FirstSeen": 1576695956 "FirstSeen": 1576695956
}, },
{ {
@ -86483,9 +86487,10 @@
1632809013, 1632809013,
1635408200, 1635408200,
1638003809, 1638003809,
1640603011 1640603011,
1643202220
], ],
"LastUpdateScan": 1640603011, "LastUpdateScan": 1643202220,
"FirstSeen": 1580483342 "FirstSeen": 1580483342
}, },
{ {
@ -87138,9 +87143,10 @@
1632809013, 1632809013,
1635408200, 1635408200,
1638003809, 1638003809,
1640603011 1640603011,
1643202220
], ],
"LastUpdateScan": 1640603011, "LastUpdateScan": 1643202220,
"FirstSeen": 1580483342 "FirstSeen": 1580483342
}, },
{ {
@ -92126,9 +92132,10 @@
1632809014, 1632809014,
1635408200, 1635408200,
1638003809, 1638003809,
1640603011 1640603011,
1643202220
], ],
"LastUpdateScan": 1640603011, "LastUpdateScan": 1643202220,
"FirstSeen": 1564913277 "FirstSeen": 1564913277
}, },
{ {
@ -99470,9 +99477,10 @@
1632809014, 1632809014,
1635408201, 1635408201,
1638003810, 1638003810,
1640603013 1640603013,
1643202221
], ],
"LastUpdateScan": 1640603013, "LastUpdateScan": 1643202221,
"FirstSeen": 1579345657 "FirstSeen": 1579345657
}, },
{ {
@ -100900,9 +100908,10 @@
1632809014, 1632809014,
1635408201, 1635408201,
1638003810, 1638003810,
1640603013 1640603013,
1643202221
], ],
"LastUpdateScan": 1640603013, "LastUpdateScan": 1643202221,
"FirstSeen": 1576962588 "FirstSeen": 1576962588
}, },
{ {
@ -103666,9 +103675,10 @@
1632809014, 1632809014,
1635408201, 1635408201,
1638003810, 1638003810,
1640603013 1640603013,
1643202221
], ],
"LastUpdateScan": 1640603013, "LastUpdateScan": 1643202221,
"FirstSeen": 1570363768 "FirstSeen": 1570363768
}, },
{ {
@ -104144,9 +104154,10 @@
1632809015, 1632809015,
1635408201, 1635408201,
1638003810, 1638003810,
1640603014 1640603014,
1643202222
], ],
"LastUpdateScan": 1640603014, "LastUpdateScan": 1643202222,
"FirstSeen": 1574003363 "FirstSeen": 1574003363
}, },
{ {
@ -104352,9 +104363,10 @@
1632809015, 1632809015,
1635408202, 1635408202,
1638003811, 1638003811,
1640603014 1640603014,
1643202222
], ],
"LastUpdateScan": 1640603014, "LastUpdateScan": 1643202222,
"FirstSeen": 1571350044 "FirstSeen": 1571350044
}, },
{ {
@ -104746,9 +104758,10 @@
1632809015, 1632809015,
1635408202, 1635408202,
1638003811, 1638003811,
1640603014 1640603014,
1643202224
], ],
"LastUpdateScan": 1640603014, "LastUpdateScan": 1643202224,
"FirstSeen": 1570572337 "FirstSeen": 1570572337
}, },
{ {
@ -105586,9 +105599,10 @@
1632809015, 1632809015,
1635408202, 1635408202,
1638003811, 1638003811,
1640603014 1640603014,
1643202224
], ],
"LastUpdateScan": 1640603014, "LastUpdateScan": 1643202224,
"FirstSeen": 1577056167 "FirstSeen": 1577056167
}, },
{ {
@ -105822,9 +105836,10 @@
1632809016, 1632809016,
1635408202, 1635408202,
1638003811, 1638003811,
1640603015 1640603015,
1643202224
], ],
"LastUpdateScan": 1640603015, "LastUpdateScan": 1643202224,
"FirstSeen": 1570637117 "FirstSeen": 1570637117
}, },
{ {
@ -108737,9 +108752,10 @@
1632809016, 1632809016,
1635408203, 1635408203,
1638003812, 1638003812,
1640603015 1640603015,
1643202225
], ],
"LastUpdateScan": 1640603015, "LastUpdateScan": 1643202225,
"FirstSeen": 1570363768 "FirstSeen": 1570363768
}, },
{ {
@ -111827,7 +111843,7 @@
"Privileged": "true", "Privileged": "true",
"Support": "https://forums.unraid.net/topic/118390-support-josh5-steam-headless/", "Support": "https://forums.unraid.net/topic/118390-support-josh5-steam-headless/",
"Project": "https://store.steampowered.com/", "Project": "https://store.steampowered.com/",
"Overview": "Headless Steam Service\r\nPlay your games in the browser with audio. Connect another device and use it with Steam Remote Play. \r\n\r\n## Features:\r\n- Full video/audio noVNC web access to a Xfce4 Desktop\r\n- NVIDIA GPU support\r\n- Full controller support (requires ich777's uinput plugin installed)\r\n- SSH server for remote terminal access (port 2222)\r\n- Root access\r\n- Based on Debain Bullseye\r\n\r\n---\r\n## Notes:\r\n\r\n### ADDITIONAL SOFTWARE:\r\nIf you wish to install additional applications, you can generate a\r\nscript inside the `~/init.d` directory ending with \".sh\". This will be executed on the container startup.\r\n\r\n### STORAGE PATHS:\r\nEverything that you wish to save in this container should be stored in the home directory or a docker container mount that you have specified. All files that are store outside your home directory are not persistent and will be wiped if there is an update of the container or you change something in the template.\r\n\r\n### GAMES LIBRARY:\r\nIt is recommended that you mount your games library to `/games` and configure Steam to add that path.\r\n\r\n### AUTO START APPLICATIONS:\r\nIn this container, Steam is configured to automatically start. If you wish to add additional services to automatically start, add them under **Applications > Settings > Session and Startup** in the WebUI.\r\n\r\n### NETWORK MODE:\r\nIf you want to use the container as a Steam Remote Play (previously \"In Home Streaming\") host device you should set the **\"Network Type:\"** to *\"Host\"*. This is a requirement for controller hardware to work and to prevent traffic being routed through the internet since Steam thinks you are on a different network.\r\n\r\n### NVIDIA GPU:\r\nTo enable NVIDIA GPU support, ensure that you have the *\"--runtime=nvidia\"* parameter added to **\"Extra Parameters:\"**\r\n\r\n### USING HOST X SERVER:\r\nIf your host is already running X, you can just use that. To do this, be sure to configure:\r\n - DISPLAY=:0 \r\n **(Variable)** - *Configures the sceen to use the primary display. Set this to whatever your host is using*\r\n - MODE=secondary \r\n **(Variable)** - *Configures the container to not start an X server of its own*\r\n - HOST_DBUS=true \r\n **(Variable)** - *Optional - Configures the container to use the host dbus process*\r\n - /run/dbus:/run/dbus:ro \r\n **(Mount)** - *Optional - Configures the container to use the host dbus process*\r\n", "Overview": "Headless Steam Service\r\nPlay your games in the browser with audio. Connect another device and use it with Steam Remote Play. \r\n\r\n## Features:\r\n- Full video/audio noVNC web access to a Xfce4 Desktop\r\n- NVIDIA GPU support\r\n- Full controller support (requires ich777's uinput plugin installed)\r\n- SSH server for remote terminal access (port 2222)\r\n- Root access\r\n- Based on Debain Bullseye\r\n\r\n---\r\n## Notes:\r\n\r\n### ADDITIONAL SOFTWARE:\r\nIf you wish to install additional applications, you can generate a\r\nscript inside the `~/init.d` directory ending with \".sh\". This will be executed on the container startup.\r\n\r\n### STORAGE PATHS:\r\nEverything that you wish to save in this container should be stored in the home directory or a docker container mount that you have specified. All files that are store outside your home directory are not persistent and will be wiped if there is an update of the container or you change something in the template.\r\n\r\n### GAMES LIBRARY:\r\nIt is recommended that you mount your games library to `/mnt/games` and configure Steam to add that path.\r\n\r\n### AUTO START APPLICATIONS:\r\nIn this container, Steam is configured to automatically start. If you wish to add additional services to automatically start, add them under **Applications > Settings > Session and Startup** in the WebUI.\r\n\r\n### NETWORK MODE:\r\nIf you want to use the container as a Steam Remote Play (previously \"In Home Streaming\") host device you should set the **\"Network Type:\"** to *\"Host\"*. This is a requirement for controller hardware to work and to prevent traffic being routed through the internet since Steam thinks you are on a different network.\r\n\r\n### NVIDIA GPU:\r\nTo enable NVIDIA GPU support, ensure that you have the *\"--runtime=nvidia\"* parameter added to **\"Extra Parameters:\"**\r\n\r\n### USING HOST X SERVER:\r\nIf your host is already running X, you can just use that. To do this, be sure to configure:\r\n - DISPLAY=:0 \r\n **(Variable)** - *Configures the sceen to use the primary display. Set this to whatever your host is using*\r\n - MODE=secondary \r\n **(Variable)** - *Configures the container to not start an X server of its own*\r\n - HOST_DBUS=true \r\n **(Variable)** - *Optional - Configures the container to use the host dbus process*\r\n - /run/dbus:/run/dbus:ro \r\n **(Mount)** - *Optional - Configures the container to use the host dbus process*\r\n",
"WebUI": "http://[IP]:[PORT:8083]/", "WebUI": "http://[IP]:[PORT:8083]/",
"TemplateURL": "https://raw.githubusercontent.com/Josh5/unraid-docker-templates/master/josh5/steam-headless.xml", "TemplateURL": "https://raw.githubusercontent.com/Josh5/unraid-docker-templates/master/josh5/steam-headless.xml",
"Icon": "https://raw.githubusercontent.com/Josh5/docker-steam-headless/master/images/steam-icon.png", "Icon": "https://raw.githubusercontent.com/Josh5/docker-steam-headless/master/images/steam-icon.png",
@ -111855,7 +111871,7 @@
{ {
"@attributes": { "@attributes": {
"Name": "Games", "Name": "Games",
"Target": "/games", "Target": "/mnt/games",
"Default": "/mnt/user/Games", "Default": "/mnt/user/Games",
"Mode": "rw", "Mode": "rw",
"Description": "Option path to your games.\r\nThis path will need to also be configured in Steam after the first boot.", "Description": "Option path to your games.\r\nThis path will need to also be configured in Steam after the first boot.",
@ -137206,8 +137222,8 @@
"Backup", "Backup",
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 29365, "downloads": 31647,
"trending": 8.033, "trending": 7.211,
"trends": [ "trends": [
10.675, 10.675,
11.166, 11.166,
@ -137219,7 +137235,8 @@
7.808, 7.808,
7.807, 7.807,
8.228, 8.228,
8.033 8.033,
7.211
], ],
"trendsDate": [ "trendsDate": [
1614618160, 1614618160,
@ -137232,7 +137249,8 @@
1632809016, 1632809016,
1635408203, 1635408203,
1638003812, 1638003812,
1640603015 1640603015,
1643202225
], ],
"downloadtrend": [ "downloadtrend": [
10937, 10937,
@ -137246,11 +137264,12 @@
22849, 22849,
24784, 24784,
27006, 27006,
29365 29365,
31647
], ],
"LastUpdateScan": 1640603015, "LastUpdateScan": 1643202225,
"FirstSeen": 1575644745, "FirstSeen": 1575644745,
"topTrending": -2.6420000000000012 "topTrending": -3.4640000000000004
}, },
{ {
"Name": "Artifactory-OSS", "Name": "Artifactory-OSS",

View File

@ -61415,7 +61415,7 @@
"Base": null, "Base": null,
"Downloads": null, "Downloads": null,
"Stars": null, "Stars": null,
"Time": 1640610214, "Time": 1643209417,
"trending": null, "trending": null,
"trends": null, "trends": null,
"downloadtrend": null, "downloadtrend": null,
@ -61950,5 +61950,15 @@
"trends": null, "trends": null,
"downloadtrend": null, "downloadtrend": null,
"trendsDate": null "trendsDate": null
},
"hernandito/cloudcommander": {
"Base": null,
"Downloads": 171,
"Stars": null,
"Time": 1643209417,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"caFixed": 327, "caFixed": 328,
"fixedTemplates": { "fixedTemplates": {
"smdion's Repository": { "smdion's Repository": {
"smdion/docker-h5ai": [ "smdion/docker-h5ai": [
@ -50,6 +50,9 @@
"hernandito/docker-apache-php-adminer": [ "hernandito/docker-apache-php-adminer": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]/" "Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]/"
], ],
"hernandito/cloudcommander": [
"Custom Networking Detected"
],
"hernandito/filebrowser": [ "hernandito/filebrowser": [
"Custom Networking Detected" "Custom Networking Detected"
], ],