mirror of
https://github.com/Squidly271/AppFeed.git
synced 2025-05-21 17:10:04 +00:00
Update
This commit is contained in:
parent
24ca4d2d71
commit
210cadbe23
@ -1,3 +1,3 @@
|
||||
{
|
||||
"last_updated_timestamp": 1698048336
|
||||
"last_updated_timestamp": 1698055538
|
||||
}
|
@ -133288,24 +133288,23 @@
|
||||
},
|
||||
{
|
||||
"Name": "mealiev1",
|
||||
"Repository": "hkotel/mealie:omni-nightly",
|
||||
"Registry": "https://hub.docker.com/r/hkotel/mealie/",
|
||||
"Repository": "ghcr.io/mealie-recipes/mealie:nightly",
|
||||
"Registry": "https://registry.hub.docker.com/r/ghcr.io/mealie-recipes/mealie",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Beta": "true",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/138058-support-catduck-mealie-v1/",
|
||||
"Project": "https://github.com/mealie-recipes/mealie",
|
||||
"Overview": "A self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. \r\n\r\n\r\nThis is the nightly Omni Package for Version1 \r\nPlease read https://hay-kot.github.io/mealie/documentation/getting-started/updating/ before updating from earlier versions! Default Password: MyPassword",
|
||||
"WebUI": "http://[IP]:[PORT:3000]",
|
||||
"Project": "https://mealie.io/",
|
||||
"Overview": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.\r\n\r\nThis is the NEW NIGHTLY for Version. As soon as there is an official stable image tag, this template will be updated to allow for either. \r\n\r\nPlease note, there is only one port now, previously the web port was 3000 and API was 9000. Now there is just 9000. To avoid breaking changes I have by default made the port 3000 with this template. You can of course change to anything you would like, and update your reverse proxies accordingly.\r\n\r\nPlease read https://hay-kot.github.io/mealie/documentation/getting-started/updating/ before updating from earlier (Pre 1.X versions!)\r\n\r\nLastly, Postgres is available and if you want to use mealie with postgres the variables have been added under advanced\r\n\r\nDefault Password: MyPassword",
|
||||
"WebUI": "http://[IP]:[PORT:9000]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mealiev1.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/mealiev1.png",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Front End Port",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Name": "Port",
|
||||
"Target": "9000",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
@ -133313,7 +133312,7 @@
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -133329,20 +133328,6 @@
|
||||
},
|
||||
"value": "/mnt/user/appdata/mealiev1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "API Port",
|
||||
"Target": "9000",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ALLOW_SIGNUP",
|
||||
@ -133469,20 +133454,6 @@
|
||||
},
|
||||
"value": "home"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAX_WORKERS",
|
||||
"Target": "MAX_WORKERS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
@ -133538,6 +133509,104 @@
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAX_WORKERS",
|
||||
"Target": "MAX_WORKERS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_ENGINE",
|
||||
"Target": "DB_ENGINE",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "you can shoose between sqlite and postgres",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "sqlite"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_USER",
|
||||
"Target": "POSTGRES_USER",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_PASSWORD",
|
||||
"Target": "POSTGRES_PASSWORD",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_SERVER",
|
||||
"Target": "POSTGRES_SERVER",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_PORT",
|
||||
"Target": " POSTGRES_PORT",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_DB",
|
||||
"Target": "POSTGRES_DB",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "Selfhosters Unraid Discord Repository",
|
||||
@ -133546,39 +133615,8 @@
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
],
|
||||
"downloads": 11774816,
|
||||
"stars": 81,
|
||||
"trending": 1.329,
|
||||
"trends": [
|
||||
1.319,
|
||||
1.263,
|
||||
1.242,
|
||||
1.376,
|
||||
1.512,
|
||||
1.329
|
||||
],
|
||||
"trendsDate": [
|
||||
1684245897,
|
||||
1686885944,
|
||||
1689480294,
|
||||
1692079492,
|
||||
1694678711,
|
||||
1697277939
|
||||
],
|
||||
"downloadtrend": [
|
||||
10859134,
|
||||
11004335,
|
||||
11145068,
|
||||
11285182,
|
||||
11442667,
|
||||
11618293,
|
||||
11774816
|
||||
],
|
||||
"LastUpdateScan": 1697277939,
|
||||
"LastUpdate": 1693513897,
|
||||
"FirstSeen": 1681646655,
|
||||
"topTrending": 0.010000000000000009,
|
||||
"topPerforming": 1.329
|
||||
"LastUpdateScan": 1698055538,
|
||||
"FirstSeen": 1698055538
|
||||
},
|
||||
{
|
||||
"Name": "monica",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"apps": 2136,
|
||||
"last_updated_timestamp": 1698048336,
|
||||
"last_updated": "2023-10-23 04:05",
|
||||
"last_updated_timestamp": 1698055538,
|
||||
"last_updated": "2023-10-23 06:05",
|
||||
"categories": [
|
||||
{
|
||||
"Cat": "Backup:",
|
||||
@ -133450,24 +133450,23 @@
|
||||
},
|
||||
{
|
||||
"Name": "mealiev1",
|
||||
"Repository": "hkotel/mealie:omni-nightly",
|
||||
"Registry": "https://hub.docker.com/r/hkotel/mealie/",
|
||||
"Repository": "ghcr.io/mealie-recipes/mealie:nightly",
|
||||
"Registry": "https://registry.hub.docker.com/r/ghcr.io/mealie-recipes/mealie",
|
||||
"Network": "bridge",
|
||||
"Shell": "sh",
|
||||
"Beta": "true",
|
||||
"Privileged": "false",
|
||||
"Support": "https://forums.unraid.net/topic/138058-support-catduck-mealie-v1/",
|
||||
"Project": "https://github.com/mealie-recipes/mealie",
|
||||
"Overview": "A self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. \r\n\r\n\r\nThis is the nightly Omni Package for Version1 \r\nPlease read https://hay-kot.github.io/mealie/documentation/getting-started/updating/ before updating from earlier versions! Default Password: MyPassword",
|
||||
"WebUI": "http://[IP]:[PORT:3000]",
|
||||
"Project": "https://mealie.io/",
|
||||
"Overview": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family.\r\n\r\nThis is the NEW NIGHTLY for Version. As soon as there is an official stable image tag, this template will be updated to allow for either. \r\n\r\nPlease note, there is only one port now, previously the web port was 3000 and API was 9000. Now there is just 9000. To avoid breaking changes I have by default made the port 3000 with this template. You can of course change to anything you would like, and update your reverse proxies accordingly.\r\n\r\nPlease read https://hay-kot.github.io/mealie/documentation/getting-started/updating/ before updating from earlier (Pre 1.X versions!)\r\n\r\nLastly, Postgres is available and if you want to use mealie with postgres the variables have been added under advanced\r\n\r\nDefault Password: MyPassword",
|
||||
"WebUI": "http://[IP]:[PORT:9000]",
|
||||
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mealiev1.xml",
|
||||
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/mealiev1.png",
|
||||
"Config": [
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "Front End Port",
|
||||
"Target": "3000",
|
||||
"Default": "3000",
|
||||
"Name": "Port",
|
||||
"Target": "9000",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
@ -133475,7 +133474,7 @@
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
"value": "3000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
@ -133491,20 +133490,6 @@
|
||||
},
|
||||
"value": "/mnt/user/appdata/mealiev1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "API Port",
|
||||
"Target": "9000",
|
||||
"Default": "",
|
||||
"Mode": "tcp",
|
||||
"Description": "",
|
||||
"Type": "Port",
|
||||
"Display": "advanced",
|
||||
"Required": "true",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "9000"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "ALLOW_SIGNUP",
|
||||
@ -133631,20 +133616,6 @@
|
||||
},
|
||||
"value": "home"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAX_WORKERS",
|
||||
"Target": "MAX_WORKERS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "always",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "PUID",
|
||||
@ -133700,6 +133671,104 @@
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "MAX_WORKERS",
|
||||
"Target": "MAX_WORKERS",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "DB_ENGINE",
|
||||
"Target": "DB_ENGINE",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "you can shoose between sqlite and postgres",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": "sqlite"
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_USER",
|
||||
"Target": "POSTGRES_USER",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_PASSWORD",
|
||||
"Target": "POSTGRES_PASSWORD",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_SERVER",
|
||||
"Target": "POSTGRES_SERVER",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_PORT",
|
||||
"Target": " POSTGRES_PORT",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"@attributes": {
|
||||
"Name": "POSTGRES_DB",
|
||||
"Target": "POSTGRES_DB",
|
||||
"Default": "",
|
||||
"Mode": "",
|
||||
"Description": "",
|
||||
"Type": "Variable",
|
||||
"Display": "advanced",
|
||||
"Required": "false",
|
||||
"Mask": "false"
|
||||
},
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"Repo": "Selfhosters Unraid Discord Repository",
|
||||
@ -133708,39 +133777,8 @@
|
||||
"CategoryList": [
|
||||
"Productivity"
|
||||
],
|
||||
"downloads": 11774816,
|
||||
"stars": 81,
|
||||
"trending": 1.329,
|
||||
"trends": [
|
||||
1.319,
|
||||
1.263,
|
||||
1.242,
|
||||
1.376,
|
||||
1.512,
|
||||
1.329
|
||||
],
|
||||
"trendsDate": [
|
||||
1684245897,
|
||||
1686885944,
|
||||
1689480294,
|
||||
1692079492,
|
||||
1694678711,
|
||||
1697277939
|
||||
],
|
||||
"downloadtrend": [
|
||||
10859134,
|
||||
11004335,
|
||||
11145068,
|
||||
11285182,
|
||||
11442667,
|
||||
11618293,
|
||||
11774816
|
||||
],
|
||||
"LastUpdateScan": 1697277939,
|
||||
"LastUpdate": 1693513897,
|
||||
"FirstSeen": 1681646655,
|
||||
"topTrending": 0.010000000000000009,
|
||||
"topPerforming": 1.329
|
||||
"LastUpdateScan": 1698055538,
|
||||
"FirstSeen": 1698055538
|
||||
},
|
||||
{
|
||||
"Name": "monica",
|
||||
|
@ -2983,5 +2983,6 @@
|
||||
"vdsm/virtual-dsm:latest": 1697738750,
|
||||
"ich777/steamcmd:thefront": 1697789142,
|
||||
"ghcr.io/nightmeer/apachephp8:latest": 1697894656,
|
||||
"outlinewiki/outline:latest": 1698041131
|
||||
"outlinewiki/outline:latest": 1698041131,
|
||||
"ghcr.io/mealie-recipes/mealie:nightly": 1698055538
|
||||
}
|
3
log.txt
3
log.txt
@ -3803,6 +3803,9 @@ Processing /tmp/appFeed/templates/NightMeersRepository/templates/ApachePHP8.xml.
|
||||
|
||||
Updating stats on containers
|
||||
|
||||
Tagged - Can't determine last update
|
||||
mealie-recipes/mealie
|
||||
ghcr.io/mealie-recipes/mealie:nightly Downloads: Stars: Base: unknown
|
||||
Privileged: 102
|
||||
|
||||
|
||||
|
@ -165264,8 +165264,8 @@
|
||||
],
|
||||
"downloads": 7603243,
|
||||
"stars": 108,
|
||||
"LastUpdate": 1697083060,
|
||||
"LastUpdateScan": 1698041131,
|
||||
"LastUpdate": 1697083060,
|
||||
"FirstSeen": 1698041131
|
||||
},
|
||||
{
|
||||
@ -191749,7 +191749,6 @@
|
||||
"Drivers",
|
||||
"Plugins"
|
||||
],
|
||||
"LastUpdateScan": 1698041131,
|
||||
"FirstSeen": 1682445878
|
||||
},
|
||||
{
|
||||
@ -272181,8 +272180,8 @@
|
||||
"MediaServer-Music"
|
||||
],
|
||||
"downloads": 778,
|
||||
"LastUpdate": 1693880587,
|
||||
"LastUpdateScan": 1698041132,
|
||||
"LastUpdate": 1693880587,
|
||||
"FirstSeen": 1692842700
|
||||
},
|
||||
{
|
||||
|
@ -80331,5 +80331,16 @@
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": 1697083060
|
||||
},
|
||||
"ghcr.io/mealie-recipes/mealie:nightly": {
|
||||
"Base": null,
|
||||
"Downloads": null,
|
||||
"Stars": null,
|
||||
"Time": 1698055538,
|
||||
"trending": null,
|
||||
"trends": null,
|
||||
"downloadtrend": null,
|
||||
"trendsDate": null,
|
||||
"LastUpdate": null
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user