File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ The primary application is responsible for listening on the network and
77for handling user authentication. It then provides access to the IncusOS
88management API through its own API.
99
10- IncusOS also supports additional ( non-primary) applications which can
11- extend the base system (for example for debugging) or provide additional
12- features to another application.
10+ IncusOS also supports [ additional] ( applications/ non-primary.md ) (non-primary)
11+ applications which can extend the base system (for example for debugging) or
12+ provide additional features to another application.
1313
1414``` {toctree}
1515:maxdepth: 1
@@ -19,4 +19,6 @@ Migration Manager </reference/applications/migration-manager>
1919Operations Center </reference/applications/operations-center>
2020
2121Shared API </reference/applications/shared-api>
22+
23+ Non-primary applications </reference/applications/non-primary>
2224```
Original file line number Diff line number Diff line change 1+ # Debug
2+
3+ The Debug application provides several additional tools that can be useful for developers working on debugging issues in an IncusOS system:
4+
5+ * ` htop `
6+ * ` ifstat `
7+ * ` iputils-ping `
8+ * ` nano `
9+ * ` mtr-tiny `
10+ * ` net-tools `
11+ * ` netcat-openbsd `
12+ * ` procps `
13+ * ` strace `
14+ * ` tcpdump `
Original file line number Diff line number Diff line change 1+ # Incus Ceph
2+
3+ The Incus Ceph (` incus-ceph ` ) application installs the Ceph client for Incus deployments needing to use [ Ceph storage] ( ../services/ceph.md ) .
Original file line number Diff line number Diff line change 1+ # Incus Linstor
2+
3+ The Incus Linstor (` incus-linstor ` ) application installs Linstor satellite support for Incus deployments needing to use [ Linstor storage] ( ../services/linstor.md ) .
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ Important seed fields include:
2828
2929Two additional applications exist which extend the main Incus application:
3030
31- * ` incus-ceph ` : Adds Ceph client support
32- * ` incus-linstor ` : Add Linstor satellite support
31+ * ` incus-ceph ` : Adds [ Ceph] ( ../services/ceph.md ) client support
32+ * ` incus-linstor ` : Adds [ Linstor] ( ../services/linstor.md ) satellite support
Original file line number Diff line number Diff line change 1+ # Non-primary applications
2+
3+ IncusOS uses non-primary applications to enhance the functionality of a primary application or provide debugging support.
4+
5+ ``` {toctree}
6+ :maxdepth: 1
7+
8+ Debug </reference/applications/debug>
9+ Incus-Ceph </reference/applications/incus-ceph>
10+ Incus-Linstor </reference/applications/incus-linstor>
11+ ```
You can’t perform that action at this time.
0 commit comments