mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-01 21:09:55 +00:00
Update
This commit is contained in:
parent
18be39d60a
commit
a8581caea3
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1637183023
|
||||
"last_updated_timestamp": 1637190223
|
||||
}
|
@ -127313,46 +127313,31 @@
|
||||
},
|
||||
{
|
||||
"Name": "ferdi-server",
|
||||
"Repository": "getferdi/ferdi-server",
|
||||
"Repository": "getferdi/ferdi-server:latest",
|
||||
"Registry": "https://github.com/getferdi/ferdi-server",
|
||||
"Network": "docker_net",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/83813-support-xthursdayx-ferdi-server/",
|
||||
"Project": "https://github.com/getferdi/server",
|
||||
"Overview": "Ferdi is a hard-fork of Franz, a messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.\n [br][br]\n Ferdi-server is an unofficial replacement of the Franz server for use with the Ferdi Client.",
|
||||
"WebUI": "http://[IP]:[PORT:80]/",
|
||||
"Overview": "Ferdi is a hard-fork of Franz, a messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.\r\n \r\n\r\n\r\n Ferdi-server is an unofficial replacement of the Franz server for use with the Ferdi Client.",
|
||||
"WebUI": "http://[IP]:[PORT:3333]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/ferdi-server.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/images/ferdi-icon.png",
|
||||
"ExtraParams": "--restart unless-stopped",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"DonateText": "\u200b If you appreciate my work please consider buying me a coffee, cheers!\u00a0\ud83d\ude01 \u00a0 \u200b",
|
||||
"DonateLink": "https://www.buymeacoffee.com/xthursdayx",
|
||||
"Networking": {
|
||||
"Mode": "docker_net"
|
||||
},
|
||||
"Requires": "",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Port 1",
|
||||
"Target": "80",
|
||||
"Default": "80",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3333"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "NODE_ENV",
|
||||
"Target": "NODE_ENV",
|
||||
"Default": "development",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: NODE_ENV",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127364,9 +127349,9 @@
|
||||
"@attributes": {
|
||||
"Name": "EXTERNAL_DOMAIN",
|
||||
"Target": "EXTERNAL_DOMAIN",
|
||||
"Default": "ferdi.vulf.stream",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: EXTERNAL_DOMAIN",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127380,13 +127365,13 @@
|
||||
"Target": "DB_CONNECTION",
|
||||
"Default": "sqlite",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_CONNECTION",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "mysql"
|
||||
"value": "sqlite"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -127394,7 +127379,7 @@
|
||||
"Target": "DB_HOST",
|
||||
"Default": "127.0.0.1",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_HOST",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127408,7 +127393,7 @@
|
||||
"Target": "DB_PORT",
|
||||
"Default": "3306",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_PORT",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127422,7 +127407,35 @@
|
||||
"Target": "DB_USER",
|
||||
"Default": "root",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_USER",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "root"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_PASSWORD",
|
||||
"Target": "DB_PASSWORD",
|
||||
"Default": "password",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "password"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_DATABASE",
|
||||
"Target": "DB_DATABASE",
|
||||
"Default": "ferdi",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127432,39 +127445,25 @@
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_PASSWORD",
|
||||
"Target": "DB_PASSWORD",
|
||||
"Default": "",
|
||||
"Name": "DB_SSL",
|
||||
"Target": "DB_SSL",
|
||||
"Default": "false",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_PASSWORD",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_DATABASE",
|
||||
"Target": "DB_DATABASE",
|
||||
"Default": "adonis",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_DATABASE",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "adonis"
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_CONNECTION",
|
||||
"Target": "MAIL_CONNECTION",
|
||||
"Default": "smtp",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_CONNECTION",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127472,89 +127471,89 @@
|
||||
},
|
||||
"value": "smtp"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SMPT_HOST",
|
||||
"Target": "SMPT_HOST",
|
||||
"Default": "127.0.0.1",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "127.0.0.1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SMTP_PORT",
|
||||
"Target": "SMTP_PORT",
|
||||
"Default": "2525",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: SMTP_PORT",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "465"
|
||||
"value": "2525"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SMTP_HOST",
|
||||
"Target": "SMTP_HOST",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: SMTP_HOST",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SSL",
|
||||
"Target": "SSL",
|
||||
"Name": "MAIL_SSL",
|
||||
"Target": "MAIL_SSL",
|
||||
"Default": "false",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: SSL",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_USERNAME",
|
||||
"Target": "MAIL_USERNAME",
|
||||
"Default": "",
|
||||
"Default": "username",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_USERNAME",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "username"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_PASSWORD",
|
||||
"Target": "MAIL_PASSWORD",
|
||||
"Default": "",
|
||||
"Default": "password",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_PASSWORD",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
"value": "password"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_SENDER",
|
||||
"Target": "MAIL_SENDER",
|
||||
"Default": "",
|
||||
"Default": "noreply@getferdi.com",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_SENDER",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "noreply@getferdi.com"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -127562,7 +127561,7 @@
|
||||
"Target": "IS_CREATION_ENABLED",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: IS_CREATION_ENABLED",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127576,7 +127575,7 @@
|
||||
"Target": "IS_DASHBOARD_ENABLED",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: IS_DASHBOARD_ENABLED",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127590,21 +127589,7 @@
|
||||
"Target": "IS_REGISTRATION_ENABLED",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: IS_REGISTRATION_ENABLED",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "CONNECT_WITH_FRANZ",
|
||||
"Target": "CONNECT_WITH_FRANZ",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: CONNECT_WITH_FRANZ",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127614,105 +127599,85 @@
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Recipes",
|
||||
"Target": "/app/recipes",
|
||||
"Default": "",
|
||||
"Name": "CONNECT_WITH_FRANZ",
|
||||
"Target": "CONNECT_WITH_FRANZ",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATA_DIR",
|
||||
"Target": "DATA_DIR",
|
||||
"Default": "data",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "data"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "/data",
|
||||
"Target": "/data",
|
||||
"Default": "/mnt/cache/appdata/ferdi-server/data",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /app/recipes",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server/data"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "/app/recipes",
|
||||
"Target": "/app/recipes",
|
||||
"Default": "/mnt/cache/appdata/ferdi-server/recipes",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server/recipes"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database",
|
||||
"Target": "/app/database",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /app/database",
|
||||
"Type": "Path",
|
||||
"Name": "Port",
|
||||
"Target": "3333",
|
||||
"Default": "3333",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server/database"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config",
|
||||
"Target": "/config",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /config",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server"
|
||||
"value": "3333"
|
||||
}
|
||||
],
|
||||
"Repo": "xthursdayx's Repository",
|
||||
"Date": "1612583317",
|
||||
"Date": "1637183237",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/xthursdayxsRepository/xthursdayx/ferdi-server.xml",
|
||||
"CategoryList": [
|
||||
"Network-Messenger"
|
||||
],
|
||||
"downloads": 710401,
|
||||
"downloads": 720206,
|
||||
"stars": 3,
|
||||
"trending": 4.816,
|
||||
"trends": [
|
||||
5.037,
|
||||
2.195,
|
||||
3.855,
|
||||
7.543,
|
||||
7.131,
|
||||
5.139,
|
||||
4.297,
|
||||
4.104,
|
||||
3.941,
|
||||
3.796,
|
||||
4.88,
|
||||
5.167,
|
||||
4.816
|
||||
],
|
||||
"trendsDate": [
|
||||
1605287343,
|
||||
1607886471,
|
||||
1610485689,
|
||||
1613085054,
|
||||
1615683787,
|
||||
1618279384,
|
||||
1620878556,
|
||||
1623477787,
|
||||
1626077011,
|
||||
1628676213,
|
||||
1631275419,
|
||||
1633874612,
|
||||
1636467063
|
||||
],
|
||||
"downloadtrend": [
|
||||
396225,
|
||||
405119,
|
||||
421361,
|
||||
455735,
|
||||
490730,
|
||||
517313,
|
||||
540541,
|
||||
563677,
|
||||
586802,
|
||||
609957,
|
||||
641247,
|
||||
676189,
|
||||
710401
|
||||
],
|
||||
"LastUpdateScan": 1636467063,
|
||||
"FirstSeen": 1571515778,
|
||||
"topTrending": -0.22100000000000009,
|
||||
"topPerforming": 4.816
|
||||
"LastUpdateScan": 1637190222,
|
||||
"FirstSeen": 1637190222
|
||||
},
|
||||
{
|
||||
"Name": "gPodder",
|
||||
@ -188531,19 +188496,22 @@
|
||||
"MediaApp-Books",
|
||||
"MediaServer-Books"
|
||||
],
|
||||
"downloads": 50595,
|
||||
"trending": 55.051,
|
||||
"downloads": 86065,
|
||||
"trending": 41.213,
|
||||
"trends": [
|
||||
55.051
|
||||
55.051,
|
||||
41.213
|
||||
],
|
||||
"trendsDate": [
|
||||
1634594598
|
||||
1634594598,
|
||||
1637190222
|
||||
],
|
||||
"downloadtrend": [
|
||||
22742,
|
||||
50595
|
||||
50595,
|
||||
86065
|
||||
],
|
||||
"LastUpdateScan": 1634594598,
|
||||
"LastUpdateScan": 1637190222,
|
||||
"FirstSeen": 1629403424
|
||||
},
|
||||
{
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 1413,
|
||||
"last_updated_timestamp": 1637183023,
|
||||
"last_updated": "2021-11-17 16:03",
|
||||
"last_updated_timestamp": 1637190223,
|
||||
"last_updated": "2021-11-17 18:03",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "Backup:",
|
||||
@ -127475,46 +127475,31 @@
|
||||
},
|
||||
{
|
||||
"Name": "ferdi-server",
|
||||
"Repository": "getferdi/ferdi-server",
|
||||
"Repository": "getferdi/ferdi-server:latest",
|
||||
"Registry": "https://github.com/getferdi/ferdi-server",
|
||||
"Network": "docker_net",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/83813-support-xthursdayx-ferdi-server/",
|
||||
"Project": "https://github.com/getferdi/server",
|
||||
"Overview": "Ferdi is a hard-fork of Franz, a messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.\n [br][br]\n Ferdi-server is an unofficial replacement of the Franz server for use with the Ferdi Client.",
|
||||
"WebUI": "http://[IP]:[PORT:80]/",
|
||||
"Overview": "Ferdi is a hard-fork of Franz, a messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.\r\n \r\n\r\n\r\n Ferdi-server is an unofficial replacement of the Franz server for use with the Ferdi Client.",
|
||||
"WebUI": "http://[IP]:[PORT:3333]/",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/ferdi-server.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/images/ferdi-icon.png",
|
||||
"ExtraParams": "--restart unless-stopped",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"DonateText": "\u200b If you appreciate my work please consider buying me a coffee, cheers!\u00a0\ud83d\ude01 \u00a0 \u200b",
|
||||
"DonateLink": "https://www.buymeacoffee.com/xthursdayx",
|
||||
"Networking": {
|
||||
"Mode": "docker_net"
|
||||
},
|
||||
"Requires": "",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Port 1",
|
||||
"Target": "80",
|
||||
"Default": "80",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 80",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "3333"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "NODE_ENV",
|
||||
"Target": "NODE_ENV",
|
||||
"Default": "development",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: NODE_ENV",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127526,9 +127511,9 @@
|
||||
"@attributes": {
|
||||
"Name": "EXTERNAL_DOMAIN",
|
||||
"Target": "EXTERNAL_DOMAIN",
|
||||
"Default": "ferdi.vulf.stream",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: EXTERNAL_DOMAIN",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127542,13 +127527,13 @@
|
||||
"Target": "DB_CONNECTION",
|
||||
"Default": "sqlite",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_CONNECTION",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "mysql"
|
||||
"value": "sqlite"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -127556,7 +127541,7 @@
|
||||
"Target": "DB_HOST",
|
||||
"Default": "127.0.0.1",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_HOST",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127570,7 +127555,7 @@
|
||||
"Target": "DB_PORT",
|
||||
"Default": "3306",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_PORT",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127584,7 +127569,35 @@
|
||||
"Target": "DB_USER",
|
||||
"Default": "root",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_USER",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "root"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_PASSWORD",
|
||||
"Target": "DB_PASSWORD",
|
||||
"Default": "password",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "password"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_DATABASE",
|
||||
"Target": "DB_DATABASE",
|
||||
"Default": "ferdi",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127594,39 +127607,25 @@
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_PASSWORD",
|
||||
"Target": "DB_PASSWORD",
|
||||
"Default": "",
|
||||
"Name": "DB_SSL",
|
||||
"Target": "DB_SSL",
|
||||
"Default": "false",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_PASSWORD",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_DATABASE",
|
||||
"Target": "DB_DATABASE",
|
||||
"Default": "adonis",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: DB_DATABASE",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "adonis"
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_CONNECTION",
|
||||
"Target": "MAIL_CONNECTION",
|
||||
"Default": "smtp",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_CONNECTION",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127634,89 +127633,89 @@
|
||||
},
|
||||
"value": "smtp"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SMPT_HOST",
|
||||
"Target": "SMPT_HOST",
|
||||
"Default": "127.0.0.1",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "127.0.0.1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SMTP_PORT",
|
||||
"Target": "SMTP_PORT",
|
||||
"Default": "2525",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: SMTP_PORT",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "465"
|
||||
"value": "2525"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SMTP_HOST",
|
||||
"Target": "SMTP_HOST",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: SMTP_HOST",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "SSL",
|
||||
"Target": "SSL",
|
||||
"Name": "MAIL_SSL",
|
||||
"Target": "MAIL_SSL",
|
||||
"Default": "false",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: SSL",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_USERNAME",
|
||||
"Target": "MAIL_USERNAME",
|
||||
"Default": "",
|
||||
"Default": "username",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_USERNAME",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "username"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_PASSWORD",
|
||||
"Target": "MAIL_PASSWORD",
|
||||
"Default": "",
|
||||
"Default": "password",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_PASSWORD",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "true"
|
||||
},
|
||||
"value": ""
|
||||
"value": "password"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAIL_SENDER",
|
||||
"Target": "MAIL_SENDER",
|
||||
"Default": "",
|
||||
"Default": "noreply@getferdi.com",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: MAIL_SENDER",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "noreply@getferdi.com"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -127724,7 +127723,7 @@
|
||||
"Target": "IS_CREATION_ENABLED",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: IS_CREATION_ENABLED",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127738,7 +127737,7 @@
|
||||
"Target": "IS_DASHBOARD_ENABLED",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: IS_DASHBOARD_ENABLED",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127752,21 +127751,7 @@
|
||||
"Target": "IS_REGISTRATION_ENABLED",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: IS_REGISTRATION_ENABLED",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "CONNECT_WITH_FRANZ",
|
||||
"Target": "CONNECT_WITH_FRANZ",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: CONNECT_WITH_FRANZ",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127776,105 +127761,85 @@
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Recipes",
|
||||
"Target": "/app/recipes",
|
||||
"Default": "",
|
||||
"Name": "CONNECT_WITH_FRANZ",
|
||||
"Target": "CONNECT_WITH_FRANZ",
|
||||
"Default": "true",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DATA_DIR",
|
||||
"Target": "DATA_DIR",
|
||||
"Default": "data",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "data"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "/data",
|
||||
"Target": "/data",
|
||||
"Default": "/mnt/cache/appdata/ferdi-server/data",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /app/recipes",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server/data"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "/app/recipes",
|
||||
"Target": "/app/recipes",
|
||||
"Default": "/mnt/cache/appdata/ferdi-server/recipes",
|
||||
"Mode": "rw",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server/recipes"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Database",
|
||||
"Target": "/app/database",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /app/database",
|
||||
"Type": "Path",
|
||||
"Name": "Port",
|
||||
"Target": "3333",
|
||||
"Default": "3333",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server/database"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config",
|
||||
"Target": "/config",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /config",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "/mnt/cache/appdata/ferdi-server"
|
||||
"value": "3333"
|
||||
}
|
||||
],
|
||||
"Repo": "xthursdayx's Repository",
|
||||
"Date": "1612583317",
|
||||
"Date": "1637183237",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/xthursdayxsRepository/xthursdayx/ferdi-server.xml",
|
||||
"CategoryList": [
|
||||
"Network-Messenger"
|
||||
],
|
||||
"downloads": 710401,
|
||||
"downloads": 720206,
|
||||
"stars": 3,
|
||||
"trending": 4.816,
|
||||
"trends": [
|
||||
5.037,
|
||||
2.195,
|
||||
3.855,
|
||||
7.543,
|
||||
7.131,
|
||||
5.139,
|
||||
4.297,
|
||||
4.104,
|
||||
3.941,
|
||||
3.796,
|
||||
4.88,
|
||||
5.167,
|
||||
4.816
|
||||
],
|
||||
"trendsDate": [
|
||||
1605287343,
|
||||
1607886471,
|
||||
1610485689,
|
||||
1613085054,
|
||||
1615683787,
|
||||
1618279384,
|
||||
1620878556,
|
||||
1623477787,
|
||||
1626077011,
|
||||
1628676213,
|
||||
1631275419,
|
||||
1633874612,
|
||||
1636467063
|
||||
],
|
||||
"downloadtrend": [
|
||||
396225,
|
||||
405119,
|
||||
421361,
|
||||
455735,
|
||||
490730,
|
||||
517313,
|
||||
540541,
|
||||
563677,
|
||||
586802,
|
||||
609957,
|
||||
641247,
|
||||
676189,
|
||||
710401
|
||||
],
|
||||
"LastUpdateScan": 1636467063,
|
||||
"FirstSeen": 1571515778,
|
||||
"topTrending": -0.22100000000000009,
|
||||
"topPerforming": 4.816
|
||||
"LastUpdateScan": 1637190222,
|
||||
"FirstSeen": 1637190222
|
||||
},
|
||||
{
|
||||
"Name": "gPodder",
|
||||
@ -188693,19 +188658,22 @@
|
||||
"MediaApp-Books",
|
||||
"MediaServer-Books"
|
||||
],
|
||||
"downloads": 50595,
|
||||
"trending": 55.051,
|
||||
"downloads": 86065,
|
||||
"trending": 41.213,
|
||||
"trends": [
|
||||
55.051
|
||||
55.051,
|
||||
41.213
|
||||
],
|
||||
"trendsDate": [
|
||||
1634594598
|
||||
1634594598,
|
||||
1637190222
|
||||
],
|
||||
"downloadtrend": [
|
||||
22742,
|
||||
50595
|
||||
50595,
|
||||
86065
|
||||
],
|
||||
"LastUpdateScan": 1634594598,
|
||||
"LastUpdateScan": 1637190222,
|
||||
"FirstSeen": 1629403424
|
||||
},
|
||||
{
|
||||
|
@ -1862,5 +1862,6 @@
|
||||
"ghcr.io/guydavis/machinaris-stor": 1636700604,
|
||||
"goobaroo/skyfactory4": 1636844606,
|
||||
"cncjs/cncjs:v1.9.22": 1636967004,
|
||||
"xthursdayx/gpodder-docker:latest": 1637183020
|
||||
"xthursdayx/gpodder-docker:latest": 1637183020,
|
||||
"getferdi/ferdi-server:latest": 1637190222
|
||||
}
|
@ -5276,11 +5276,10 @@
|
||||
"MediaServer-Music",
|
||||
"MediaServer-Photos"
|
||||
],
|
||||
"downloads": 4506496,
|
||||
"downloads": 4650110,
|
||||
"stars": 24,
|
||||
"trending": 3.122,
|
||||
"trending": 3.088,
|
||||
"trends": [
|
||||
3.519,
|
||||
3.416,
|
||||
2.106,
|
||||
2.391,
|
||||
@ -5292,10 +5291,10 @@
|
||||
3.605,
|
||||
3.553,
|
||||
3.17,
|
||||
3.122
|
||||
3.122,
|
||||
3.088
|
||||
],
|
||||
"trendsDate": [
|
||||
1603404509,
|
||||
1606000073,
|
||||
1608599251,
|
||||
1611198475,
|
||||
@ -5307,10 +5306,10 @@
|
||||
1626789796,
|
||||
1629389012,
|
||||
1631988204,
|
||||
1634587413
|
||||
1634587413,
|
||||
1637183020
|
||||
],
|
||||
"downloadtrend": [
|
||||
3021840,
|
||||
3128710,
|
||||
3196002,
|
||||
3274304,
|
||||
@ -5322,12 +5321,13 @@
|
||||
4077217,
|
||||
4227423,
|
||||
4365810,
|
||||
4506496
|
||||
4506496,
|
||||
4650110
|
||||
],
|
||||
"LastUpdateScan": 1634587413,
|
||||
"LastUpdateScan": 1637183020,
|
||||
"FirstSeen": 1,
|
||||
"topTrending": -0.39700000000000024,
|
||||
"topPerforming": 3.122
|
||||
"topTrending": -0.32799999999999985,
|
||||
"topPerforming": 3.088
|
||||
},
|
||||
{
|
||||
"TemplateURL": "https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/plexpass.xml",
|
||||
@ -127716,75 +127716,43 @@
|
||||
},
|
||||
{
|
||||
"Name": "gPodder",
|
||||
"Repository": "xthursdayx/gpodder-docker",
|
||||
"Repository": "xthursdayx/gpodder-docker:latest",
|
||||
"Registry": "https://hub.docker.com/r/xthursdayx/gpodder-docker/",
|
||||
"Network": "bridge",
|
||||
"Shell": "bash",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/83812-support-xthursdayx-gpodder/",
|
||||
"Project": "https://gpodder.github.io/",
|
||||
"Overview": "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
\r\n
\r\n[br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
\r\n [b]/config[/b] - Location of gPodder persistent config.[br]
\r\n [b]/downloads[/b] - Location of downloads.[br]
\r\n [b]PUID[/b] - set UserID[br]
\r\n [b]PGID[/b] - set GroupID[br]
\r\n [b]8080:[/b] - HTTP GUI access[br]
\r\n [b]3389[/b] - RDP access[br]
\r\n [b]GUAC_USER[/b] for setting a username for the gPodder desktop GUI #optional[br]
\r\n [b]GUAC_PASSS[/b] Password md5 hash for the gPodder desktop GUI #optional[br]
\r\n[br][b]When creating this container you first need to generate an MD5 hash of your password. You can do this by running the command: [br]
\r\n`echo -n password | openssl md5` & `printf '%s' password | md5sum`",
|
||||
"WebUI": "http://[IP]:[PORT:8080]",
|
||||
"Overview": "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
\r\n
\r\n\r\nConfiguration:\r\n
\r\n /config - Location of gPodder persistent config.\r\n
\r\n /downloads - Location of downloads.\r\n
\r\n PUID - set UserID\r\n
\r\n PGID - set GroupID\r\n
\r\n 3000 - WebUI access\r\n
\r\n PASSWORD for setting a password for the gPodder WebUI #optional\r\n
",
|
||||
"WebUI": "http://[IP]:[PORT:3000]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/gpodder.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/xthursdayx/docker-templates/master/xthursdayx/images/gpodder-icon.png",
|
||||
"ExtraParams": "--restart=unless-stopped",
|
||||
"PostArgs": "",
|
||||
"CPUset": "",
|
||||
"DonateText": "\u200b If you appreciate my work please consider buying me a coffee, cheers!\u00a0\ud83d\ude01 \u00a0 \u200b",
|
||||
"DonateLink": "https://www.buymeacoffee.com/xthursdayx",
|
||||
"Networking": {
|
||||
"Mode": "bridge"
|
||||
},
|
||||
"Requires": "",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
"Target": "PUID",
|
||||
"Default": "99",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: PUID",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PGID",
|
||||
"Target": "PGID",
|
||||
"Default": "100",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: PGID",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Time Zone",
|
||||
"Target": "TZ",
|
||||
"Default": "America/New_York",
|
||||
"Mode": "",
|
||||
"Description": "Container Variable: TZ",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "America/New_York"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "GUAC_USER",
|
||||
"Target": "GUAC_USER",
|
||||
"Name": "PASSWORD",
|
||||
"Target": "PASSWORD",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Optional - Username for Guacamole's web interface",
|
||||
"Description": "Optional - password for Guacamole's web interface",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
@ -127794,45 +127762,17 @@
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "GUAC_PASS",
|
||||
"Target": "GUAC_PASS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "Optional - MD5 hash of your password for Guacamole's web interface",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "HTTP Port",
|
||||
"Target": "8080",
|
||||
"Default": "8080",
|
||||
"Name": "Port",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 8080",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "RDP Port",
|
||||
"Target": "3389",
|
||||
"Default": "3389",
|
||||
"Mode": "tcp",
|
||||
"Description": "Container Port: 3389",
|
||||
"Type": "Port",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -127840,87 +127780,68 @@
|
||||
"Target": "/downloads",
|
||||
"Default": "",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /downloads",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
"Target": "PUID",
|
||||
"Default": "99",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "99"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PGID",
|
||||
"Target": "PGID",
|
||||
"Default": "100",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "100"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Config Path",
|
||||
"Target": "/config",
|
||||
"Default": "/mnt/cache/appdata/gpodder",
|
||||
"Mode": "rw",
|
||||
"Description": "Container Path: /config",
|
||||
"Description": "",
|
||||
"Type": "Path",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "/mnt/cache/appdata/gPodder"
|
||||
}
|
||||
],
|
||||
"Repo": "xthursdayx's Repository",
|
||||
"Date": "1623725708",
|
||||
"Date": "1637180685",
|
||||
"templatePath": "/tmp/GitHub/AppFeed/templates/xthursdayxsRepository/xthursdayx/gpodder.xml",
|
||||
"CategoryList": [
|
||||
"Downloaders",
|
||||
"MediaApp-Other"
|
||||
],
|
||||
"downloads": 88887,
|
||||
"downloads": 92798,
|
||||
"stars": 3,
|
||||
"trending": 3.987,
|
||||
"trends": [
|
||||
11.835,
|
||||
11.017,
|
||||
15.295,
|
||||
9.071,
|
||||
10.527,
|
||||
9.793,
|
||||
9.993,
|
||||
8.854,
|
||||
19.227,
|
||||
18.419,
|
||||
15.104,
|
||||
4.449,
|
||||
3.987
|
||||
],
|
||||
"trendsDate": [
|
||||
1603260636,
|
||||
1605856103,
|
||||
1608450223,
|
||||
1611047273,
|
||||
1613646162,
|
||||
1616241788,
|
||||
1618840977,
|
||||
1621440194,
|
||||
1624212191,
|
||||
1626811403,
|
||||
1629410615,
|
||||
1632009808,
|
||||
1634609040
|
||||
],
|
||||
"downloadtrend": [
|
||||
20702,
|
||||
23265,
|
||||
27466,
|
||||
30206,
|
||||
33760,
|
||||
37425,
|
||||
41580,
|
||||
45619,
|
||||
56478,
|
||||
69229,
|
||||
81546,
|
||||
85343,
|
||||
88887
|
||||
],
|
||||
"LastUpdateScan": 1634609040,
|
||||
"FirstSeen": 1569478035,
|
||||
"topTrending": -7.848000000000001
|
||||
"LastUpdateScan": 1637183020,
|
||||
"FirstSeen": 1637183020
|
||||
},
|
||||
{
|
||||
"Name": "lingva",
|
||||
@ -154036,9 +153957,9 @@
|
||||
"Downloaders",
|
||||
"MediaApp-Music"
|
||||
],
|
||||
"downloads": 18800,
|
||||
"downloads": 20834,
|
||||
"stars": 4,
|
||||
"trending": 11.128,
|
||||
"trending": 9.763,
|
||||
"trends": [
|
||||
10.089,
|
||||
5.305,
|
||||
@ -154046,7 +153967,8 @@
|
||||
6.225,
|
||||
7.019,
|
||||
9.618,
|
||||
11.128
|
||||
11.128,
|
||||
9.763
|
||||
],
|
||||
"trendsDate": [
|
||||
1618992155,
|
||||
@ -154055,7 +153977,8 @@
|
||||
1626789796,
|
||||
1629389012,
|
||||
1631988204,
|
||||
1634587413
|
||||
1634587413,
|
||||
1637183021
|
||||
],
|
||||
"downloadtrend": [
|
||||
10801,
|
||||
@ -154065,11 +153988,12 @@
|
||||
14041,
|
||||
15101,
|
||||
16708,
|
||||
18800
|
||||
18800,
|
||||
20834
|
||||
],
|
||||
"LastUpdateScan": 1634587413,
|
||||
"LastUpdateScan": 1637183021,
|
||||
"FirstSeen": 1598206108,
|
||||
"topTrending": 1.0389999999999997
|
||||
"topTrending": -0.3260000000000005
|
||||
},
|
||||
{
|
||||
"Beta": "true",
|
||||
@ -171961,9 +171885,9 @@
|
||||
"CategoryList": [
|
||||
"Backup"
|
||||
],
|
||||
"downloads": 6264252,
|
||||
"downloads": 6472730,
|
||||
"stars": 30,
|
||||
"trending": 2.358,
|
||||
"trending": 3.221,
|
||||
"trends": [
|
||||
1.771,
|
||||
2.142,
|
||||
@ -171975,7 +171899,8 @@
|
||||
2.462,
|
||||
2.451,
|
||||
2.443,
|
||||
2.358
|
||||
2.358,
|
||||
3.221
|
||||
],
|
||||
"trendsDate": [
|
||||
1608599252,
|
||||
@ -171988,7 +171913,8 @@
|
||||
1626789796,
|
||||
1629389013,
|
||||
1631988205,
|
||||
1634587414
|
||||
1634587414,
|
||||
1637183022
|
||||
],
|
||||
"downloadtrend": [
|
||||
4837298,
|
||||
@ -172002,12 +171928,13 @@
|
||||
5820879,
|
||||
5967120,
|
||||
6116545,
|
||||
6264252
|
||||
6264252,
|
||||
6472730
|
||||
],
|
||||
"LastUpdateScan": 1634587414,
|
||||
"LastUpdateScan": 1637183022,
|
||||
"FirstSeen": 1606005862,
|
||||
"topTrending": 0.5870000000000002,
|
||||
"topPerforming": 2.358
|
||||
"topTrending": 1.4500000000000002,
|
||||
"topPerforming": 3.221
|
||||
},
|
||||
{
|
||||
"Name": "google-cloud-storage-backup",
|
||||
@ -185191,8 +185118,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 164,
|
||||
"LastUpdateScan": 1634587414,
|
||||
"downloads": 730,
|
||||
"stars": 2,
|
||||
"LastUpdateScan": 1637183022,
|
||||
"FirstSeen": 1634587414
|
||||
},
|
||||
{
|
||||
@ -185417,8 +185345,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 257,
|
||||
"LastUpdateScan": 1634587414,
|
||||
"downloads": 901,
|
||||
"stars": 4,
|
||||
"LastUpdateScan": 1637183022,
|
||||
"FirstSeen": 1634587414
|
||||
},
|
||||
{
|
||||
@ -185869,8 +185798,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 184,
|
||||
"LastUpdateScan": 1634587414,
|
||||
"downloads": 742,
|
||||
"stars": 4,
|
||||
"LastUpdateScan": 1637183022,
|
||||
"FirstSeen": 1634587414
|
||||
},
|
||||
{
|
||||
@ -186095,8 +186025,9 @@
|
||||
"CategoryList": [
|
||||
"Crypto"
|
||||
],
|
||||
"downloads": 186,
|
||||
"LastUpdateScan": 1634587415,
|
||||
"downloads": 742,
|
||||
"stars": 4,
|
||||
"LastUpdateScan": 1637183023,
|
||||
"FirstSeen": 1634587415
|
||||
},
|
||||
{
|
||||
|
@ -54736,19 +54736,22 @@
|
||||
},
|
||||
"advplyr/audiobookshelf": {
|
||||
"Base": null,
|
||||
"Downloads": 50595,
|
||||
"Downloads": 86065,
|
||||
"Stars": null,
|
||||
"Time": 1634594598,
|
||||
"trending": 55.051,
|
||||
"Time": 1637190222,
|
||||
"trending": 41.213,
|
||||
"trends": [
|
||||
55.051
|
||||
55.051,
|
||||
41.213
|
||||
],
|
||||
"downloadtrend": [
|
||||
22742,
|
||||
50595
|
||||
50595,
|
||||
86065
|
||||
],
|
||||
"trendsDate": [
|
||||
1634594598
|
||||
1634594598,
|
||||
1637190222
|
||||
]
|
||||
},
|
||||
"cloudflare/cloudflared:2021.8.2": {
|
||||
@ -57631,5 +57634,15 @@
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null
|
||||
},
|
||||
"getferdi/ferdi-server:latest": {
|
||||
"Base": null,
|
||||
"Downloads": 720206,
|
||||
"Stars": 3,
|
||||
"Time": 1637190222,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user