about summary refs log tree commit diff stats
path: root/host.html
blob: 35d0d7c63b64a3fbabec42d1795645774aab49da (plain) (blame)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
        <meta charset='utf-8'>
        <title>Host Description</title>
    </head>
    <body>
        <a href="index.html">Documentation Index</a>
        <h1>Host Description</h1>

        <h2>Core</h2>
        <dl>
            <dt>Base OS</dt>
            <dd>Gnu/Linux Crux 3.2<dd>
            <dd><a href="core/install.html#step1">Download</a></dd>

            <dt>Package Management</dt>
            <dd><a href="core/ports.html">Ports</a></dd>
            <dd><a href="core/package.html">Package Management</a></dd>

            <dt>Storage</dt>
            <dd>Ext4, Btrfs</dd>
            <dd><a href="core/install.html#step2">Partitions</a></dd>
            <dd><a href="core/configure.html#fstab">Fstab</a></dd>

            <dt>Hostname</dt>
            <dd>c9</dd>
            <dd><a href="core/configure.html#hostname">Hostname</a></dd>
            <dd><a href="core/exim.html#cert">Exim certificates</a></dd>
        </dl>

        <h2>Network</h2>

        <dl>
            <dt>Network</dt>

            <dd>Network is
            <a href="core/network.html">configured</a> via init
            scripts, <a href="core/conf/rc.d/net">/etc/rc.d/net</a>
            script is targeted to configure ethernet interface while
            <a href="core/conf/rc.d/wlan">/etc/rc.d/wlan</a>
            for handling wireless interface. Wlan script always call
            dhcpd to listen on wireless interface.
            Both scripts setup default gateway route.</dd>

            <dt>Firewall</dt>

            <dd>Firewall is configured using
            <a href="core/network.html#iptables">iptables</a> with help
            of <a href="core/script/iptables.sh">iptables.sh</a> script.</dd>

            <dt>FQDN</dt>

            <dd>core.privat-server.net</dd>
            <dd><a href="tools/gpg.html#genkey">GPG certificates</a></dd>
            <dd><a href="tools/network.html#dnsmasq">Dnsmasq</a></dd>
            <dd><a href="tools/nginx.html">Nginx</a></dd>

            <dt>Access Point/Router</dt>

            <dd>Wireless interface <a href="tools/wireless.html">handle access point</a>.
            </dd>
            <dd><a href="tools/hostapd.html">Access Point</a></dd>

        </dl>

        <h2>DevOps</h2>
        <dl>
            <dt>Dns</dt>
            <dd><a href="tools/network.html#dnsmasq">Dns Server</a></dd>

            <dt>SSH</dt>
            <dd><a href="tools/openssh.html">SSH Server</a></dd>
            <dd><a href="tools/openssh.html#sshid">Local Identities</a></dd>

            <dt>Git</dt>
            <dd><a href="tools/gitolite.html">Gitolite</a></dd>

            <dt>Database</dt>
            <dd><a href="tools/postgresql.html">Postgresql</a></dd>

            <dt>Web Server</dt>
            <dd><a href="tools/nginx.html">Nginx</a></dd>

        </dl>

        <h2>Services</h2>
        <dl>
            <dt>Main Web Portal</dt>
            <dd><a href="dev/laravel-app.html">Web Application</a></dd>
        </dl>

        <a href="index.html">Documentation Index</a>
        <p>This is part of the c9 Manual.
        Copyright (C) 2016
        c9 team.
        See the file <a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a>
        for copying conditions.</p>
    </body>
</html>