aboutsummaryrefslogtreecommitdiff
path: root/services.html
blob: b0d8c95d137e822b564ab33c5c07cf9d120e28e9 (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
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <link rel="stylesheet" type="text/css" href="/style.css">
        <link rel="stylesheet" type="text/css" href="/about.css">
        <title>ARFNET</title>
    </head>

    <body>
        <header><a href="/">
            <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
        </a></header>
        <hr>
        <main>
            <h2 class="center">Services</h2>
            <p>Offered by ARFNET</p>
            <ul>
                <li>Public Services: free for all<ul>
                    <li>Web<ul>
                        <li>Whatever this site is</li>
                        <li><a href="https://memes.arf20.com">Memes</a></li>
                        <li><a href="https://cgit.arf20.com">CGit</a></li>
                        <li><a href="https://forum.arf20.com">Forum</a></li>
                        <li><a href="https://grafana.arf20.com">Grafana</a></li>
                        <li><a href="https://deb.arf20.com">Debian repo</a></li>
                        <li>Distributed RTMP-to-HLS stream viewer*</li>
                        <li>Riot (Matrix)*</li>
                    </ul></li>
                    <li>Public File server*<ul>
                        <li>HTTP/S*</li>
                        <li>FTP/FTPS*</li>
                        <li>SCP*</li>
                        <li>rsync*</li>
                    </ul></li>
                    <li>Speed test iperf3</li>
                    <li>Organization Git</li>
                    <li>IRC</li>
                    <li>NNTP USENET</li>
                    <li>Tor node*</li>
                    <li>NTP server at pool.ntp.org*</li>
                    <li>RTMP streaming distribution to HLS*</li>
                </ul></li>
                <li>Premium Services: charges may apply which may vary widely after negotiation. <a href="/contact.html">Contact</a> to apply.<ul>
                    <li>VPS with shared IPv4 (lease open ports) and dedicated IPv6</li>
                    <li>VPN</li>
                    <li>Proxy*</li>
                    <li>Web, Game, Bot, stuff Hosting</li>
                    <li>Subdomains .arf20.com with ARFNET NS</li>
                    <li>Storage</li>
                    <li>arfCloud</li>
                    <li><a href="https://nextcloud.arf20.com">Nextcloud</a></li>
                    <li><a href="https://jellyfin.arf20.com">Jellyfin</a></li>
                    <li>e-Mail @arf20.com</li>
                    <li><a href="https://webmail.arf20.com">Webmail</a></li>
                    <li>Matrix</li>
                    <li>XMPP</li>
                    <li>SIP VoIP with trunks to stuff*</li>
                    <li>Anything (?)</li>
                </ul></li>
                <li>Private Services: Staff only.<ul>
                    <li>NFS, SMB, DLNA</li>
                </ul></li>
            </ul>

            *Coming Soon-ish maybe
        </main>
    </body>
</html>