diff options
author | forest <forest.n.johnson@gmail.com> | 2021-04-21 16:51:48 -0500 |
---|---|---|
committer | forest <forest.n.johnson@gmail.com> | 2021-04-21 16:52:09 -0500 |
commit | 9ca027794ddd9041851db4caec7e27a808937230 (patch) | |
tree | aec3761f57b00b1ab09025e4a149b563e4e37be6 | |
parent | 9eb27539b7d6b0c925532c47bbd18bd076eeee52 (diff) | |
download | ops-handbook-master.tar.gz ops-handbook-master.tar.bz2 |
version
-rw-r--r-- | docs/forge.md | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/forge.md b/docs/forge.md index 6d13ae9..d298b89 100644 --- a/docs/forge.md +++ b/docs/forge.md @@ -1,8 +1,12 @@ # Forge -Forge is unique, because it's hosted on Alpine Linux, because it has to be. Therefore this system is managed without the use of GTFO. +Cyberia Forge is an instance of the [open source sourcehut software](https://sr.ht/). -Forge lives on forge.cyberia.club, and runs the following software: +It's hosted on Alpine Linux, because it has to be. ([Drew DeVault, sourcehut's creator](https://drewdevault.com/) distributes sourcehut's applications as [alpine packages]). + +Therefore this system is managed without the use of GTFO. + +Forge lives on forge.cyberia.club (rosewater.cyberia.club), and runs the following software: * meta.sr.ht * git.sr.ht @@ -18,3 +22,11 @@ Forge lives on forge.cyberia.club, and runs the following software: * shared cache * OpenSMTPD * Ingests mail for mailing lists & todo + +## Determining currently installed versions + +Since sourcehut is distributed via alpine linux packages, you can grab the current version of each package with + +``` +apk list --installed | grep sr.ht +```
\ No newline at end of file |