This commit is contained in:
Andrew Z 2021-02-17 12:03:03 -05:00
parent 61da86301d
commit 28296b2d21
5 changed files with 553 additions and 28 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1613574156
"last_updated_timestamp": 1613581381
}

View File

@ -80074,21 +80074,23 @@
"CategoryList": [
"GameServers"
],
"downloads": 69947,
"trending": 10.659,
"downloads": 82029,
"trending": 14.729,
"trends": [
45.488,
36.453,
30.951,
8.545,
10.659
10.659,
14.729
],
"trendsDate": [
1600589273,
1603188529,
1605784134,
1608383306,
1610982739
1610982739,
1613581379
],
"downloadtrend": [
13670,
@ -80096,9 +80098,10 @@
39462,
57151,
62491,
69947
69947,
82029
],
"LastUpdateScan": 1610982739,
"LastUpdateScan": 1613581379,
"FirstSeen": 1592792024
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1153,
"last_updated_timestamp": 1613574156,
"last_updated": "2021-02-17 10:02",
"last_updated_timestamp": 1613581381,
"last_updated": "2021-02-17 12:03",
"categories": [
{
"Cat": "Backup:",
@ -80232,21 +80232,23 @@
"CategoryList": [
"GameServers"
],
"downloads": 69947,
"trending": 10.659,
"downloads": 82029,
"trending": 14.729,
"trends": [
45.488,
36.453,
30.951,
8.545,
10.659
10.659,
14.729
],
"trendsDate": [
1600589273,
1603188529,
1605784134,
1608383306,
1610982739
1610982739,
1613581379
],
"downloadtrend": [
13670,
@ -80254,9 +80256,10 @@
39462,
57151,
62491,
69947
69947,
82029
],
"LastUpdateScan": 1610982739,
"LastUpdateScan": 1613581379,
"FirstSeen": 1592792024
},
{

View File

@ -79955,7 +79955,7 @@
"CPUset": "",
"DonateText": "Buy me a coffee if you like.",
"DonateLink": "https://checkout.square.site/pay/340d93c602a042b8a223a2f7c184a6a2",
"Date": 1610600400,
"Date": 1613538000,
"Networking": {
"Mode": "host",
"Publish": {
@ -80118,7 +80118,7 @@
"CPUset": "",
"DonateText": "Buy me a coffee if you like.",
"DonateLink": "https://checkout.square.site/pay/340d93c602a042b8a223a2f7c184a6a2",
"Date": 1610600400,
"Date": 1613538000,
"Networking": {
"Mode": "host",
"Publish": {
@ -80299,7 +80299,7 @@
"CPUset": "",
"DonateText": "Buy me a coffee if you like.",
"DonateLink": "https://checkout.square.site/pay/340d93c602a042b8a223a2f7c184a6a2",
"Date": 1610600400,
"Date": 1613538000,
"Networking": {
"Mode": "host",
"Publish": {
@ -80480,7 +80480,7 @@
"CPUset": "",
"DonateText": "Buy me a coffee if you like.",
"DonateLink": "https://checkout.square.site/pay/340d93c602a042b8a223a2f7c184a6a2",
"Date": 1610600400,
"Date": 1613538000,
"Networking": {
"Mode": "host",
"Publish": {
@ -152192,9 +152192,20 @@
"Downloaders",
"MediaApp-Other"
],
"downloads": 43426,
"stars": 1,
"LastUpdateScan": 1610975259,
"downloads": 215425,
"stars": 2,
"trending": 79.842,
"trends": [
79.842
],
"trendsDate": [
1613574154
],
"downloadtrend": [
43426,
215425
],
"LastUpdateScan": 1613574154,
"FirstSeen": 1608376120
},
{
@ -190356,6 +190367,511 @@
"LastUpdateScan": 1613481065,
"FirstSeen": 1613481065
},
{
"Name": "kutt",
"Repository": "kutt/kutt",
"Registry": "https://hub.docker.com/r/kutt/kutt/",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/thedevs-network/kutt/issues",
"Project": "https://kutt.it/",
"Overview": "Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.\r\rThis container requires Redis a Postgres database and a functioning FQDN!\r\rSetup:\r1. Install the Postgres container from your Apps tab.\r2. Create a database an user.\r3. Give the user permissions on the created database.\r4. Install the Redis container from your Apps tab.\r5. Setup an email account which Kutt can use. (technically optional but highly recommended!)\r6. Setup an your preferred method of exposing Kutt to the outside world.\r7. Fill out this template.\r\rOptional:\r1. Setup Google Safe Browsing\r2. Setup Google Analytics",
"WebUI": "http://[IP]:[PORT:3000]",
"Icon": "https://raw.githubusercontent.com/C4ArtZ/Unraid-Templates/master/templates/icons/kutt.png",
"Config": [
{
"@attributes": {
"Name": "WebUI Port",
"Target": "3000",
"Default": "8080",
"Mode": "tcp",
"Description": "Container Port: 3000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database host",
"Target": "DB_HOST",
"Default": "",
"Mode": "",
"Description": "IP of your Postgres instance",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database port",
"Target": "DB_PORT",
"Default": "5432",
"Mode": "",
"Description": "Port of your postgres instance",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database name",
"Target": "DB_NAME",
"Default": "kutt",
"Mode": "",
"Description": "Name of your database. Make sure the database is already created and your user has the needed permissions!",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database user",
"Target": "DB_USER",
"Default": "kutt",
"Mode": "",
"Description": "Name of your database user",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Database password",
"Target": "DB_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password of your database user",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Database SSL",
"Target": "DB_SSL",
"Default": "false",
"Mode": "",
"Description": "Use SSL for database connection",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis host",
"Target": "REDIS_HOST",
"Default": "",
"Mode": "",
"Description": "IP of your Redis instance",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis",
"Target": "REDIS_PORT",
"Default": "6379",
"Mode": "",
"Description": "Port of your Redis instance",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Redis password",
"Target": "REDIS_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password for your Redis instance. Leave blank if you didn't set one!",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Mail host",
"Target": "MAIL_HOST",
"Default": "",
"Mode": "",
"Description": "Hostname (FQDN or IP) of your mail provider. Used to send verification emails",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Mail port",
"Target": "MAIL_PORT",
"Default": "",
"Mode": "",
"Description": "Port of your mail provider. 25 (unencrypted), 587 (TLS), 465 (SMTPS)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Mail secure",
"Target": "MAIL_SECURE",
"Default": "false",
"Mode": "",
"Description": "Set to true if using port 465",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Mail user",
"Target": "MAIL_USER",
"Default": "",
"Mode": "",
"Description": "Your email username. Most likely your email address",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Mail password",
"Target": "MAIL_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Password of your email user",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Mail from",
"Target": "MAIL_FROM",
"Default": "",
"Mode": "",
"Description": "Sender address",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Admin emails",
"Target": "ADMIN_EMAILS",
"Default": "",
"Mode": "",
"Description": "Comma seperated list of admin email adresses",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Report email",
"Target": "REPORT_EMAIL",
"Default": "",
"Mode": "",
"Description": "The email address that will receive submitted reports",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Contact email",
"Target": "CONTACT_EMAIL",
"Default": "",
"Mode": "",
"Description": "Support email to show on the app",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Domain",
"Target": "DEFAULT_DOMAIN",
"Default": "",
"Mode": "",
"Description": "The domain that this website is on",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Site name",
"Target": "SITE_NAME",
"Default": "Kutt",
"Mode": "",
"Description": "The name of the site where Kutt is hosted",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Link length",
"Target": "LINK_LENGTH",
"Default": "6",
"Mode": "",
"Description": "Generated link length",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Disable registration",
"Target": "DISALLOW_REGISTRATION",
"Default": "false",
"Mode": "",
"Description": "Disable registration",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Disable anonymous link creation",
"Target": "DISALLOW_ANONYMOUS_LINKS",
"Default": "false",
"Mode": "",
"Description": "Disable anonymous link creation",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Daily link limit",
"Target": "USER_LIMIT_PER_DAY",
"Default": "50",
"Mode": "",
"Description": "Default limit for how many links a user can create per day",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Anonymous links cooldown",
"Target": "NON_USER_COOLDOWN",
"Default": "0",
"Mode": "",
"Description": "Number of links anonymous users can create per minute. Ignored if anonymous link creation is disabled",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Max number of stats per link",
"Target": "DEFAULT_MAX_STATS_PER_LINK",
"Default": "5000",
"Mode": "",
"Description": "Max number of visits for each link to have detailed stats",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "JSON Web Token key",
"Target": "JWT_SECRET",
"Default": "securekey",
"Mode": "",
"Description": "A passphrase to encrypt JWT. Use a long and secure key.",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "reCaptcha site key",
"Target": "RECAPTCHA_SITE_KEY",
"Default": "",
"Mode": "",
"Description": "Invisible reCaptcha key. Create one here https://www.google.com/recaptcha/intro/",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "reCaptcha secret key",
"Target": "RECAPTCHA_SECRET_KEY",
"Default": "",
"Mode": "",
"Description": "Container Variable: RECAPTCHA_SECRET_KEY",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Google safe browsing key",
"Target": "GOOGLE_SAFE_BROWSING_KEY",
"Default": "",
"Mode": "",
"Description": "Google Cloud API to prevent from users from submitting malware URLs. Get one from https://developers.google.com/safe-browsing/v4/get-started",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Google Analytics key",
"Target": "GOOGLE_ANALYTICS",
"Default": "",
"Mode": "",
"Description": "your GA key",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Google Analytics universal key",
"Target": "GOOGLE_ANALYTICS_UNIVERSAL",
"Default": "",
"Mode": "",
"Description": "Your universal GA key",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "Internal port",
"Target": "PORT",
"Default": "3000",
"Mode": "",
"Description": "Internal application port. Do not change this!",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "c4artz' Repository",
"TemplateURL": "https://raw.githubusercontent.com/C4ArtZ/Unraid-Templates/master/templates/kutt.xml",
"Category": "Cloud: Tools:Utilities Network:Web",
"OriginalOverview": "Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.\r\r[b]This container requires Redis a Postgres database and a functioning FQDN![b]\r\rSetup:\r1. Install the Postgres container from your Apps tab.\r2. Create a database an user.\r3. Give the user permissions on the created database.\r4. Install the Redis container from your Apps tab.\r5. Setup an email account which Kutt can use. (technically optional but highly recommended!)\r6. Setup an your preferred method of exposing Kutt to the outside world.\r7. Fill out this template.\r\rOptional:\r1. Setup Google Safe Browsing\r2. Setup Google Analytics\r",
"Description": "Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.\r\rThis container requires Redis a Postgres database and a functioning FQDN!\r\rSetup:\r1. Install the Postgres container from your Apps tab.\r2. Create a database an user.\r3. Give the user permissions on the created database.\r4. Install the Redis container from your Apps tab.\r5. Setup an email account which Kutt can use. (technically optional but highly recommended!)\r6. Setup an your preferred method of exposing Kutt to the outside world.\r7. Fill out this template.\r\rOptional:\r1. Setup Google Safe Browsing\r2. Setup Google Analytics",
"templatePath": "/tmp/GitHub/AppFeed/templates/c4artzRepository/templates/kutt.xml",
"CategoryList": [
"Cloud",
"Tools-Utilities",
"Network-Web"
],
"downloads": 303162,
"stars": 5,
"LastUpdateScan": 1613574154,
"FirstSeen": 1613574154
},
{
"Name": "valetudo-mapper",
"Repository": "rand256/valetudo-mapper",

View File

@ -37295,16 +37295,17 @@
},
"fithwum/foundry_vtt": {
"Base": null,
"Downloads": 69947,
"Downloads": 82029,
"Stars": null,
"Time": 1610982739,
"trending": 10.659,
"Time": 1613581379,
"trending": 14.729,
"trends": [
45.488,
36.453,
30.951,
8.545,
10.659
10.659,
14.729
],
"downloadtrend": [
13670,
@ -37312,14 +37313,16 @@
39462,
57151,
62491,
69947
69947,
82029
],
"trendsDate": [
1600589273,
1603188529,
1605784134,
1608383306,
1610982739
1610982739,
1613581379
]
},
"fithwum/teamspeak3": {