summaryrefslogtreecommitdiff
path: root/software.html
blob: 9e9cd8a95475473a1a7e88d79c4ea320514573d3 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang=en>
    <head>
        <title></title>
        <meta charset="utf-8"/>
        <link rel="shortcut icon" href="favicon.ico"/>
        <link rel='stylesheet' type='text/css' href='style.css'/>
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </head>
<body>
	<header><h1 class=pagetop>Software I Use</h1></header>
    <main>
		<p>This is some of the software that I use and recommend. 
		All of this software is FOSS.</p>

		<h2>Server Software</h2>

		<h3>Infrastructure</h3>
		<p><strong>Virtualization</strong> - Proxmox VE</p>
		<p><strong>Backups</strong> - Proxmox Backup Server</p>
		<p><strong>DNS</strong> - Pi-hole</p>
		
		<h3>Services</h3>
		<p><strong>Authentication and Identity</strong> - Authelia</p>
		<p><strong>LDAP</strong> - FreeIPA <a class=qr href=articles/freeipa-server.html>[kb]</a></p>
		<p><strong>RSS Aggregator</strong> - FreshRSS</p>
		<p><strong>Dashboard</strong> - Homer</p>
		<p><strong>Search Engine</strong> - SearxNG</p>
		<p><strong>Wiki</strong> - Bookstack</p>
		<p><strong>Personal Cloud</strong> - Nextcloud</p>
		<p><strong>Photo Management</strong> - Photoprism</p>
		<p><strong>Game Streaming</strong> - Sunshine + Moonlight</p>
		<p><strong>Mail Server</strong> - Postfix + Dovecot <a class=qr href=articles/mail-server.html>[kb]</a></p>

		<h3>Monitoring</h3>
		<p><strong>Service Monitoring</strong> - Prometheus + Grafana + Cadvisor</p>
		<p><strong>Log Management</strong> - Loki</p>

		<h3>Media</h3>
		<p><strong>Media Server</strong> - Jellyfin</p>
		<p><strong>Music Server</strong> - Navidrome</p>

		<h3>Development</h3>
		<p><strong>Configuration Management</strong> - Ansible</p>
		<p><strong>Git Repository</strong> - Gitea</p>
		<p><strong>Git Mirror</strong> - cgit</p>
		<p><strong>CI/CD</strong> - Jenkins</p>
		<p><strong>Diagramming</strong> - draw.io</p>


		<h2>Desktop Programs</h2>
		<p><strong>Window Manager</strong> - dwm <a class=qr href="https://git.chudnick.com/dwm/about">[git]</a></p>
		<p><strong>Shell</strong> - zsh <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/zsh">[git]</a></p>
		<p><strong>Terminal Emulator</strong> - st <a class=qr href="https://git.chudnick.com/st/about">[git]</a></p>
		<p><strong>Text Editor</strong> - vim <a class=qr href="https://git.chudnick.com/dotfiles/tree/.vim">[git]</a></p>
		<p><strong>Music Player</strong> - cmus <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/cmus">[git]</a></p>
		<p><strong>Process Monitor</strong> - htop <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/htop">[git]</a></p>
		<p><strong>Media Player</strong> - mpv </p>
		<p><strong>Email</strong> - neomutt, isync, msmtp 
			<a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/mutt">[git]</a>
			<a class=qr href=articles/mutt.html> [kb]</a></p>
		<p><strong>PDF Reader</strong> - zathura <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/zathura">[git]</a></p>
		<p><strong>Sandbox</strong> - firejail <a class=qr href="https://git.chudnick.com/dotfiles/tree/.config/firejail">[git]</a></p>
		<p><strong>Firewall</strong> - ufw</p>


    </main>
    <footer><a href=index.html>www.chudnick.com</a></footer>
</body>
</html>