File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Declarative app config for NiceGUI apps, install by running
2
+ # clace apply --approve --promote github.com/claceio/clace/examples/nicegui.star
3
+
4
+ ng_args = {"container_opts" : {"cpus" : "2" , "memory" : "512m" }, "spec" : "python-nicegui" }
5
+ app ("/nicegui/3d_scene" , "https://github.com/zauberzeug/nicegui/examples/3d_scene" , ** ng_args )
6
+ app ("/nicegui/chat_app" , "https://github.com/zauberzeug/nicegui/examples/chat_app" , ** ng_args )
7
+ app ("/nicegui/fullcalendar" , "https://github.com/zauberzeug/nicegui/examples/fullcalendar" , ** ng_args )
8
+ app ("/nicegui/infinite_scroll" , "https://github.com/zauberzeug/nicegui/examples/infinite_scroll" , ** ng_args )
9
+ app ("/nicegui/lightbox" , "https://github.com/zauberzeug/nicegui/examples/lightbox" , ** ng_args )
10
+ app ("/nicegui/todo_list" , "https://github.com/zauberzeug/nicegui/examples/todo_list" , ** ng_args )
You can’t perform that action at this time.
0 commit comments