File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change 1414 "app_uid" : " techofourown/hello-world" ,
1515 "display_name" : " Hello World" ,
1616 "description" : " Small hello-world app sourced from a second sw-ourbox-apps repo." ,
17- "renderer" : " hello-world" ,
1817 "service_name" : " hello-world" ,
1918 "service_port" : 80 ,
2019 "host_template" : " hello.{box_host}" ,
2524 "default_backend" : false ,
2625 "image_names" : [
2726 " hello-world"
27+ ],
28+ "services" : [
29+ {
30+ "name" : " hello-world" ,
31+ "image" : " hello-world" ,
32+ "port" : 80 ,
33+ "command" : [],
34+ "args" : [],
35+ "env" : {},
36+ "storage" : null ,
37+ "health_path" : " /"
38+ }
2839 ]
2940 },
3041 {
3142 "id" : " ourbox-chat" ,
3243 "app_uid" : " techofourown/ourbox-chat" ,
3344 "display_name" : " OurBox Chat" ,
3445 "description" : " CPU-only local chat UI backed by a bundled small GGUF model." ,
35- "renderer" : " static-http" ,
3646 "service_name" : " ourbox-chat" ,
3747 "service_port" : 8080 ,
3848 "host_template" : " chat.{box_host}" ,
4353 "default_backend" : false ,
4454 "image_names" : [
4555 " ourbox-chat"
56+ ],
57+ "services" : [
58+ {
59+ "name" : " ourbox-chat" ,
60+ "image" : " ourbox-chat" ,
61+ "port" : 8080 ,
62+ "command" : [],
63+ "args" : [],
64+ "env" : {},
65+ "storage" : null ,
66+ "health_path" : " /"
67+ }
4668 ]
4769 }
4870 ]
You can’t perform that action at this time.
0 commit comments