| commit | 0d9e125d30455e7d4352e1394fead5b093846621 | [log] [tgz] |
|---|---|---|
| author | Serge Bazanski <serge@monogon.tech> | Tue Sep 03 12:16:47 2024 +0200 |
| committer | Serge Bazanski <serge@monogon.tech> | Wed Sep 11 11:19:39 2024 +0000 |
| tree | e69047b94bba04e16d4cbfa89a4c7ffd30a3a176 | |
| parent | 5abcc7a8a8eb891c0f8920fbd4fa0104e751841b [diff] |
tconsole: init This introduces the 'tconsole' (terminal console), the default interface to show in /dev/tty1 on a Metropolis node. Currently it just shows some basic status in a single page. Upcoming changes will reintroduce a simple log dump on a different page, as well as entirely new features like supervision tree inspection. To iterate quickly on the console, a 'standalone' target is added which exercises the console on the user's terminal with fake node data. However only the actual console in Linux displays colours as intended. Change-Id: I5cfba2bdb320daa080a073e76bf0494aeab6a4d4 Reviewed-on: https://review.monogon.dev/c/monogon/+/3371 Reviewed-by: Leopold Schabel <leo@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.