Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08c4c78c8e | ||
|
|
9ce6a93b99 | ||
|
|
a20dc43559 | ||
|
|
d56192ce0d |
+1
-1
@@ -22,7 +22,7 @@
|
||||
<li>outgoing mail uses <b>smtp</b> with <b>ssl/tls</b> on port <b>465</b></li>
|
||||
</ul>
|
||||
<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>
|
||||
</div>
|
||||
<a href="/" class="self-start font-normal pop">← back</a>
|
||||
|
||||
@@ -7,10 +7,11 @@ html {
|
||||
background: url("../assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover, cover;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100dvh;
|
||||
min-height: 100dvh;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@@ -54,9 +55,9 @@ ul {
|
||||
.font-heavy { font-weight: 500; }
|
||||
|
||||
.max-w-md {
|
||||
max-width: calc(var(--space) * 200);
|
||||
max-width: calc(var(--space) * 180);
|
||||
@media (max-width: 1024px) {
|
||||
max-width: calc(var(--space) * 400);
|
||||
max-width: calc(var(--space) * 360);
|
||||
}
|
||||
}
|
||||
/* tailwind lite */
|
||||
|
||||
@@ -17,8 +17,9 @@
|
||||
<div class="flex flex-col gap-2">
|
||||
<h2 class="font-heavy big">terms</h2>
|
||||
<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 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 in any way that would negatively impact other users, nor anyone else.</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>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
|
||||
@@ -78,7 +78,7 @@ banner bottom "updated system"
|
||||
|
||||
# install misc
|
||||
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
|
||||
banner bottom "installed misc packages"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user