This commit is contained in:
Andrew Z 2021-07-03 06:03:03 -04:00
parent b1a30d3e1d
commit aecc9eb748
4 changed files with 241 additions and 7 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1625299387
"last_updated_timestamp": 1625306579
}

View File

@ -209824,6 +209824,16 @@
"LastUpdateScan": 1625191390,
"FirstSeen": 1625191390
},
{
"TemplatePath": "/tmp/appFeed/templates/AlphacosmosRepository/Developer-profile/Devprofile.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"LastUpdateScan": 1623110587,
"FirstSeen": 1538604219,
"Blacklist": true,
"ModeratorComment": "Blacklisted as a precaution due to security violations in another template"
},
{
"Name": "posterr",
"Repository": "petersem/posterr",

View File

@ -1,7 +1,7 @@
{
"apps": 1294,
"last_updated_timestamp": 1625299387,
"last_updated": "2021-07-03 04:03",
"apps": 1295,
"last_updated_timestamp": 1625306579,
"last_updated": "2021-07-03 06:02",
"categories": [
{
"Cat": "Backup:",
@ -209986,6 +209986,16 @@
"LastUpdateScan": 1625191390,
"FirstSeen": 1625191390
},
{
"TemplatePath": "/tmp/appFeed/templates/AlphacosmosRepository/Developer-profile/Devprofile.xml",
"errors": [
"Not an unRaid Application (no Repository or PluginURL entry)"
],
"LastUpdateScan": 1623110587,
"FirstSeen": 1538604219,
"Blacklist": true,
"ModeratorComment": "Blacklisted as a precaution due to security violations in another template"
},
{
"Name": "posterr",
"Repository": "petersem/posterr",

View File

@ -37091,7 +37091,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1625292186,
"FirstSeen": 1617497374
},
{
@ -199029,12 +199028,227 @@
"Name": "Nginx-Proxy-Manager-Official",
"Repository": "jc21/nginx-proxy-manager",
"Registry": "https://hub.docker.com/r/jc21/nginx-proxy-manager",
"Network": "br0",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/110245-support-nginx-proxy-manager-npm-official/",
"Project": "https://nginxproxymanager.com/",
"Overview": "Nginx Proxy Manager (NPM) allows adding proxy hosts through a password-protected multi-user WebUI. Add free Let's Encrypt SSL certificates to secure your web services. They are renewed by NPM automatically.\r\n\r\nDefault login:\r\nadmin@example.com\r\n\r\nPassword:\r\nchangeme",
"WebUI": "http://[IP]:[PORT:81]",
"TemplateURL": "https://raw.githubusercontent.com/mgutt/unraid-docker-templates/main/mgutt/Nginx-Proxy-Manager-Official.xml",
"Icon": "https://nginxproxymanager.com/icon.png",
"Blacklist": true,
"ModeratorComment": "Blacklisted due to security violations (Extra Commands In Docker Run Command)",
"ExtraParams": "--memory=1G --no-healthcheck",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "br0",
"Publish": {
"Port": [
{
"HostPort": "81",
"ContainerPort": "81",
"Protocol": "tcp"
},
{
"HostPort": "80",
"ContainerPort": "80",
"Protocol": "tcp"
},
{
"HostPort": "443",
"ContainerPort": "443",
"Protocol": "tcp"
}
]
}
},
"Data": {
"Volume": [
{
"HostDir": "/mnt/cache/appdata/Nginx-Proxy-Manager-Official/data",
"ContainerDir": "/data",
"Mode": "rw"
},
{
"HostDir": "/mnt/cache/appdata/Nginx-Proxy-Manager-Official/letsencrypt",
"ContainerDir": "/etc/letsencrypt",
"Mode": "rw"
}
]
},
"Environment": {
"Variable": [
{
"Value": "",
"Name": "DB_MYSQL_HOST",
"Mode": ""
},
{
"Value": "3306",
"Name": "DB_MYSQL_PORT",
"Mode": ""
},
{
"Value": "npm",
"Name": "DB_MYSQL_USER",
"Mode": ""
},
{
"Value": "",
"Name": "DB_MYSQL_PASSWORD",
"Mode": ""
},
{
"Value": "npm",
"Name": "DB_MYSQL_NAME",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "WebUI",
"Target": "81",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 81",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "81"
},
{
"@attributes": {
"Name": "HTTP Port",
"Target": "80",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 80",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "80"
},
{
"@attributes": {
"Name": "HTTPS Port",
"Target": "443",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 443",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "443"
},
{
"@attributes": {
"Name": "MariaDB Host",
"Target": "DB_MYSQL_HOST",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_MYSQL_HOST",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "MariaDB Port",
"Target": "DB_MYSQL_PORT",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_MYSQL_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3306"
},
{
"@attributes": {
"Name": "MariaDB User",
"Target": "DB_MYSQL_USER",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_MYSQL_USER",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "npm"
},
{
"@attributes": {
"Name": "MariaDB Password",
"Target": "DB_MYSQL_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_MYSQL_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "MariaDB Database Name",
"Target": "DB_MYSQL_NAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: DB_MYSQL_NAME",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "npm"
},
{
"@attributes": {
"Name": "Data",
"Target": "/data",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /data",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache/appdata/Nginx-Proxy-Manager-Official/data"
},
{
"@attributes": {
"Name": "Certificates",
"Target": "/etc/letsencrypt",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /etc/letsencrypt",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/cache/appdata/Nginx-Proxy-Manager-Official/letsencrypt"
}
],
"Repo": "mgutt's Repository",
"Date": "1625175882",
"Description": "Nginx Proxy Manager (NPM) allows adding proxy hosts through a password-protected multi-user WebUI. Add free Let's Encrypt SSL certificates to secure your web services. They are renewed by NPM automatically.\r\n\r\nDefault login:\r\nadmin@example.com\r\n\r\nPassword:\r\nchangeme",
"templatePath": "/tmp/GitHub/AppFeed/templates/mguttsRepository/mgutt/Nginx-Proxy-Manager-Official.xml",
"CategoryList": [