header-caddy: add <h2 />s

This commit is contained in:
Starbeamrainbowlabs 2024-02-02 00:14:27 +00:00
parent cb17042a4a
commit 1d0eee8ad8
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 5 additions and 6 deletions

View File

@ -806,14 +806,12 @@ footer {
<div class="wrapper panel">
<p>This is the starbeamrainbowlabs.com apt repository.</p>
<hr>
<h2>News</h2>
<p><strong>PSA 2024-02:</strong> If you're reading this, then the apt repository was transferred over to the new server successfully!</p>
<p><strong>PSA:</strong> Nomad, Consul, and Vault will no longer be updated in this repository in protest of the BSL licence change.<br />If anyone knows of a good alternative that isn't Kubernetes (or if it is Kubernetes, you better have a very good guide on integrating it into an *existing* network with an *existing* DNS and DHCP server setup), please get in touch.</p>
<hr>
<h2>Add to your system!</h2>
<p>Add this repository to your debian-based system like this:</p>
<pre><code># Add the repository
@ -824,10 +822,11 @@ wget -q https://apt.starbeamrainbowlabs.com/aptosaurus.asc -O- | sudo tee /etc/a
sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys D48D801C6A66A5D8
# Update apt's cache
sudo apt update</code></pre>
<h2>Policy notes</h2>
<p>Packages in this repository are automatically signed by aptosaurus, my apt repository bot. While every caution has been taken to avoid signing things we shouldn't, you should still exercise caution.</p>
<p>While packages in this repository primarily come from continuous integration / deployment, package updates are normally stashed and released every day at 2am, to ease updates for clients.</p>
<p>While packages in this repository primarily come from continuous integration / deployment, package updates are normally stashed and released every day at 2am, to ease updates for clients & load on the server from having to resign everything.</p>
<p>A human-readable summary of the packages available in this repository can be found in <a href="/SUMMARY.txt"><code>SUMMARY.txt</code></a>, which is automatically generated from the source packages in the repo.</p>