summaryrefslogtreecommitdiffstats
path: root/web/html/index.html.in
blob: 214e8bbd88b8d8428f6d01f029d7639ba2c9aa40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<div style="height: 4em"></div>

<h1 class="pb-2 border-bottom">Pages</h1>

<div class="row g-4 py-5 row-cols-1 row-cols-lg-4">
  <div class="feature col">
    <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
      <a href="/systems.py" class="text-light text-decoration-none"><i class="bi bi-stickies"></i></a>
    </div>

    <h4>Systems</h4>
    <p><a href="/systems.py">Container management for systemd-nspawn.</a></p>
  </div>

  <div class="feature col">
    <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
      <a href="/services.py" class="text-light text-decoration-none"><i class="bi bi-gear"></i></a>
    </div>

    <h4>Services</h4>
    <p><a href="/services.py">Restart host services.</a></p>
  </div>

  <div class="feature col">
    <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
      <a href="/tools.py" class="text-light text-decoration-none"><i class="bi bi-diagram-3"></i></a>
    </div>

    <h4>Tools</h4>
    <p><a href="/tools.py">Network debugging tools.</a></p>
  </div>

  <div class="feature col">
    <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
      <a href="/ttyd.py" class="text-light text-decoration-none"><i class="bi bi-hdd-stack"></i></a>
    </div>

    <h4>Terminal</h4>
    <p><a href="/ttyd.py">Access the host system directly.</a></p>
  </div>

  <div class="feature col">
    <div class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient text-white fs-2 mb-3" style="background-color: #a40000;">
      <a href="/log.py" class="text-light text-decoration-none"><i class="bi bi-stack"></i></a>
    </div>

    <h4>Logfile</h4>
    <p><a href="/log.py">Read container log file.</a></p>
  </div>
</div>