Kitchenowl Rock-on Config

Since it does not deliver what i need, here my test for an Kitchenowl Rock-on.

Maybe someone wants to use it.

{
    "KitchenOwl":{
       "containers":{
          "kitchenowl": {
             "image": "tombursch/kitchenowl",
             "tag": "latest",
             "launch_order": 1,
             "ports": {
                "8080": {
                   "description": "KitchenOwl WebUI port. Suggested default: 8080",
                   "host_default": 8080,
                   "label": "WebUI port",
                   "protocol": "tcp",
                   "ui": true
                }
             },
             "volumes": {
                "/data": {
                   "description": "Choose a Share for KitchenOwl data storage.",
                   "label": "Data Storage"
                }
             },
             "environment": {
                "JWT_SECRET_KEY": {
                   "description": "JWT Secret Key for authentication. Use a strong random string.",
                   "label": "JWT Secret Key",
                   "index": 1
                }
             }
          }
       },
       "description":"KitchenOwl is a self-hosted smart grocery list and recipe manager that helps you organize your grocery shopping, manage recipes, plan meals, and track household expenses. <p>Based on the official docker image: <a href='https://kitchenowl.org' target='_blank'>https://kitchenowl.org</a></p>",
       "ui":{
          "slug":""
       },
       "volume_add_support":false,
       "website":"https://kitchenowl.org",
       "version":"1.0"
    }
}

4 Likes