Mercurial > code > home > repos > light9
annotate bin/collector @ 2036:00afa5ec081a
restore more of the stats widget including the cpu/mem spinner
author | drewp@bigasterisk.com |
---|---|
date | Sat, 09 Apr 2022 11:44:57 -0700 |
parents | f9faa2ec824f |
children | 5154f5a23e85 |
rev | line source |
---|---|
2035
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
1998
diff
changeset
|
1 #!/bin/sh |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
1998
diff
changeset
|
2 pnpx vite -c light9/web/homepage/vite.config.ts & |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
1998
diff
changeset
|
3 pdm run uvicorn light9.collector.service:app --host 0.0.0.0 --port 8202 |
f9faa2ec824f
WIP collector using starlette and vite
drewp@bigasterisk.com
parents:
1998
diff
changeset
|
4 wait |
1541
c1bf296b0a74
collector uses cyclone and gets a web ui showing output attrs
Drew Perttula <drewp@bigasterisk.com>
parents:
1530
diff
changeset
|
5 |