This commit is contained in:
Andrew Z 2024-06-01 16:06:04 -04:00
parent f8b10e61aa
commit 2271d68279
8 changed files with 493 additions and 250 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1717265147 "last_updated_timestamp": 1717272362
} }

View File

@ -259528,7 +259528,7 @@
"Privileged": "false", "Privileged": "false",
"Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/", "Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/",
"Network": "bridge", "Network": "bridge",
"Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/assets/icon/icon.png", "Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/kitchenowl/assets/icon/icon.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -259568,6 +259568,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "http://localhost:8123" "value": "http://localhost:8123"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JWT Secret (CHANGE THIS!)",
"Target": "JWT_SECRET_KEY",
"Default": "PLEASE_CHANGE_ME",
"Mode": "",
"Description": "For security reasons, it is mandatory to change the JWT Secret! Preferably use a secure random key generator for that.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "PLEASE_CHANGE_ME"
} }
], ],
"Repo": "HanSolo97's Repository", "Repo": "HanSolo97's Repository",
@ -259607,6 +259621,96 @@
"FirstSeen": 1642868734, "FirstSeen": 1642868734,
"topTrending": -1.4180000000000001 "topTrending": -1.4180000000000001
}, },
{
"Name": "KitchenOwl-All-in-one",
"Overview": "Kitchenowl Front and Backend combined. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.",
"Registry": "https://hub.docker.com/r/tombursch/kitchenowl",
"Repository": "tombursch/kitchenowl",
"Project": "https://tombursch.github.io/kitchenowl/",
"Privileged": "true",
"Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/",
"Network": "bridge",
"WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/kitchenowl/assets/icon/icon.png",
"Config": [
{
"@attributes": {
"Type": "Path",
"Name": "Path /data",
"Target": "/data",
"Default": "/mnt/user/appdata/kitchenowl",
"Mode": "rw",
"Description": "This is where the KitchenOwl Data is stored.",
"Required": "true"
},
"value": "/mnt/user/appdata/kitchenowl"
},
{
"@attributes": {
"Type": "Port",
"Name": "KitchenOwl UI",
"Target": "8080",
"Default": "8123",
"Mode": "tcp",
"Description": "KitchenOwl UI Port",
"Display": "always",
"Required": "true"
},
"value": "8123"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JWT Secret (CHANGE THIS!)",
"Target": "JWT_SECRET_KEY",
"Default": "PLEASE_CHANGE_ME",
"Mode": "",
"Description": "For security reasons, it is mandatory to change the JWT Secret! Preferably use a secure random key generator for that.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "PLEASE_CHANGE_ME"
}
],
"Repo": "HanSolo97's Repository",
"TemplateURL": "https://raw.githubusercontent.com/UnknownHiker/unraid-template-kitchenowl/master/kitchenowl-all-in-one.xml",
"CAComment": "This template is set up to run as Privileged. This is a possible security risk and usually does not need to be enabled. Note that some applications require privileged in order to operate correctly",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/HanSolo97sRepository/kitchenowl-all-in-one.xml",
"CategoryList": [
"Productivity"
],
"downloads": 257442,
"stars": 12,
"trending": 7.11,
"trends": [
8.528,
7.761,
7.473,
7.186,
7.11
],
"trendsDate": [
1705525610,
1708124741,
1710720364,
1713313926,
1715911578
],
"downloadtrend": [
173273,
189428,
205367,
221954,
239138,
257442
],
"LastUpdateScan": 1715911578,
"LastUpdate": 1715775269,
"FirstSeen": 1642868734,
"topTrending": -1.4180000000000001
},
{ {
"Name": "KitchenOwl-Web", "Name": "KitchenOwl-Web",
"Overview": "This is the WebUI for the KitchenOwl Container. You will also need the KitchenOwl Container for this to work. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.", "Overview": "This is the WebUI for the KitchenOwl Container. You will also need the KitchenOwl Container for this to work. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.",
@ -259616,14 +259720,14 @@
"Privileged": "false", "Privileged": "false",
"Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/", "Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/",
"Network": "bridge", "Network": "bridge",
"WebUI": "http://[IP]:[PORT:80]/", "WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/assets/icon/icon.png", "Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/kitchenowl/assets/icon/icon.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
"Type": "Port", "Type": "Port",
"Name": "KitchenOwl UI", "Name": "KitchenOwl UI",
"Target": "80", "Target": "8080",
"Default": "8123", "Default": "8123",
"Mode": "tcp", "Mode": "tcp",
"Description": "KitchenOwl UI Port", "Description": "KitchenOwl UI Port",
@ -259645,6 +259749,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "localhost:5000" "value": "localhost:5000"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JWT Secret (CHANGE THIS!)",
"Target": "JWT_SECRET_KEY",
"Default": "PLEASE_CHANGE_ME",
"Mode": "",
"Description": "For security reasons, it is mandatory to change the JWT Secret! Preferably use a secure random key generator for that.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "PLEASE_CHANGE_ME"
} }
], ],
"Repo": "HanSolo97's Repository", "Repo": "HanSolo97's Repository",

View File

@ -1,7 +1,7 @@
{ {
"apps": 2268, "apps": 2269,
"last_updated_timestamp": 1717265147, "last_updated_timestamp": 1717272362,
"last_updated": "2024-06-01 14:05", "last_updated": "2024-06-01 16:06",
"categories": [ "categories": [
{ {
"Cat": "AI:", "Cat": "AI:",
@ -259694,7 +259694,7 @@
"Privileged": "false", "Privileged": "false",
"Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/", "Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/",
"Network": "bridge", "Network": "bridge",
"Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/assets/icon/icon.png", "Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/kitchenowl/assets/icon/icon.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -259734,6 +259734,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "http://localhost:8123" "value": "http://localhost:8123"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JWT Secret (CHANGE THIS!)",
"Target": "JWT_SECRET_KEY",
"Default": "PLEASE_CHANGE_ME",
"Mode": "",
"Description": "For security reasons, it is mandatory to change the JWT Secret! Preferably use a secure random key generator for that.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "PLEASE_CHANGE_ME"
} }
], ],
"Repo": "HanSolo97's Repository", "Repo": "HanSolo97's Repository",
@ -259773,6 +259787,96 @@
"FirstSeen": 1642868734, "FirstSeen": 1642868734,
"topTrending": -1.4180000000000001 "topTrending": -1.4180000000000001
}, },
{
"Name": "KitchenOwl-All-in-one",
"Overview": "Kitchenowl Front and Backend combined. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.",
"Registry": "https://hub.docker.com/r/tombursch/kitchenowl",
"Repository": "tombursch/kitchenowl",
"Project": "https://tombursch.github.io/kitchenowl/",
"Privileged": "true",
"Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/",
"Network": "bridge",
"WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/kitchenowl/assets/icon/icon.png",
"Config": [
{
"@attributes": {
"Type": "Path",
"Name": "Path /data",
"Target": "/data",
"Default": "/mnt/user/appdata/kitchenowl",
"Mode": "rw",
"Description": "This is where the KitchenOwl Data is stored.",
"Required": "true"
},
"value": "/mnt/user/appdata/kitchenowl"
},
{
"@attributes": {
"Type": "Port",
"Name": "KitchenOwl UI",
"Target": "8080",
"Default": "8123",
"Mode": "tcp",
"Description": "KitchenOwl UI Port",
"Display": "always",
"Required": "true"
},
"value": "8123"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JWT Secret (CHANGE THIS!)",
"Target": "JWT_SECRET_KEY",
"Default": "PLEASE_CHANGE_ME",
"Mode": "",
"Description": "For security reasons, it is mandatory to change the JWT Secret! Preferably use a secure random key generator for that.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "PLEASE_CHANGE_ME"
}
],
"Repo": "HanSolo97's Repository",
"TemplateURL": "https://raw.githubusercontent.com/UnknownHiker/unraid-template-kitchenowl/master/kitchenowl-all-in-one.xml",
"CAComment": "This template is set up to run as Privileged. This is a possible security risk and usually does not need to be enabled. Note that some applications require privileged in order to operate correctly",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/HanSolo97sRepository/kitchenowl-all-in-one.xml",
"CategoryList": [
"Productivity"
],
"downloads": 257442,
"stars": 12,
"trending": 7.11,
"trends": [
8.528,
7.761,
7.473,
7.186,
7.11
],
"trendsDate": [
1705525610,
1708124741,
1710720364,
1713313926,
1715911578
],
"downloadtrend": [
173273,
189428,
205367,
221954,
239138,
257442
],
"LastUpdateScan": 1715911578,
"LastUpdate": 1715775269,
"FirstSeen": 1642868734,
"topTrending": -1.4180000000000001
},
{ {
"Name": "KitchenOwl-Web", "Name": "KitchenOwl-Web",
"Overview": "This is the WebUI for the KitchenOwl Container. You will also need the KitchenOwl Container for this to work. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.", "Overview": "This is the WebUI for the KitchenOwl Container. You will also need the KitchenOwl Container for this to work. KitchenOwl is a self-hosted grocery list and recipe manager. The backend is made with Flask and the frontend with Flutter. Easily add items to your shopping list before you go shopping. You can also create recipes and add items based on what you want to cook.",
@ -259782,14 +259886,14 @@
"Privileged": "false", "Privileged": "false",
"Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/", "Support": "https://codeberg.org/HanSolo97/unraid-template-kitchenowl/",
"Network": "bridge", "Network": "bridge",
"WebUI": "http://[IP]:[PORT:80]/", "WebUI": "http://[IP]:[PORT:8080]/",
"Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/assets/icon/icon.png", "Icon": "https://raw.githubusercontent.com/TomBursch/kitchenowl/main/kitchenowl/assets/icon/icon.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
"Type": "Port", "Type": "Port",
"Name": "KitchenOwl UI", "Name": "KitchenOwl UI",
"Target": "80", "Target": "8080",
"Default": "8123", "Default": "8123",
"Mode": "tcp", "Mode": "tcp",
"Description": "KitchenOwl UI Port", "Description": "KitchenOwl UI Port",
@ -259811,6 +259915,20 @@
"Mask": "false" "Mask": "false"
}, },
"value": "localhost:5000" "value": "localhost:5000"
},
{
"@attributes": {
"Type": "Variable",
"Name": "JWT Secret (CHANGE THIS!)",
"Target": "JWT_SECRET_KEY",
"Default": "PLEASE_CHANGE_ME",
"Mode": "",
"Description": "For security reasons, it is mandatory to change the JWT Secret! Preferably use a secure random key generator for that.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "PLEASE_CHANGE_ME"
} }
], ],
"Repo": "HanSolo97's Repository", "Repo": "HanSolo97's Repository",
@ -327461,7 +327579,10 @@
}, },
"HanSolo97's Repository": { "HanSolo97's Repository": {
"url": "https://github.com/UnknownHiker/unraid-template-kitchenowl", "url": "https://github.com/UnknownHiker/unraid-template-kitchenowl",
"profile": "https://forums.unraid.net/profile/155012-hansolo97/" "profile": "https://forums.unraid.net/profile/155012-hansolo97/",
"bio": "Doing my best to help filling the gap of services, that dont have a Unraid Template yet. :-)",
"icon": "https://codeberg.org/avatars/2cdf72f6241e5b528099558d665454310cf0373b9efe47f03f614ef6b04b23b2?size=512",
"Forum": "https://codeberg.org/HanSolo97"
}, },
"cieg's Repository": { "cieg's Repository": {
"url": "https://github.com/ciegg/unraid-templates", "url": "https://github.com/ciegg/unraid-templates",

View File

@ -129,5 +129,6 @@
"lscr.io/linuxserver/speedtest-tracker": true, "lscr.io/linuxserver/speedtest-tracker": true,
"resilio/sync": true, "resilio/sync": true,
"tomsquest/docker-radicale": true, "tomsquest/docker-radicale": true,
"jorenn92/maintainerr": true "jorenn92/maintainerr": true,
"tombursch/kitchenowl": true
} }

View File

@ -2815,8 +2815,9 @@ Processing /tmp/appFeed/templates/oldcrazyeyesRepository/tasmocompiler.xml...Suc
Downloading HanSolo97's Repository: https://github.com/UnknownHiker/unraid-template-kitchenowl -> /tmp/appFeed/templates/HanSolo97sRepository Attempt 1...https://github.com/UnknownHiker/unraid-template-kitchenowl/archive/master.tar.gz Success! Downloading HanSolo97's Repository: https://github.com/UnknownHiker/unraid-template-kitchenowl -> /tmp/appFeed/templates/HanSolo97sRepository Attempt 1...https://github.com/UnknownHiker/unraid-template-kitchenowl/archive/master.tar.gz Success!
Processing /tmp/appFeed/templates/HanSolo97sRepository/ca_profile.xml...FOUND PROFILE
Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl.xml...Success Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl.xml...Success
Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl-complete.xml...Removed from CA Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl-all-in-one.xml...Success
Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl-web.xml...Success Processing /tmp/appFeed/templates/HanSolo97sRepository/kitchenowl-web.xml...Success

View File

@ -310043,7 +310043,6 @@
"Tools-System", "Tools-System",
"Plugins" "Plugins"
], ],
"LastUpdateScan": 1717257941,
"FirstSeen": 1717257941 "FirstSeen": 1717257941
}, },
{ {

File diff suppressed because it is too large Load Diff

View File

@ -1273,12 +1273,12 @@
] ]
}, },
"HanSolo97's Repository": { "HanSolo97's Repository": {
"hansolo97/unraid_kitchenowl": [ "tombursch/kitchenowl": [
"Privileged mode set. This may not be necessary", "Privileged mode set. This may not be necessary",
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA." "Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:8080]/"
], ],
"tombursch/kitchenowl-web": [ "tombursch/kitchenowl-web": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:80]/" "Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:8080]/"
] ]
}, },
"cieg's Repository": { "cieg's Repository": {