This commit is contained in:
Andrew Z 2021-02-25 06:02:35 -05:00
parent b564df8a1f
commit cbb4ed4f82
7 changed files with 1003 additions and 101 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1614236544
"last_updated_timestamp": 1614250953
}

View File

@ -104790,7 +104790,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1611652185,
"LastUpdateScan": 1614250951,
"FirstSeen": 1557086907
},
{
@ -171527,19 +171527,22 @@
"CategoryList": [
"Productivity"
],
"downloads": 13438,
"trending": 12.755,
"downloads": 15539,
"trending": 13.521,
"trends": [
12.755
12.755,
13.521
],
"trendsDate": [
1611652185
1611652185,
1614250951
],
"downloadtrend": [
11724,
13438
13438,
15539
],
"LastUpdateScan": 1611652185,
"LastUpdateScan": 1614250951,
"FirstSeen": 1588262837
},
{
@ -174450,17 +174453,445 @@
"FirstSeen": 1593270239
},
{
"TemplatePath": "/tmp/appFeed/templates/SycotixRepository/ghost/ghost.xml",
"errors": [
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Container line 2 and Config",
"Extra content at the end of the document",
"Opening and ending tag mismatch: Container line 2 and Config",
"Extra content at the end of the document"
"Name": "Ghost",
"Repository": "bitnami/ghost",
"Registry": "https://hub.docker.com/r/bitnami/ghost/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://bit.ly/2MwDPTV",
"Project": "https://github.com/TryGhost/Ghost",
"Overview": "Ghost is a free and open-source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications. This version includes mapping for MariaDB and SMTP. Big credits to Bitnami for the amazing image. Another fine product, brought to you by IBRACORP.",
"WebUI": "http://[IP]:[PORT:2368]/",
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/ghost/ghost.xml",
"Icon": "https://i.imgur.com/bPEsHjz.png",
"PostArgs": "",
"CPUset": "",
"DonateText": "Help support my work by buying me a beer",
"DonateLink": "https://bit.ly/3r3Ntg2",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "2368",
"ContainerPort": "2368",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/ghost",
"ContainerDir": "/bitnami",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
{
"Value": "ghost.example.com",
"Name": "GHOST_HOST",
"Mode": ""
},
{
"Value": "user@example.com",
"Name": "GHOST_EMAIL",
"Mode": ""
},
{
"Value": "User's Blog",
"Name": "BLOG_TITLE",
"Mode": ""
},
{
"Value": "192.168.1.100",
"Name": "MARIADB_HOST",
"Mode": ""
},
{
"Value": "3306",
"Name": "MARIADB_PORT_NUMBER",
"Mode": ""
},
{
"Value": "ghost",
"Name": "GHOST_DATABASE_NAME",
"Mode": ""
},
{
"Value": "ghost",
"Name": "GHOST_DATABASE_USER",
"Mode": ""
},
{
"Value": "password",
"Name": "GHOST_DATABASE_PASSWORD",
"Mode": ""
},
{
"Value": "no",
"Name": "ALLOW_EMPTY_PASSWORD",
"Mode": ""
},
{
"Value": "smtp.gmail.com",
"Name": "SMTP_HOST",
"Mode": ""
},
{
"Value": "587",
"Name": "SMTP_PORT",
"Mode": ""
},
{
"Value": "your_email@gmail.com",
"Name": "SMTP_USER",
"Mode": ""
},
{
"Value": "password",
"Name": "SMTP_PASSWORD",
"Mode": ""
},
{
"Value": "you@domain.com",
"Name": "SMTP_FROM_ADDRESS",
"Mode": ""
},
{
"Value": "GMail",
"Name": "SMTP_SERVICE",
"Mode": ""
},
{
"Value": "true",
"Name": "SMTP_SECURE_CONNECTION",
"Mode": ""
},
{
"Value": "http",
"Name": "GHOST_PROTOCOL",
"Mode": ""
},
{
"Value": "user",
"Name": "GHOST_USERNAME",
"Mode": ""
},
{
"Value": "bitnami123",
"Name": "GHOST_PASSWORD",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "GHOST_HOST",
"Target": "GHOST_HOST",
"Default": "localhost",
"Mode": "",
"Description": "If you want to access your application from a public IP or hostname you need to set this environment variable to your public IP or hostname. E.g. blog.example.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "ghost.example.com"
},
{
"@attributes": {
"Name": "GHOST_EMAIL",
"Target": "GHOST_EMAIL",
"Default": "user@example.com",
"Mode": "",
"Description": "Ghost application email. Default: user@example.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "user@example.com"
},
{
"@attributes": {
"Name": "BLOG_TITLE",
"Target": "BLOG_TITLE",
"Default": "User's Blog",
"Mode": "",
"Description": "Ghost blog title. Default: User's Blog",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "User's Blog"
},
{
"@attributes": {
"Name": "MARIADB_HOST",
"Target": "MARIADB_HOST",
"Default": "192.168.1.100",
"Mode": "",
"Description": "Hostname for MariaDB server. Default: mariadb",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "192.168.1.100"
},
{
"@attributes": {
"Name": "MARIADB_PORT_NUMBER",
"Target": "MARIADB_PORT_NUMBER",
"Default": "3306",
"Mode": "",
"Description": "Port used by MariaDB server. Default: 3306",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3306"
},
{
"@attributes": {
"Name": "GHOST_DATABASE_NAME",
"Target": "GHOST_DATABASE_NAME",
"Default": "ghost",
"Mode": "",
"Description": "Database name that Ghost will use to connect with the database. Default: bitnami_ghost",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "ghost"
},
{
"@attributes": {
"Name": "GHOST_DATABASE_USER",
"Target": "GHOST_DATABASE_USER",
"Default": "ghost",
"Mode": "",
"Description": "Database user that Ghost will use to connect with the database. Default: bn_ghost",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "ghost"
},
{
"@attributes": {
"Name": "GHOST_DATABASE_PASSWORD",
"Target": "GHOST_DATABASE_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Database password that Ghost will use to connect with the database. No defaults.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "ALLOW_EMPTY_PASSWORD",
"Target": "ALLOW_EMPTY_PASSWORD",
"Default": "no",
"Mode": "",
"Description": "It can be used to allow blank passwords. Default: no",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "no"
},
{
"@attributes": {
"Name": "SMTP_HOST",
"Target": "SMTP_HOST",
"Default": "smtp.gmail.com",
"Mode": "",
"Description": "SMTP host. E.g. smtp.gmail.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "smtp.gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "587",
"Mode": "",
"Description": "SMTP port. E.g. 587",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "587"
},
{
"@attributes": {
"Name": "SMTP_USER",
"Target": "SMTP_USER",
"Default": "your_email@gmail.com",
"Mode": "",
"Description": "SMTP account user. E.g. your_email@gmail.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "your_email@gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "password",
"Mode": "",
"Description": "SMTP account password.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "SMTP_FROM_ADDRESS",
"Target": "SMTP_FROM_ADDRESS",
"Default": "you@domain.com",
"Mode": "",
"Description": "SMTP from address.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "you@domain.com"
},
{
"@attributes": {
"Name": "SMTP_SERVICE",
"Target": "SMTP_SERVICE",
"Default": "GMail",
"Mode": "",
"Description": "SMTP service to use. E.g. GMail or Mailgun",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "GMail"
},
{
"@attributes": {
"Name": "SMTP_SECURE_CONNECTION",
"Target": "SMTP_SECURE_CONNECTION",
"Default": "true",
"Mode": "",
"Description": "Use a secure connection for SMTP. true or false",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "GHOST_PROTOCOL",
"Target": "GHOST_PROTOCOL",
"Default": "http",
"Mode": "",
"Description": "Protocol to use in the application URLs. Valid values are https or https. Default: http",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "http"
},
{
"@attributes": {
"Name": "GHOST_USERNAME",
"Target": "GHOST_USERNAME",
"Default": "user",
"Mode": "",
"Description": "Ghost application username. Default: user",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "user"
},
{
"@attributes": {
"Name": "GHOST_PASSWORD",
"Target": "GHOST_PASSWORD",
"Default": " bitnami123",
"Mode": "",
"Description": "Ghost application password. The minimum length is 10 characters. Default: bitnami123",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "bitnami123"
},
{
"@attributes": {
"Name": "WebUI",
"Target": "2368",
"Default": "2368",
"Mode": "tcp",
"Description": "WebUI Port",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "2368"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/bitnami",
"Default": "/mnt/user/appdata/ghost",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/ghost"
}
],
"LastUpdateScan": 1612717620,
"FirstSeen": 1538604219
"Repo": "Sycotix' Repository",
"Date": "1614238708",
"Description": "Ghost is a free and open-source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications. This version includes mapping for MariaDB and SMTP. Big credits to Bitnami for the amazing image. Another fine product, brought to you by IBRACORP.",
"templatePath": "/tmp/GitHub/AppFeed/templates/SycotixRepository/ghost/ghost.xml",
"CategoryList": [
"Productivity"
],
"downloads": 97055512,
"stars": 20,
"LastUpdateScan": 1614157360,
"FirstSeen": 1614157360
},
{
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/jira-servicedesk/jira-servicedesk.xml",
@ -175058,9 +175489,20 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 1016021,
"stars": 11,
"LastUpdateScan": 1611645014,
"downloads": 1035610,
"stars": 12,
"trending": 1.892,
"trends": [
1.892
],
"trendsDate": [
1614250951
],
"downloadtrend": [
1016021,
1035610
],
"LastUpdateScan": 1614250951,
"FirstSeen": 1611645014
},
{
@ -189064,8 +189506,9 @@
"CategoryList": [
"Other"
],
"downloads": 709,
"LastUpdateScan": 1611652185,
"downloads": 46103,
"stars": 4,
"LastUpdateScan": 1614250952,
"FirstSeen": 1611652185
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1164,
"last_updated_timestamp": 1614236544,
"last_updated": "2021-02-25 02:02",
"last_updated_timestamp": 1614250953,
"last_updated": "2021-02-25 06:02",
"categories": [
{
"Cat": "Backup:",
@ -104948,7 +104948,7 @@
"CategoryList": [
"GameServers"
],
"LastUpdateScan": 1611652185,
"LastUpdateScan": 1614250951,
"FirstSeen": 1557086907
},
{
@ -171685,19 +171685,22 @@
"CategoryList": [
"Productivity"
],
"downloads": 13438,
"trending": 12.755,
"downloads": 15539,
"trending": 13.521,
"trends": [
12.755
12.755,
13.521
],
"trendsDate": [
1611652185
1611652185,
1614250951
],
"downloadtrend": [
11724,
13438
13438,
15539
],
"LastUpdateScan": 1611652185,
"LastUpdateScan": 1614250951,
"FirstSeen": 1588262837
},
{
@ -174608,17 +174611,445 @@
"FirstSeen": 1593270239
},
{
"TemplatePath": "/tmp/appFeed/templates/SycotixRepository/ghost/ghost.xml",
"errors": [
"Opening and ending tag mismatch: Registry line 5 and Container",
"EndTag: '</' not found",
"Opening and ending tag mismatch: Container line 2 and Config",
"Extra content at the end of the document",
"Opening and ending tag mismatch: Container line 2 and Config",
"Extra content at the end of the document"
"Name": "Ghost",
"Repository": "bitnami/ghost",
"Registry": "https://hub.docker.com/r/bitnami/ghost/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://bit.ly/2MwDPTV",
"Project": "https://github.com/TryGhost/Ghost",
"Overview": "Ghost is a free and open-source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications. This version includes mapping for MariaDB and SMTP. Big credits to Bitnami for the amazing image. Another fine product, brought to you by IBRACORP.",
"WebUI": "http://[IP]:[PORT:2368]/",
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/ghost/ghost.xml",
"Icon": "https://i.imgur.com/bPEsHjz.png",
"PostArgs": "",
"CPUset": "",
"DonateText": "Help support my work by buying me a beer",
"DonateLink": "https://bit.ly/3r3Ntg2",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "2368",
"ContainerPort": "2368",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/ghost",
"ContainerDir": "/bitnami",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
{
"Value": "ghost.example.com",
"Name": "GHOST_HOST",
"Mode": ""
},
{
"Value": "user@example.com",
"Name": "GHOST_EMAIL",
"Mode": ""
},
{
"Value": "User's Blog",
"Name": "BLOG_TITLE",
"Mode": ""
},
{
"Value": "192.168.1.100",
"Name": "MARIADB_HOST",
"Mode": ""
},
{
"Value": "3306",
"Name": "MARIADB_PORT_NUMBER",
"Mode": ""
},
{
"Value": "ghost",
"Name": "GHOST_DATABASE_NAME",
"Mode": ""
},
{
"Value": "ghost",
"Name": "GHOST_DATABASE_USER",
"Mode": ""
},
{
"Value": "password",
"Name": "GHOST_DATABASE_PASSWORD",
"Mode": ""
},
{
"Value": "no",
"Name": "ALLOW_EMPTY_PASSWORD",
"Mode": ""
},
{
"Value": "smtp.gmail.com",
"Name": "SMTP_HOST",
"Mode": ""
},
{
"Value": "587",
"Name": "SMTP_PORT",
"Mode": ""
},
{
"Value": "your_email@gmail.com",
"Name": "SMTP_USER",
"Mode": ""
},
{
"Value": "password",
"Name": "SMTP_PASSWORD",
"Mode": ""
},
{
"Value": "you@domain.com",
"Name": "SMTP_FROM_ADDRESS",
"Mode": ""
},
{
"Value": "GMail",
"Name": "SMTP_SERVICE",
"Mode": ""
},
{
"Value": "true",
"Name": "SMTP_SECURE_CONNECTION",
"Mode": ""
},
{
"Value": "http",
"Name": "GHOST_PROTOCOL",
"Mode": ""
},
{
"Value": "user",
"Name": "GHOST_USERNAME",
"Mode": ""
},
{
"Value": "bitnami123",
"Name": "GHOST_PASSWORD",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "GHOST_HOST",
"Target": "GHOST_HOST",
"Default": "localhost",
"Mode": "",
"Description": "If you want to access your application from a public IP or hostname you need to set this environment variable to your public IP or hostname. E.g. blog.example.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "ghost.example.com"
},
{
"@attributes": {
"Name": "GHOST_EMAIL",
"Target": "GHOST_EMAIL",
"Default": "user@example.com",
"Mode": "",
"Description": "Ghost application email. Default: user@example.com",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "user@example.com"
},
{
"@attributes": {
"Name": "BLOG_TITLE",
"Target": "BLOG_TITLE",
"Default": "User's Blog",
"Mode": "",
"Description": "Ghost blog title. Default: User's Blog",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "User's Blog"
},
{
"@attributes": {
"Name": "MARIADB_HOST",
"Target": "MARIADB_HOST",
"Default": "192.168.1.100",
"Mode": "",
"Description": "Hostname for MariaDB server. Default: mariadb",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "192.168.1.100"
},
{
"@attributes": {
"Name": "MARIADB_PORT_NUMBER",
"Target": "MARIADB_PORT_NUMBER",
"Default": "3306",
"Mode": "",
"Description": "Port used by MariaDB server. Default: 3306",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "3306"
},
{
"@attributes": {
"Name": "GHOST_DATABASE_NAME",
"Target": "GHOST_DATABASE_NAME",
"Default": "ghost",
"Mode": "",
"Description": "Database name that Ghost will use to connect with the database. Default: bitnami_ghost",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "ghost"
},
{
"@attributes": {
"Name": "GHOST_DATABASE_USER",
"Target": "GHOST_DATABASE_USER",
"Default": "ghost",
"Mode": "",
"Description": "Database user that Ghost will use to connect with the database. Default: bn_ghost",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "ghost"
},
{
"@attributes": {
"Name": "GHOST_DATABASE_PASSWORD",
"Target": "GHOST_DATABASE_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Database password that Ghost will use to connect with the database. No defaults.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "ALLOW_EMPTY_PASSWORD",
"Target": "ALLOW_EMPTY_PASSWORD",
"Default": "no",
"Mode": "",
"Description": "It can be used to allow blank passwords. Default: no",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "no"
},
{
"@attributes": {
"Name": "SMTP_HOST",
"Target": "SMTP_HOST",
"Default": "smtp.gmail.com",
"Mode": "",
"Description": "SMTP host. E.g. smtp.gmail.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "smtp.gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "587",
"Mode": "",
"Description": "SMTP port. E.g. 587",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "587"
},
{
"@attributes": {
"Name": "SMTP_USER",
"Target": "SMTP_USER",
"Default": "your_email@gmail.com",
"Mode": "",
"Description": "SMTP account user. E.g. your_email@gmail.com",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "your_email@gmail.com"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "password",
"Mode": "",
"Description": "SMTP account password.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "password"
},
{
"@attributes": {
"Name": "SMTP_FROM_ADDRESS",
"Target": "SMTP_FROM_ADDRESS",
"Default": "you@domain.com",
"Mode": "",
"Description": "SMTP from address.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "you@domain.com"
},
{
"@attributes": {
"Name": "SMTP_SERVICE",
"Target": "SMTP_SERVICE",
"Default": "GMail",
"Mode": "",
"Description": "SMTP service to use. E.g. GMail or Mailgun",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "GMail"
},
{
"@attributes": {
"Name": "SMTP_SECURE_CONNECTION",
"Target": "SMTP_SECURE_CONNECTION",
"Default": "true",
"Mode": "",
"Description": "Use a secure connection for SMTP. true or false",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "GHOST_PROTOCOL",
"Target": "GHOST_PROTOCOL",
"Default": "http",
"Mode": "",
"Description": "Protocol to use in the application URLs. Valid values are https or https. Default: http",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "http"
},
{
"@attributes": {
"Name": "GHOST_USERNAME",
"Target": "GHOST_USERNAME",
"Default": "user",
"Mode": "",
"Description": "Ghost application username. Default: user",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "user"
},
{
"@attributes": {
"Name": "GHOST_PASSWORD",
"Target": "GHOST_PASSWORD",
"Default": " bitnami123",
"Mode": "",
"Description": "Ghost application password. The minimum length is 10 characters. Default: bitnami123",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "bitnami123"
},
{
"@attributes": {
"Name": "WebUI",
"Target": "2368",
"Default": "2368",
"Mode": "tcp",
"Description": "WebUI Port",
"Type": "Port",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "2368"
},
{
"@attributes": {
"Name": "Appdata",
"Target": "/bitnami",
"Default": "/mnt/user/appdata/ghost",
"Mode": "rw",
"Description": "Appdata",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/ghost"
}
],
"LastUpdateScan": 1612717620,
"FirstSeen": 1538604219
"Repo": "Sycotix' Repository",
"Date": "1614238708",
"Description": "Ghost is a free and open-source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications. This version includes mapping for MariaDB and SMTP. Big credits to Bitnami for the amazing image. Another fine product, brought to you by IBRACORP.",
"templatePath": "/tmp/GitHub/AppFeed/templates/SycotixRepository/ghost/ghost.xml",
"CategoryList": [
"Productivity"
],
"downloads": 97055512,
"stars": 20,
"LastUpdateScan": 1614157360,
"FirstSeen": 1614157360
},
{
"TemplateURL": "https://raw.githubusercontent.com/ibracorp/unraid-templates/master/jira-servicedesk/jira-servicedesk.xml",
@ -175216,9 +175647,20 @@
"MediaServer-Photos",
"MediaServer-Other"
],
"downloads": 1016021,
"stars": 11,
"LastUpdateScan": 1611645014,
"downloads": 1035610,
"stars": 12,
"trending": 1.892,
"trends": [
1.892
],
"trendsDate": [
1614250951
],
"downloadtrend": [
1016021,
1035610
],
"LastUpdateScan": 1614250951,
"FirstSeen": 1611645014
},
{
@ -189222,8 +189664,9 @@
"CategoryList": [
"Other"
],
"downloads": 709,
"LastUpdateScan": 1611652185,
"downloads": 46103,
"stars": 4,
"LastUpdateScan": 1614250952,
"FirstSeen": 1611652185
},
{

View File

@ -1 +1 @@
441
490

View File

@ -163332,9 +163332,9 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 25190946,
"stars": 19,
"trending": 11.979,
"downloads": 28938985,
"stars": 20,
"trending": 12.952,
"trends": [
4.122,
4.474,
@ -163343,7 +163343,8 @@
13.698,
10.37,
9.105,
11.979
11.979,
12.952
],
"trendsDate": [
1593447325,
@ -163353,7 +163354,8 @@
1603843849,
1606440023,
1609038446,
1611637669
1611637669,
1614236542
],
"downloadtrend": [
12351558,
@ -163364,9 +163366,10 @@
18064393,
20154439,
22173272,
25190946
25190946,
28938985
],
"LastUpdateScan": 1611637669,
"LastUpdateScan": 1614236542,
"FirstSeen": 1590847659
},
{
@ -163572,9 +163575,9 @@
"CategoryList": [
"Other"
],
"downloads": 19749457,
"stars": 34,
"trending": 1.91,
"downloads": 20385187,
"stars": 36,
"trending": 3.119,
"trends": [
8.079,
6.33,
@ -163585,7 +163588,8 @@
6.819,
5.011,
1.577,
1.91
1.91,
3.119
],
"trendsDate": [
1588248492,
@ -163597,7 +163601,8 @@
1603843849,
1606440023,
1609038446,
1611637669
1611637669,
1614236543
],
"downloadtrend": [
10407714,
@ -163610,9 +163615,10 @@
18111361,
19066724,
19372179,
19749457
19749457,
20385187
],
"LastUpdateScan": 1611637669,
"LastUpdateScan": 1614236543,
"FirstSeen": 1585649559
},
{

View File

@ -22822,7 +22822,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1611652185,
"Time": 1614250951,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -35280,19 +35280,22 @@
},
"mdschaefer/darktable": {
"Base": null,
"Downloads": 13438,
"Downloads": 15539,
"Stars": null,
"Time": 1611652185,
"trending": 12.755,
"Time": 1614250951,
"trending": 13.521,
"trends": [
12.755
12.755,
13.521
],
"downloadtrend": [
11724,
13438
13438,
15539
],
"trendsDate": [
1611652185
1611652185,
1614250951
]
},
"khlieng/dispatch": {
@ -41718,19 +41721,26 @@
},
"riftbit/serviio": {
"Base": null,
"Downloads": 1016021,
"Stars": 11,
"Time": 1611645014,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
"Downloads": 1035610,
"Stars": 12,
"Time": 1614250951,
"trending": 1.892,
"trends": [
1.892
],
"downloadtrend": [
1016021,
1035610
],
"trendsDate": [
1614250951
]
},
"honeygain/honeygain": {
"Base": null,
"Downloads": 709,
"Stars": null,
"Time": 1611652185,
"Downloads": 46103,
"Stars": 4,
"Time": 1614250952,
"trending": null,
"trends": null,
"downloadtrend": null,

View File

@ -80,52 +80,52 @@
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>smtp.gmail.com</Value>
<Name>SMTP_HOST</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>587</Value>
<Name>SMTP_PORT</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>your_email@gmail.com</Value>
<Name>SMTP_USER</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>password</Value>
<Name>SMTP_PASSWORD</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>you@domain.com</Value>
<Name>SMTP_FROM_ADDRESS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>GMail</Value>
<Name>SMTP_SERVICE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>true</Value>
<Name>SMTP_SECURE_CONNECTION</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>http</Value>
<Name>GHOST_PROTOCOL</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>user</Value>
<Name>GHOST_USERNAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Value>bitnami123</Value>
<Name>GHOST_PASSWORD</Name>
<Mode></Mode>
</Variable>
@ -138,20 +138,20 @@
<Config Name="GHOST_DATABASE_NAME" Target="GHOST_DATABASE_NAME" Default="ghost" Mode="" Description="Database name that Ghost will use to connect with the database. Default: bitnami_ghost" Type="Variable" Display="always" Required="true" Mask="false">ghost</Config>
<Config Name="GHOST_DATABASE_USER" Target="GHOST_DATABASE_USER" Default="ghost" Mode="" Description="Database user that Ghost will use to connect with the database. Default: bn_ghost" Type="Variable" Display="always" Required="true" Mask="false">ghost</Config>
<Config Name="GHOST_DATABASE_PASSWORD" Target="GHOST_DATABASE_PASSWORD" Default="" Mode="" Description="Database password that Ghost will use to connect with the database. No defaults." Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="ALLOW_EMPTY_PASSWORD" Target="ALLOW_EMPTY_PASSWORD" Default="no" Mode="" Description="It can be used to allow blank passwords. Default: no" Type="Variable" Display="always" Required="false" Mask="false">no</Config>
<Config Name="SMTP_HOST" Target="SMTP_HOST" Default="" Mode="" Description="SMTP host. E.g. smtp.gmail.com" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="SMTP_PORT" Target="SMTP_PORT" Default="" Mode="" Description="SMTP port. E.g. 587" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="SMTP_USER" Target="SMTP_USER" Default="" Mode="" Description="SMTP account user. E.g. your_email@gmail.com" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="SMTP_PASSWORD" Target="SMTP_PASSWORD" Default="" Mode="" Description="SMTP account password." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="SMTP_FROM_ADDRESS" Target="SMTP_FROM_ADDRESS" Default="" Mode="" Description="SMTP from address." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="SMTP_SERVICE" Target="SMTP_SERVICE" Default="" Mode="" Description="SMTP service to use. E.g. GMail or Mailgun" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="SMTP_SECURE_CONNECTION" Target="SMTP_SECURE_CONNECTION" Default="" Mode="" Description="Use a secure connection for SMTP. true or false" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="GHOST_PROTOCOL" Target="GHOST_PROTOCOL" Default="" Mode="" Description="Protocol to use in the application URLs. Valid values are https or https. Default: http" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="GHOST_USERNAME" Target="GHOST_USERNAME" Default="" Mode="" Description="Ghost application username. Default: user" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="GHOST_PASSWORD" Target="GHOST_PASSWORD" Default="" Mode="" Description="Ghost application password. The minimum length is 10 characters. Default: bitnami123" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="ALLOW_EMPTY_PASSWORD" Target="ALLOW_EMPTY_PASSWORD" Default="no" Mode="" Description="It can be used to allow blank passwords. Default: no" Type="Variable" Display="always" Required="true" Mask="false">no</Config>
<Config Name="SMTP_HOST" Target="SMTP_HOST" Default="smtp.gmail.com" Mode="" Description="SMTP host. E.g. smtp.gmail.com" Type="Variable" Display="always" Required="true" Mask="false">smtp.gmail.com</Config>
<Config Name="SMTP_PORT" Target="SMTP_PORT" Default="587" Mode="" Description="SMTP port. E.g. 587" Type="Variable" Display="always" Required="true" Mask="false">587</Config>
<Config Name="SMTP_USER" Target="SMTP_USER" Default="your_email@gmail.com" Mode="" Description="SMTP account user. E.g. your_email@gmail.com" Type="Variable" Display="always" Required="true" Mask="false">your_email@gmail.com</Config>
<Config Name="SMTP_PASSWORD" Target="SMTP_PASSWORD" Default="password" Mode="" Description="SMTP account password." Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="SMTP_FROM_ADDRESS" Target="SMTP_FROM_ADDRESS" Default="you@domain.com" Mode="" Description="SMTP from address." Type="Variable" Display="always" Required="true" Mask="false">you@domain.com</Config>
<Config Name="SMTP_SERVICE" Target="SMTP_SERVICE" Default="GMail" Mode="" Description="SMTP service to use. E.g. GMail or Mailgun" Type="Variable" Display="always" Required="true" Mask="false">GMail</Config>
<Config Name="SMTP_SECURE_CONNECTION" Target="SMTP_SECURE_CONNECTION" Default="true" Mode="" Description="Use a secure connection for SMTP. true or false" Type="Variable" Display="always" Required="true" Mask="false">true</Config>
<Config Name="GHOST_PROTOCOL" Target="GHOST_PROTOCOL" Default="http" Mode="" Description="Protocol to use in the application URLs. Valid values are https or https. Default: http" Type="Variable" Display="always" Required="true" Mask="false">http</Config>
<Config Name="GHOST_USERNAME" Target="GHOST_USERNAME" Default="user" Mode="" Description="Ghost application username. Default: user" Type="Variable" Display="always" Required="true" Mask="false">user</Config>
<Config Name="GHOST_PASSWORD" Target="GHOST_PASSWORD" Default=" bitnami123" Mode="" Description="Ghost application password. The minimum length is 10 characters. Default: bitnami123" Type="Variable" Display="always" Required="true" Mask="false">bitnami123</Config>
<Config Name="WebUI" Target="2368" Default="2368" Mode="tcp" Description="WebUI Port" Type="Port" Display="advanced-hide" Required="true" Mask="false">2368</Config>
<Config Name="Appdata" Target="/bitnami" Default="/mnt/user/appdata/ghost" Mode="rw" Description="Appdata" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/ghost</Config>
<Date>1614161374</Date>
<Date>1614238708</Date>
<Description>Ghost is a free and open-source blogging platform written in JavaScript and distributed under the MIT License, designed to simplify the process of online publishing for individual bloggers as well as online publications. This version includes mapping for MariaDB and SMTP. Big credits to Bitnami for the amazing image. Another fine product, brought to you by IBRACORP.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/SycotixRepository/ghost/ghost.xml</templatePath>
</Container>