This commit is contained in:
Andrew Z 2022-08-27 20:03:41 -04:00
parent 2e8b13d9c7
commit d552fd6c9a
7 changed files with 451 additions and 10 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1661637818
"last_updated_timestamp": 1661645018
}

View File

@ -245912,6 +245912,220 @@
"LastUpdate": 1620762619,
"FirstSeen": 1659197017
},
{
"Name": "UniFi-API-Browser",
"Repository": "ahmadnassri/unifi-api-browser",
"Registry": "https://hub.docker.com/r/ahmadnassri/unifi-api-browser",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/126755-support-ahmadnassris-templates/",
"Project": "https://github.com/Art-of-WiFi/UniFi-API-browser",
"Overview": "The API Browser lets you pull raw, JSON formatted data from the API running on your UniFi Controller.\n\n**Connecting to Multiple UniFi Controllers:**\n\nUnifi-API-Browser supports multiple controllers. To use them create a copy of 'users-tempalte.php' and 'config-template.php' and mount them as volumes at '/app/config/config.php' & '/app/config/users.php'",
"WebUI": "http://[IP]:[PORT:8000]",
"Icon": "https://github.com/ubiquiti.png?raw=1",
"Screenshot": [
"https://user-images.githubusercontent.com/12016131/67584206-64f79380-f74d-11e9-8d3d-6cb414179653.png",
"https://user-images.githubusercontent.com/12016131/67584222-6cb73800-f74d-11e9-99fb-e1726944bd24.png",
"https://user-images.githubusercontent.com/12016131/67584232-704abf00-f74d-11e9-9907-a1cadd00bf1b.png",
"https://user-images.githubusercontent.com/12016131/67586311-9e320280-f751-11e9-9576-c0590c951edc.png"
],
"DonateText": "Buy me a coffee",
"DonateLink": "https://github.com/sponsors/ahmadnassri",
"Config": [
{
"@attributes": {
"Name": "UI Port",
"Target": "8000",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8002"
},
{
"@attributes": {
"Name": "UniFi Controller Username",
"Target": "CONTROLLER_USER",
"Default": "",
"Mode": "",
"Description": "the user name for access to the Unifi Controller. NOTE: use a 'Local Access' account, not a 'Ubiquiti Account'.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller Password",
"Target": "CONTROLLER_PASS",
"Default": "",
"Mode": "",
"Description": "the password for access to the Unifi Controller",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller IP",
"Target": "CONTROLLER_IP",
"Default": "",
"Mode": "",
"Description": "IP address of the Unifi Controller",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller Port",
"Target": "CONTROLLER_PORT",
"Default": "443",
"Mode": "",
"Description": "Port if you changed the port UniFi is running on",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller Name",
"Target": "CONTROLLER_NAME",
"Default": "UniFi Controller",
"Mode": "",
"Description": "name for this controller which will be used in the dropdown menu",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Enable Debug Logging",
"Target": "DEBUG",
"Default": "false",
"Mode": "",
"Description": "set to 'true' (without quotes) to enable debug output to the browser and the PHP error log when fetching the sites collection after selecting a controller",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Authentication",
"Target": "UI_AUTH",
"Default": "false",
"Mode": "",
"Description": "enable/disable authentication",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Auth Username",
"Target": "UI_USER",
"Default": "admin",
"Mode": "",
"Description": "username to secure the API Browser instance",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Auth Password",
"Target": "UI_PASS",
"Default": "c7ad44cbad762a5da0a452f9e854fdc1e0e7a52a38015f23f3eab1d80b931dd472634dfac71cd34ebc35d16ab7fb8a90c81f975113d6c7538dc69dd8de9077ec",
"Mode": "",
"Description": "Generate a SHA512 of the password you want and put here, you can use a tool like https://sha512.online/ by default the password is 'admin'",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Theme",
"Target": "UI_THEME",
"Default": "darkly",
"Mode": "",
"Description": "your default theme of choice, pick one from the following list: bootstrap, cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper readable, sandstone, simplex, slate, spacelab, superhero, united, yeti",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Navbar Class",
"Target": "UI_NAVBAR_CLASS",
"Default": "dark",
"Mode": "",
"Description": "class for the main navigation bar, valid options are: light, dark",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Navbar Background Class",
"Target": "UI_NAVBAR_BG_CLASS",
"Default": "dark",
"Mode": "",
"Description": "class for the main navigation bar background, valid options are: primary, secondary, success, danger, warning, info, light, dark, white, transparent",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Ahmad's Repository",
"TemplateURL": "https://raw.githubusercontent.com/ahmadnassri/unraid-templates/master/unifi-api-browser/template.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/AhmadsRepository/unifi-api-browser/template.xml",
"CategoryList": [
"Network-Management"
],
"downloads": 1,
"LastUpdate": 1661643976,
"LastUpdateScan": 1661645018,
"FirstSeen": 1661645018
},
{
"Name": "Verdaccio",
"Repository": "verdaccio/verdaccio",

View File

@ -1,7 +1,7 @@
{
"apps": 1800,
"last_updated_timestamp": 1661637818,
"last_updated": "2022-08-27 18:03",
"apps": 1801,
"last_updated_timestamp": 1661645018,
"last_updated": "2022-08-27 20:03",
"categories": [
{
"Cat": "Backup:",
@ -246074,6 +246074,220 @@
"LastUpdate": 1620762619,
"FirstSeen": 1659197017
},
{
"Name": "UniFi-API-Browser",
"Repository": "ahmadnassri/unifi-api-browser",
"Registry": "https://hub.docker.com/r/ahmadnassri/unifi-api-browser",
"Network": "bridge",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/126755-support-ahmadnassris-templates/",
"Project": "https://github.com/Art-of-WiFi/UniFi-API-browser",
"Overview": "The API Browser lets you pull raw, JSON formatted data from the API running on your UniFi Controller.\n\n**Connecting to Multiple UniFi Controllers:**\n\nUnifi-API-Browser supports multiple controllers. To use them create a copy of 'users-tempalte.php' and 'config-template.php' and mount them as volumes at '/app/config/config.php' & '/app/config/users.php'",
"WebUI": "http://[IP]:[PORT:8000]",
"Icon": "https://github.com/ubiquiti.png?raw=1",
"Screenshot": [
"https://user-images.githubusercontent.com/12016131/67584206-64f79380-f74d-11e9-8d3d-6cb414179653.png",
"https://user-images.githubusercontent.com/12016131/67584222-6cb73800-f74d-11e9-99fb-e1726944bd24.png",
"https://user-images.githubusercontent.com/12016131/67584232-704abf00-f74d-11e9-9907-a1cadd00bf1b.png",
"https://user-images.githubusercontent.com/12016131/67586311-9e320280-f751-11e9-9576-c0590c951edc.png"
],
"DonateText": "Buy me a coffee",
"DonateLink": "https://github.com/sponsors/ahmadnassri",
"Config": [
{
"@attributes": {
"Name": "UI Port",
"Target": "8000",
"Default": "8080",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "8002"
},
{
"@attributes": {
"Name": "UniFi Controller Username",
"Target": "CONTROLLER_USER",
"Default": "",
"Mode": "",
"Description": "the user name for access to the Unifi Controller. NOTE: use a 'Local Access' account, not a 'Ubiquiti Account'.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller Password",
"Target": "CONTROLLER_PASS",
"Default": "",
"Mode": "",
"Description": "the password for access to the Unifi Controller",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller IP",
"Target": "CONTROLLER_IP",
"Default": "",
"Mode": "",
"Description": "IP address of the Unifi Controller",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller Port",
"Target": "CONTROLLER_PORT",
"Default": "443",
"Mode": "",
"Description": "Port if you changed the port UniFi is running on",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UniFi Controller Name",
"Target": "CONTROLLER_NAME",
"Default": "UniFi Controller",
"Mode": "",
"Description": "name for this controller which will be used in the dropdown menu",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Enable Debug Logging",
"Target": "DEBUG",
"Default": "false",
"Mode": "",
"Description": "set to 'true' (without quotes) to enable debug output to the browser and the PHP error log when fetching the sites collection after selecting a controller",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Authentication",
"Target": "UI_AUTH",
"Default": "false",
"Mode": "",
"Description": "enable/disable authentication",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Auth Username",
"Target": "UI_USER",
"Default": "admin",
"Mode": "",
"Description": "username to secure the API Browser instance",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Auth Password",
"Target": "UI_PASS",
"Default": "c7ad44cbad762a5da0a452f9e854fdc1e0e7a52a38015f23f3eab1d80b931dd472634dfac71cd34ebc35d16ab7fb8a90c81f975113d6c7538dc69dd8de9077ec",
"Mode": "",
"Description": "Generate a SHA512 of the password you want and put here, you can use a tool like https://sha512.online/ by default the password is 'admin'",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Theme",
"Target": "UI_THEME",
"Default": "darkly",
"Mode": "",
"Description": "your default theme of choice, pick one from the following list: bootstrap, cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper readable, sandstone, simplex, slate, spacelab, superhero, united, yeti",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Navbar Class",
"Target": "UI_NAVBAR_CLASS",
"Default": "dark",
"Mode": "",
"Description": "class for the main navigation bar, valid options are: light, dark",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UI Navbar Background Class",
"Target": "UI_NAVBAR_BG_CLASS",
"Default": "dark",
"Mode": "",
"Description": "class for the main navigation bar background, valid options are: primary, secondary, success, danger, warning, info, light, dark, white, transparent",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Ahmad's Repository",
"TemplateURL": "https://raw.githubusercontent.com/ahmadnassri/unraid-templates/master/unifi-api-browser/template.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/AhmadsRepository/unifi-api-browser/template.xml",
"CategoryList": [
"Network-Management"
],
"downloads": 1,
"LastUpdate": 1661643976,
"LastUpdateScan": 1661645018,
"FirstSeen": 1661645018
},
{
"Name": "Verdaccio",
"Repository": "verdaccio/verdaccio",

View File

@ -2373,5 +2373,6 @@
"ghcr.io/guydavis/machinaris-mint": 1661285028,
"ghcr.io/guydavis/machinaris-tad": 1661285028,
"ghcr.io/guydavis/machinaris-wheat": 1661285029,
"ghcr.io/enchant97/web-portal:2": 1661601813
"ghcr.io/enchant97/web-portal:2": 1661601813,
"ahmadnassri/unifi-api-browser": 1661645018
}

View File

@ -3011,6 +3011,7 @@ Processing /tmp/appFeed/templates/KilrahsRepository/templates/subversion.xml...S
Downloading Ahmad's Repository: https://github.com/ahmadnassri/unraid-templates -> /tmp/appFeed/templates/AhmadsRepository Success!
Processing /tmp/appFeed/templates/AhmadsRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/AhmadsRepository/unifi-api-browser/template.xml...Success
Processing /tmp/appFeed/templates/AhmadsRepository/verdaccio/template.xml...Success
Processing /tmp/appFeed/templates/AhmadsRepository/vscode-server/template.xml...Success
@ -3050,8 +3051,8 @@ Processing /tmp/appFeed/templates/AerilymsRepository/aerilym/photoprism-helper.x
Updating stats on containers
borgbase/vorta-docker
ghcr.io/borgbase/vorta-docker Downloads: Stars: Base: unknown
ahmadnassri/unifi-api-browser
ahmadnassri/unifi-api-browser Downloads: 1 Stars: 0 Base: unknown
Updating GitHub

View File

@ -55705,7 +55705,7 @@
"TemplateURL": "https://raw.githubusercontent.com/dlandon/docker.templates/master/tips.and.tweaks.xml",
"Licence": "GPL Licensed",
"Repository": "https://raw.githubusercontent.com/dlandon/tips.and.tweaks/master/tips.and.tweaks.plg",
"pluginVersion": "2022.08.27",
"pluginVersion": "2022.08.27a",
"Overview": "Tips and Tweaks gives you tips on issues in certain versions of Unraid and lets you make some adjustments to Ethernet NIC(s), disk cache settings, and CPU scaling governors that can potentially help with performance and latency issues.",
"Date": 1661572800,
"templatePath": "/tmp/GitHub/AppFeed/templates/dlandonsRepository/tips.and.tweaks.xml",
@ -161935,7 +161935,6 @@
"MediaApp-Books"
],
"downloads": 414002,
"LastUpdate": 1635502002,
"trending": 0.035,
"trends": [
0.207,
@ -161960,6 +161959,7 @@
414002
],
"LastUpdateScan": 1661630617,
"LastUpdate": 1635502002,
"FirstSeen": 1648634605,
"topTrending": -0.172
},
@ -226541,7 +226541,7 @@
"Backup",
"Tools-Utilities"
],
"LastUpdateScan": 1659038645,
"LastUpdateScan": 1661637818,
"FirstSeen": 1646046195
},
{

View File

@ -65077,5 +65077,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": null
},
"ahmadnassri/unifi-api-browser": {
"Base": null,
"Downloads": 1,
"Stars": null,
"Time": 1661645018,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1661643976
}
}