đģInfrastructure And OperationsInventoryElliot
Elliot
Example of logging in and becoming root:
forest@debian:~$ ssh elliot.cyberia.club
Last login: Tue Dec 2 03:13:01 2025 from 198.74.6.203
(>'-')> âģââģ cy83RiA k4f3 & clu8
$ sudo -i
root@elliot:~# pwd
/root
root@elliot:~#
âšī¸ INFO: my username on my laptop here is the same as my username on the matrix server (forest), so I didn't have to provide the username in the ssh command. Otherwise I would have had to type ssh forest@matrix.cyberia.club
Table of Contents
-
List of places where Software is Configured
Places where Software is Configured
caddy, this is the web server we use for elliot. It handles automatically acquiring TLS certificates and serving static files publicly.
|
location |
description |
|---|---|
|
|
web server systemd service unit config file |
|
|
web server config file |
pandoc, the website build system that produces the static website content from source files.
|
location |
description |
|---|---|
|
|
scheduled task which pulls from git every minute and rebuilds the static site when something changes |
|
|
pandoc sites list configuration |
|
|
design guide site source code git repo |
|
|
design guide static files for publication (overwritten constantly by the automatic build) |
|
|
cyberia site source code git repo |
|
|
cyberia site static files for publication (overwritten constantly by the automatic build) |
|
|
layer zero site source code git repo |
|
|
layer zero site static files for publication (overwritten constantly by the automatic build) |
vaultwarden the pass.cyberia.club password manager
NOTE: it looks like right now this might depend on stuff that the docker daemon does to start up automatically on boot, there's no systemd service unit for it yet.
|
location |
description |
|---|---|
|
|
|
|
|
postgres database storage folder |
mycorrhiza the wiki.cyberia.club
TODO