Compare commits

..
4 Commits
Author SHA1 Message Date
futile 08c4c78c8e scripts: add gdu to packages 2026-07-24 11:12:48 +01:00
futile 9ce6a93b99 home: update setup 2026-07-24 11:11:55 +01:00
futile a20dc43559 home: amend terms 2026-07-24 11:11:37 +01:00
futile d56192ce0d home: update style 2026-07-24 11:11:15 +01:00
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<li>outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li> <li>outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li>
</ul> </ul>
<ul class="font-light"> <ul class="font-light">
<li>the mailserver also has a few other functions. it is the oidc (auth) provider, and an administration dashboard, which anyone can use to configure their own email account.</li> <li>the mailserver also has a few other functions. it is an admin dashboard, which anyone can use to configure their own email account, and also the oidc (auth) provider.</li>
</ul> </ul>
</div> </div>
<a href="/" class="self-start font-normal pop">← back</a> <a href="/" class="self-start font-normal pop">← back</a>
+4 -3
View File
@@ -7,10 +7,11 @@ html {
background: url("../assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%); background: url("../assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover, cover; background-size: cover, cover;
background-attachment: fixed;
} }
body { body {
height: 100dvh; min-height: 100dvh;
padding: 20px; padding: 20px;
} }
@@ -54,9 +55,9 @@ ul {
.font-heavy { font-weight: 500; } .font-heavy { font-weight: 500; }
.max-w-md { .max-w-md {
max-width: calc(var(--space) * 200); max-width: calc(var(--space) * 180);
@media (max-width: 1024px) { @media (max-width: 1024px) {
max-width: calc(var(--space) * 400); max-width: calc(var(--space) * 360);
} }
} }
/* tailwind lite */ /* tailwind lite */
+3 -2
View File
@@ -17,8 +17,9 @@
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
<h2 class="font-heavy big">terms</h2> <h2 class="font-heavy big">terms</h2>
<ul class="font-light"> <ul class="font-light">
<li>you agree that you will not use atom.town in any way that would negatively impact other users, nor anyone else.</li> <li>you will not use atom.town in any way that would negatively impact other users, nor anyone else.</li>
<li>you agree that for any projects you host (or contribute to) on atom.town, llm usage will be <span title="while atom.town welcomes llms as a useful tool, they should be utilised sparingly, as it is all too easy to fall into the pit of overuse." class="hover">sparse</span>. largely unsupervised or unreviewed code is strongly prohibited.</li> <li>you will not use atom.town for bulk file storage (storing large files, or large volumes of files), even if such capabilities are present.</li>
<li>for any projects you host (or contribute to) on atom.town, llm usage will be <span title="while atom.town welcomes llms as a useful tool, they should be utilised sparingly, as it is all too easy to fall into the pit of overuse." class="hover">sparse</span>. largely unsupervised or unreviewed code is strongly prohibited.</li>
</ul> </ul>
</div> </div>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
+1 -1
View File
@@ -78,7 +78,7 @@ banner bottom "updated system"
# install misc # install misc
banner top "installing misc packages" banner top "installing misc packages"
sudo dnf install -y micro btop fastfetch policycoreutils-python-utils sudo dnf install -y micro btop gdu fastfetch policycoreutils-python-utils
curl -fsSL https://vykar.borgbase.com/install.sh | sh curl -fsSL https://vykar.borgbase.com/install.sh | sh
banner bottom "installed misc packages" banner bottom "installed misc packages"