v2: initial commit
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

* Separate german and english language pages
* Add a services page with details per service
* Move hakken dates into the same container as the text
* Introductory text on the homepage
This commit is contained in:
Benjamin Yule Bädorf 2024-03-06 16:34:00 +01:00
parent 3766a9f945
commit e6279896d6
Signed by: b12f
GPG key ID: 729956E1124F8F26
30 changed files with 1354 additions and 510 deletions

View file

@ -7,6 +7,38 @@ import postcss from "lume/plugins/postcss.ts";
const site = lume();
const languages = [
{
name: 'deutsch',
slug: 'de',
urlPrefix: 'de',
},
{
name: 'english',
slug: 'en',
urlPrefix: '',
},
];
site.data('languages', languages);
site.preprocess([ '.yml' ], (pages) => {
for (const page of pages) {
const urlParts = (page.data.url || '').replace(/^\/|\/$/g, '').split('/');
const langPrefix = urlParts[0];
const currentLang = (() => {
if (langPrefix.length === 2) {
return languages.find(lang => lang.urlPrefix === langPrefix);
}
return languages.find(lang => lang.urlPrefix.length === 0);
})() || languages[0];
page.data.language = currentLang;
page.data.otherLang = languages.find(l => l.slug !== currentLang.slug);
page.data.baseURL = page.data.url.replace(new RegExp(`^\\/${currentLang.slug}`), '');
}
});
site.use(sass());
site.use(date());
site.use(jsx());
@ -26,6 +58,13 @@ site.loadAssets([
".txt",
]);
site.ignore("README.md", "CHANGELOG.md", "LICENSE.md", "docker-compose.yml");
site.ignore(
".direnv",
"README.md",
"CHANGELOG.md",
"LICENSE.md",
"docker-compose.yml",
);
export default site;

View file

@ -1,16 +1,6 @@
dates:
- name: Winter 2024
theme: org-mode
location:
en: Berlin
de: Berlin
description:
en: |
This hakken will include our yearly general assembly. This is the perfect opportunity to get to know the internals of the organization, and to get involved!
de: |
Auf diesem hakken wird die Mitgliederversammlung stattfinden. Dies ist die perfekte Gelegenheit pub.solar n.e.V. als Organisation kennenzulernen und mitzumachen!
- name: Spring 2024
id: spring-2024
theme: Push for privacy
location:
en: Cologne @ [MiOM space](https://miom.space)
@ -30,10 +20,11 @@ dates:
Projekt-Ideen:
* Löschen von alten Accounts automatisieren
* eine Analyse unserer Datenspeicherung erstellen; was speichern wir und wo? Können wir das reduzieren?
* unsere Datenschutzerklärung auffrischen
* unser20e Datenschutzerklärung auffrischen
* schauen ob wir eigene Hardware kriegen könnten
- name: Summer 2024
id: summer-2024
theme: Hot CPU Summer
location:
en: Cologne @ [MiOM space](https://miom.space)
@ -53,6 +44,7 @@ dates:
* Einen open source Fahrradcomputer bauen
- name: Autumn 2024
id: autumn-2024
theme: Awesome hardware autumn
location:
en: Cologne @ [MiOM space](https://miom.space)
@ -79,8 +71,8 @@ strings:
en: 'Where'
de: 'Wo'
comingDates:
en: 'The following dates are scheduled:'
de: 'Folgende Termine stehen an:'
en: 'Upcoming dates'
de: 'Kommende Termine'
friday:
en: 'friday'
de: 'Freitag'

342
_data/services.yml Normal file
View file

@ -0,0 +1,342 @@
services:
- name: Nextcloud
id: nextcloud
description:
en: Store your files, calendar, contacts and many other things in the local cloud. Access from all your devices.
de:
link: https://cloud.pub.solar
wiki: https://wiki.pub.solar/index.php/Nextcloud
support:
status: yes # yes partial no
backups:
status: untested # fully-automated untested not-applicable no
anonymousUsage:
status: no # yes partial no
zeroKnowledge: # yes partial no
status: no
comment:
en: |
By default, no data in Nextcloud is encrypted and everything is readable and changeable by pub.solar administrators.
However, we have installed the [End-to-End Encryption app](https://apps.nextcloud.com/apps/end_to_end_encryption) which gives you the option to encrypt files before they are sent to the pub.solar cloud.
This application has horrible reviews, with lots of people saying they suffered dataloss. Though we offer this option, **there will be no support or help** if you use this app and lose data.
de:
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: yes
- name: Mastodon
id: mastodon
description:
en: Social networking and microblogging.
de:
link: https://mastodon.pub.solar
support:
status: yes # yes partial no
backups:
status: untested # fully-automated untested not-applicable no
anonymousUsage:
status: partial # yes partial no
comment:
en: You can use our web interface to read posts, but if you want to post stuff yourself you'll need a pub.solar ID.
de:
zeroKnowledge: # yes partial no
status: no
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: yes
- name: Matrix
id: matrix
description:
en: Matrix is an encrypted chat service. It can be used as an alternative to tools like Discord, Slack, or IRC. In fact, Matrix can bridge into these other chat tools, allowing you to chat with everyone from one place.
de:
link: https://chat.pub.solar
support:
status: yes # yes partial no
backups:
status: untested # fully-automated untested not-applicable no
anonymousUsage:
status: no # yes partial no
zeroKnowledge: # yes partial no
status: partial
comment:
en: |
By default pub.solar admins cannot read the content of your messages, but there is data that is accessible:
* Who you're talking to
* When you're talking to them
* When you are online or offline
Also, some larger public rooms are unencrypted, and you have the option to turn off encryption on rooms you control.
de:
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: yes
- name: Forgejo / git
id: forgejo
description:
en: git server
de:
link: https://git.pub.solar
support:
status: yes # yes partial no
backups:
status: untested # fully-automated untested nnot-applicable no
anonymousUsage:
status: no # yes partial no
zeroKnowledge: # yes partial no
status: no
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: no
- name: Wiki
id: wiki
description:
en: Our wiki
de:
link: https://wiki.pub.solar
support:
status: partial # yes partial no
backups:
status: untested # fully-automated untested not-applicable no
comment:
en: The database is backed up, but not assets like images.
de:
anonymousUsage:
status: partial # yes partial no
zeroKnowledge: # yes partial no
status: no
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: no
- name: Mailman
id: mailman
description:
en: Mailing lists
de:
link: https://list.pub.solar
support:
status: partial # yes partial no
backups:
status: untested # fully-automated untested not-applicable no
anonymousUsage:
status: no # yes partial no
zeroKnowledge: # yes partial no
status: no
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: no
- name: Open Bike Sensor portal
id: obs-portal
description:
en: Portal for the open bike sensor project. This portal currently only hosts the cologne/bonn region.
de:
link: https://obs-portal.pub.solar
support:
status: partial # yes partial no
backups:
status: untested # fully-automated untested not-applicable no
anonymousUsage:
status: no # yes partial no
zeroKnowledge: # yes partial no
status: no
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: no
- name: Searx
id: searx
description:
en: Metasearch engine
de:
link: https://search.pub.solar
support:
status: no # yes partial no
backups:
status: not-applicable # fully-automated untested not-applicable no
anonymousUsage:
status: yes # yes partial no
zeroKnowledge: # yes partial no
status: yes
storageEncrypted: # yes no
status: yes
loggingMinimized: # yes partial no
status: no
decentralized: # yes partial no
status: not-applicable
strings:
states:
yes:
en: Yes
de: Ja
partial:
en: Partial
de: Teilweise
no:
en: No
de: Nein
not-applicable:
en: Not applicable
de: Nicht zutreffend
fully-automated:
en: Fully automated
de: Komplett automatisiert
untested:
en: Yes, untested
de: Ja, nicht getestet
support:
name:
en: Support
de: Unterstützung
description:
en: This badge describes how much love and support this service gets from the pub.solar community. Services with a higher level of support are less likely to suffer from outages or dataloss.
de:
states:
yes:
en: We consider this service to be part of our core. It is among our highest priority services to keep online, up-to-date, and backed-up. This service will not be shut down without at least 3 months of prior notice.
de:
partial:
en: We've been running this service for a while, and it's probably going to be around to stay. However, it is not our highest priority. We could shut this service down with only a couple of days of prior notice.
de:
no:
en: This service is running because someone thought it was fun to try out, as a test, or is very new. Expect changes, downtime, or even shutdown to happen at any time.
de:
backups:
name:
en: Backups
de: Backups
description:
en: This badge shows whether the data in the service is automatically backed up every day.
de:
states:
yes:
en: Daily encrypted backups are made automatially and are tested so we can also automatically restore the service from a previous backup.
de:
untested:
en: We run daily encrypted backups to an offsite location, but we do not have automated tests to see if recovery works. In a catastrophic event, recovery might take a long time.
de:
not-applicable:
en: This service does not store any data to be backed up.
de:
no:
en: Data from this service is not backed up. Expect dataloss any time.
de:
anonymousUsage:
name:
en: Anonymous usage
de: Anonyme Benutzung
description:
en: This badge shows whether you can use the service without registering a pub.solar ID.
de:
states:
yes:
en: You can use all features of this service without logging in to a pub.solar ID.
de:
partial:
en: Some features of this service require you to log in to a pub.solar ID.
de:
no:
en: You have to log in to a pub.solar ID to use this service.
de:
zeroKnowledge:
name:
en: Zero knowledge
de: Zero knowledge
description:
en: This badge tells you how much access the pub.solar administrators have to your data in that service.
de:
states:
yes:
en: pub.solar administrators have no access to your data in this service.
de:
partial:
en: Some of the data of this service is unreadable to pub.solar administrators, but not all.
de:
no:
en: All your data in this service is readable by pub.solar administrators.
de:
storageEncrypted:
name:
en: Storage encrypted
de: Verschlüsselter Speicher
description:
en: |
This badge tells you whether the service data is stored on encrypted drives. This protects against unwanted physical access to the servers, since only the pub.solar administrators can unlock the hard drive encryption.
***Caveat***: Man-in-the-middle attacks that intercept the password in-transit when pub.solar administrators remotely unlock the disk can circumvent this. Do not rely on storage encryption to keep your data safe from highly-capable attackers like nation-states. Focus on the zero-knowledge badge if this is your threat-model.
de:
states:
yes:
en: This service runs on a server with encrypted hard drives.
de:
no:
en: This service **does not** run on a server with encrypted hard drives.
de:
loggingMinimized:
name:
en: Logging minimized
de: Minimiertes Logging
description:
en: This badge tells you whether we've configured the service and any related software so it logs as little data as possible.
de:
states:
yes:
en: No logs are written at all.
de:
partial:
en: We've reduced the amount of logging, but there is still some amount of activity logging going on.
de:
no:
en: This service runs in its default logging configuration.
de:
decentralized:
name:
en: Decentralized
de: Dezentralisiert
description:
en: |
This badge shows whether this service can interact with services of similar types hosted by other people or organizations.
For example, you can send an email from your own provider to someone who has their address with some other provider. With facebook messages you cannot do this; all facebook messages have to go to other facebook users.
de:
states:
yes:
en: All relevant communication features of this service can interact with other instances of similar services.
de:
partial:
en: Some features of this service can interact with other instances.
de:
not-applicable:
en: This service has no features that could be decentralized.
de:
no:
en: This service is centralized.
de:

View file

@ -43,16 +43,16 @@ const getStartAndEnd = (date) => {
}
};
export default ({ data, lang, className }) => {
export default ({ data, lang, className = '', }) => {
const strings = data.strings;
const dates = data.dates;
const t = (o) => o?.[lang] || '';
return <div
return <section
id={`dates-list-${lang}`}
className={`ps-hakken-dates ${className}`}
>
<p>{t(strings.comingDates)}</p>
<h3>{t(strings.comingDates)}</h3>
<ul className="ps-hakken-dates--list">
{dates.map((date, i) => {
const { start, end } = getStartAndEnd(date);
@ -68,7 +68,16 @@ export default ({ data, lang, className }) => {
].filter(n => n !== null).join(' ');
return <li key={i} className="ps-hakken-dates--item">
<h3>{date.name} [{date.theme}]</h3>
<h4
id={date.id}
className="ps-hakken-dates--title"
>
{date.name} [{date.theme}]
<a
href={`#${date.id}`}
className="ps-hakken-dates--permalink"
>#</a>
</h4>
<div className="ps-hakken-dates--meta">
<p className="ps-hakken-dates--times">{t(strings.when)}: {untilString}.</p>
<p className="ps-hakken-dates--location">
@ -80,5 +89,5 @@ export default ({ data, lang, className }) => {
</li>;
})}
</ul>
</div>;
</section>;
};

View file

@ -3,11 +3,14 @@ import { title as titleFilter } from '../filters.ts';
export default ({
title,
theme,
baseURL,
otherLang,
extraStylesheets,
extraScripts,
cacheBust,
}) => <head>
<meta charSet="utf-8" />
<title>{ titleFilter(title) }</title>
<link rel="shortcut icon" href="/assets/pubsolar.svg" />
@ -17,6 +20,8 @@ export default ({
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="alternate" hrefLang={otherLang.slug} href={otherLang.urlPrefix ? `/${otherLang.urlPrefix}` : baseURL} />
<link rel="stylesheet" type="text/css" href={`/styles.css${cacheBust}`} media="all" />
<>

4
_includes/Langlink.tsx Normal file
View file

@ -0,0 +1,4 @@
export default ({ otherLang, baseURL }) => <a
href={otherLang.urlPrefix ? `/${otherLang.urlPrefix }` : baseURL}
class="ps-homelink ps-homelink_lang"
>{otherLang.slug}</a>

54
_includes/Services.tsx Normal file
View file

@ -0,0 +1,54 @@
import { md, mdi } from '../filters.ts';
const badges = [
"support",
"backups",
"anonymousUsage",
"zeroKnowledge",,
"loggingMinimized",
"decentralized",
"storageEncrypted",
] as string[];
export default ({ data, language, className = '', }) => {
const { services, strings } = data;
return <>
{services.map((service, i) => {
return <section key={i} className={`${className} ps-service`}>
<header className="ps-service--header">
<h2 className="ps-service--title" id={service.id}>{service.name}</h2>
<div className="ps-service--links">
<a href={service.link} target="_blank">Visit service</a>
{service.wiki ? <a href={service.wiki} target="_blank">Wiki help page</a> : null}
</div>
</header>
<div
className="ps-service--description"
dangerouslySetInnerHTML={{ __html: md(service.description[language.slug]) }}
></div>
<div className="ps-service--badges">
{badges.map((badge, i) => {
const { status, comment } = service[badge];
return <details key={i} className={`ps-service--badge ps-service--badge_${status}`}>
<summary className="ps-service--badge-header">
<div className="ps-service--badge-title">{strings[badge].name[language.slug]}</div>
<div className="ps-service--badge-status">{strings.states[status][language.slug]}</div>
</summary>
<p dangerouslySetInnerHTML={{ __html: md(strings[badge].description[language.slug]) }}></p>
<p dangerouslySetInnerHTML={{ __html: md(strings[badge].states[status][language.slug]) }}></p>
{comment ? <p dangerouslySetInnerHTML={{ __html: md(comment[language.slug]) }}></p> : null }
</details>;
})}
</div>
</section>;
})}
</>;
};

View file

@ -2,12 +2,17 @@ import { md } from '../../filters.ts';
import Head from '../Head.tsx';
import Background from '../Background.tsx';
import Homelink from '../Homelink.tsx';
import Langlink from '../Langlink.tsx';
import HakkenDates from '../HakkenDates.tsx';
import Services from '../Services.tsx';
export default ({
title,
content,
language,
otherLang,
baseURL,
theme,
extraStylesheets,
extraScripts,
@ -15,11 +20,16 @@ export default ({
showHakkenDates,
hakken,
showServices,
services,
}) => <>
<html>
<html lang={language.slug}>
<Head
title={title}
theme={theme}
otherLang={otherLang}
baseURL={baseURL}
extraStylesheets={extraStylesheets}
cacheBust={cacheBust}
extraScripts={[...(extraScripts || []), '/scripts/copy-code.js']}
@ -30,48 +40,15 @@ export default ({
<Homelink />
<Langlink otherLang={otherLang} baseURL={baseURL} />
<main className="ps-main--page ps-page">
<section
lang="en"
id="en"
className="ps-page--section"
>
<a
className="ps-page--section-link"
href="#de"
>
Deutsche übersetzung unten
<span className="ps-page--section-link-icon"></span>
</a>
<div className="ps-page--contents">
<section dangerouslySetInnerHTML={{ __html: md(content) }}></section>
{showServices ? <Services lang="en" language={language} data={services} /> : null}
{showHakkenDates ? <HakkenDates lang="en" data={hakken} /> : null}
</div>
<div
dangerouslySetInnerHTML={{ __html: md(content.en) }}
className="ps-page--section-contents"
></div>
{showHakkenDates ? <HakkenDates lang="en" className="ps-page--section-contents" data={hakken} /> : null}
</section>
<section
lang="de"
id="de"
className="ps-page--section"
>
<a
className="ps-page--section-link"
href="#en"
>
English translation above
<span className="ps-page--section-link-icon"></span>
</a>
<div
dangerouslySetInnerHTML={{ __html: md(content.de) }}
className="ps-page--section-contents"
></div>
{showHakkenDates ? <HakkenDates lang="de" className="ps-page--section-contents" data={hakken} /> : null}
</section>
</main>
</body>
</html>

View file

@ -7,15 +7,20 @@ export default ({
content,
code,
language,
otherLang,
baseURL,
theme,
extraStylesheets,
extraScripts,
cacheBust,
}) => <>
<html>
<html lang={language.slug}>
<Head
title={title}
theme={theme}
otherLang={otherLang}
baseURL={baseURL}
extraStylesheets={extraStylesheets}
cacheBust={cacheBust}
extraScripts={extraScripts}

View file

@ -1,27 +1,43 @@
import { md } from '../../filters.ts';
import Head from '../Head.tsx';
import Background from '../Background.tsx';
import Langlink from '../Langlink.tsx';
export default ({
title,
content,
links,
language,
otherLang,
baseURL,
theme,
extraStylesheets,
extraScripts,
cacheBust,
}) => <>
<html>
<html lang={language.slug}>
<Head
title={title}
theme={theme}
otherLang={otherLang}
baseURL={baseURL}
extraStylesheets={extraStylesheets}
cacheBust={cacheBust}
extraScripts={extraScripts}
/>
<body className="ps-main">
<Background />
<Langlink otherLang={otherLang} baseURL={baseURL} />
<main className="ps-main--page ps-page ps-page_home">
<section
className="ps-page--contents"
dangerouslySetInnerHTML={{ __html: md(content) }}
></section>
<section className="ps-page--links">
{links.map(({ href, title, openInNewTab }) =>
<a
href={href}
@ -30,6 +46,7 @@ export default ({
key={href}
>{title}</a>
)}
</section>
</main>
</body>
</html>

View file

@ -0,0 +1,48 @@
import { md } from '../../filters.ts';
import Head from '../Head.tsx';
import Background from '../Background.tsx';
import Homelink from '../Homelink.tsx';
import HakkenDates from '../HakkenDates.tsx';
export default ({
title,
content,
language,
otherLang,
baseURL,
theme,
extraStylesheets,
extraScripts,
cacheBust,
showHakkenDates,
hakken,
}) => <>
<html lang={language.slug}>
<Head
title={title}
theme={theme}
otherLang={otherLang}
baseURL={baseURL}
extraStylesheets={extraStylesheets}
cacheBust={cacheBust}
extraScripts={[...(extraScripts || []), '/scripts/copy-code.js']}
/>
<body className="ps-main">
<Background />
<Homelink />
<main className="ps-main--page ps-page">
<div
dangerouslySetInnerHTML={{ __html: md(content) }}
className="ps-page--contents"
></div>
{showHakkenDates ? <HakkenDates lang="en" className="ps-page--contents" data={hakken} /> : null}
</main>
</body>
</html>
</>;

View file

@ -1,14 +1,21 @@
.ps-hakken-dates {
margin: 5vw;
margin-top: 0;
&--list {
list-style: none;
padding: 0;
}
&--title {
display: flex;
align-items: center;
justify-content: space-between;
}
&--permalink {
min-height: 2rem;
}
&--item {
border-left: 3px solid var(--accent);
border-left: 0.25rem solid var(--accent);
padding-left: 1rem;
}

View file

@ -10,21 +10,29 @@
text-decoration: none;
text-align: center;
font-weight: 900;
font-size: 24px;
padding: 8px;
font-size: 1.5rem;
padding: 0.5rem;
line-height: 1em;
text-shadow: 0.15vw 0px 0px white;
text-shadow: 0.1em 0px 0px white;
transition: text-shadow 0.1s ease;
border: 12px solid black;
border: 1rem solid black;
border-top: 0;
border-left: 0;
&:hover {
text-shadow: 0.3vw 0px 0px var(--accent);
text-shadow: 0.1em 0px 0px var(--accent);
}
@media screen and (min-width: 1200px) {
font-size: 32px;
padding: 12px;
font-size: 2rem;
padding: 1rem;
}
&_lang {
left: unset;
right: 0;
border: 1rem solid black;
border-top: 0;
border-right: 0;
}
}

View file

@ -6,8 +6,6 @@
height: 100vh;
width: 100vw;
margin: 0;
padding-top: 10vw;
padding-bottom: 2vw;
overflow: auto;
position: relative;

View file

@ -2,30 +2,37 @@
display: flex;
width: 100vw;
flex-direction: column;
align-items: center;
align-items: flex-start;
justify-content: flex-start;
padding: 0;
padding: 1rem;
pointer-events: none;
@media screen and (min-width: 1200px) {
padding: 1vw;
flex-direction: row;
align-items: flex-start;
}
&_home {
padding: 2rem;
flex-direction: row;
flex-wrap: wrap;
}
&--section {
@media screen and (min-width: 1600px) {
padding: 4rem;
}
&_home {
flex-direction: column;
flex-wrap: nowrap;
}
&_home &--contents {
font-size: 1.25rem;
}
&--contents {
border: 12px solid black;
margin-top: 10vh;
margin-bottom: 10vh;
margin-top: 20rem;
margin-bottom: 20rem;
width: 100%;
max-width: 700px;
max-width: 800px;
flex-basis: 100%;
font-size: 16px;
flex-shrink: 1;
pointer-events: all;
color: var(--foreground);
@ -33,13 +40,13 @@
word-break: break-word;
display: flex;
flex-direction: column;
margin: 0;
font-weight: 500;
line-height: 1.75;
padding: 1.5rem;
@media screen and (min-width: 1200px) {
margin: 1vw;
}
&_home {
padding: 5vw;
padding: 3rem;
}
a {
@ -57,38 +64,6 @@
width: 230px;
margin-top: 1rem;
}
}
&--section-link {
position: sticky;
top: 0;
background-color: var(--background);
padding: 1rem;
display: flex;
justify-content: flex-end;
align-items: center;
text-align: right;
padding-left: 132px;
@media screen and (min-width: 1200px) {
display: none;
border-bottom: 0;
}
&-icon {
margin-left: 8px;
}
}
&--section-contents {
margin: 5vw;
margin-bottom: 0;
font-weight: 500;
line-height: 1.4;
&:last-child {
margin-bottom: 5vw;
}
pre,
code {
@ -108,15 +83,30 @@
> * {
margin-bottom: 0;
margin-top: 8px;
margin-top: 1.5rem;
}
> h1, h2 {
margin-top: 32px;
> h1,
> h2 {
line-height: 1.5;
}
}
&--links {
margin-top: 1rem;
display: flex;
flex-direction: row;
flex-wrap: wrap;
@media screen and (min-width: 700px) {
margin-top: 1.5rem;
}
@media screen and (min-width: 1000px) {
margin-top: 2rem;
}
}
&--link {
pointer-events: all;
color: var(--foreground);
@ -124,24 +114,30 @@
text-decoration: none;
text-align: center;
font-weight: 900;
font-size: 12rem;
font-size: 2rem;
line-height: 1em;
padding: 0.2vw;
margin: 2vw;
text-shadow: 0.15vw 0px 0px white;
padding: 0.4rem;
margin: 0;
margin-right: 1rem;
margin-bottom: 1rem;
text-shadow: 0.01em 0px 0px white;
transition: text-shadow 0.1s ease;
border: 12px solid black;
border: 0.75rem solid black;
&:hover {
text-shadow: 0.3vw 0px 0px var(--accent);
text-shadow: 0.1em 0px 0px var(--accent);
}
@media screen and (min-width: 700px) {
font-size: 8rem;
font-size: 3rem;
margin-right: 1.5rem;
margin-bottom: 1.5rem;
}
@media screen and (min-width: 1000px) {
font-size: 4rem;
margin-right: 2rem;
margin-bottom: 2rem;
}
}
}

View file

@ -0,0 +1,116 @@
.ps-service {
margin-top: 2rem;
margin-right: 1rem;
&--header {
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 0.25rem solid black;
};
&--title {
margin: 0;
}
&--links {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
flex-basis: 8rem;
flex-grow: 1;
max-width: 16rem;
> * {
margin-left: 2rem;
}
}
&--description {
margin: 0;
> * {
margin: 0;
margin-top: 1rem;
}
}
&--badges {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-top: 1rem;
@media screen and (min-width: 700px) {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 0.5rem 1rem;
}
}
&--badge {
display: flex;
justify-content: space-between;
border-left: 0.25rem solid var(--accent);
padding-left: 1rem;
@media screen and (min-width: 700px) {
flex-basis: 50%;
}
&_yes,
&_fully-automated {
border-left-color: #009d11;
}
&_partial,
&_untested {
border-left-color: #ff8f00;
}
&_not-applicable {
border-left-color: #555;
}
&_no {
border-left-color: var(--accent);
}
}
&--badge-header {
display: flex;
justify-content: space-between;
cursor: pointer;
}
&--badge-title {
font-weight: bold;
}
&--badge-status {
display: inline-flex;
}
$b: &;
&--badge {
&_yes #{$b}--badge-status,
&_fully-automated #{$b}--badge-status {
color: #007d0e;
}
&_partial #{$b}--badge-status,
&_untested #{$b}--badge-status {
color: #ac6100;
}
&_not-applicable #{$b}--badge-status {
color: #555;
}
&_no #{$b}--badge-status {
color: var(--accent);
}
}
}

View file

@ -1,5 +1,10 @@
* {
box-sizing: border-box;
scroll-margin-top: 4rem;
@media screen and (min-width: 1200px) {
scroll-margin-top: 6rem;
}
}
html {
@ -20,7 +25,22 @@ html {
width: 100vw;
height: 100vh;
margin: 0;
font-size: 1vw;
}
h1 {
font-size: 2.25rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 1rem;
}
@import './main';
@ -31,4 +51,5 @@ html {
@import './homelink';
@import './copy-code-button.scss';
@import './hakken-dates.scss';
@import './service.scss';

View file

@ -2,8 +2,7 @@ layout: layouts/default.tsx
title: About & Imprint
content:
en: |
content: |
# Hi! We're pub.solar
We are a non-registered association seated in Cologne, Germany. Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data.
@ -89,89 +88,3 @@ content:
We use a dedicated server from Hetzner GmbH hosted in Germany.
The code for the infrastructure can be found [in this git repository](https://git.pub.solar/pub-solar/infra).
de: |
# Hi! Wir sind pub.solar
Wir sind ein nicht eingetragener Verein mit Sitz in Köln. Unser Ziel ist es mehr Menschen zu ermöglichen, Freie Software zu benutzen, sicher digital zu kommunizieren, und datensparsamer zu leben.
Wir stellen für Dich und alle Menschen die Du lieb hast auf transparente und demokratische Weise freie Software zur Verfügung.
Momentan bieten wir diese Services an:
* [Matrix](https://chat.pub.solar): dezentraler, Ende-zu-Ende verschlüsselter Chat, ähnlich wie Slack oder Discord,
* [Mastodon](https://mastodon.pub.solar): dezentrale Mikrobloggingplattform, ähnlich wie Twitter,
* [Nextcloud](https://cloud.pub.solar): Cloud mit Office Möglichkeiten, ähnlich wie Teile der Google Suite und Microsoft Office 365,
* [Forgejo](https://git.pub.solar/): ein git Server, ähnlich wie GitHub oder Gitlab.
Ausserdem bieten wir folgende Services an, die jederzeit geändert werden oder verschwinden könnten:
* [Searx](https://search.pub.solar/): eine Meta-Suchmachine, ähnlich wie Google oder Bing,
* [Mailman](https://lists.pub.solar/): eine Software für Mailing-Listen,
* [OBS Portal](https://obs-portal.pub.solar/): ein Server um [OpenBikeSensor](https://www.openbikesensor.org/)-Daten zu speichern, begrenzt auf die Region Köln/Bonn.
Für manche dieser Services musst du einen Account registrieren, bei uns heißt der [pub.solar ID](https://auth.pub.solar). Die Registrierung ist für alle offen. Bei der Nextcloud ist der Speicherplatz allerdings stark begrenzt. Falls du Speicherplatz in der Nextcloud haben willst, kontaktiere die Crew.
## Kontakt und Hilfe
Du kannst uns via [#General in Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [@crew auf Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder eine Mail an [crew@pub.solar](mailto:crew@pub.solar) schicken.
Unseren PGP Schlüssel findest du [hier](https://keys.openpgp.org/vks/v1/by-fingerprint/8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3). Er hat folgenden Fingerabdruck:
```
8A89 87AD E373 6C8C A2EB 315A 9B80 9EBB DD62 BAE3
```
Schau dir bei Fragen gerne unser [wiki](https://wiki.pub.solar) an oder kontaktiere uns über einen der oben genannten Kanäle. Im Matrix [#General Raum](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) gibt es immer Menschen, die gerne deine Fragen beantworten.
## Mitglied oder Helfer*in werden
Bist du daran interessiert ein Mitglied von pub.solar n.e.V. zu werden? Du würdest die Organisation gerne mit Arbeit, Geld, oder einfach nur deinen Namen unterstützen?
Momentan sind wir ein nicht eingetragener Verein. Das bedeutet das wir juristisch eine Gruppe einzelner Personen sind (wie eine GbR) und der Verein nicht haften oder als juristische Person existiert. Unser Ziel ist es einen eingetragener Verein (e.V.) zu gründen.
Wir suchen immer nach Hilfe und Unterstützung. Eine Mitgliedschaft ist momentan weder mit Kosten noch Vorteile verbunden, und sollte eher ein Zeichen der Unterstützung sein. Wir ermutigen jede*n ein Mitglied zu werden, sogar (oder, vor allem) wenn du nicht sehr technisch bewandert bist. Unser Ziel ist es pub.solar zu einer Organisation zu machen die _allen_ hilft, vor allem Menschen die selbständig nicht in der Lage wären IT-Infrastruktur zu verwalten. Wir wollen dir eine Stimme in den Entscheidungen bezüglich deiner IT-Services geben. Wir wollen, dass die Community gemeinsam entscheidet wie IT die mit Solidarität, Freiheit, Privacy, und gegenseite Unterstützung gebaut wird aussieht.
Klingt nach deinem Ding? Schon ne Ahnung was du machen willst? Keine Ahnung was du machen willst? Schick die Crew ne Nachricht, wir freuen uns von dir zu hören!
## Finanzierung
Die laufenden Kosten zahlen wir momentan aus eigener Tasche (wie der Server + die Domain).
Diese Situation ist nicht nachhaltig, also arbeiten wir aktuell daran einen e.V. zu gründen und die Finanzierung zu sichern. Wir freuen uns über alle, die sich einbringen oder helfen möchten.
### Per IBAN spenden
Jhonas Wernery
DE70430609674093197701
GLS Bank
## Impressum
pub.solar n.e.V.
<script>
document.write(
'<p>' +
(['Benjamin Bädorf', 'Jhonas Wernery', 'Hendrik Sokolowki', 'Akshay Mankar']
.sort(() => Math.random() - 0.5)
.join(', ')) +
'</p>'
);
</script>
c/o MiOM Kreativraum e.V.,
Wilhelm-Mauser-Straße 47 Halle 5,
D-50827 Köln,
[crew@pub.solar](mailto:crew@pub.solar)
### Unsere Satzung
Findest Du [hier](https://pub.solar/satzung).
## Unsere Datenschutzerklärung
Findest Du [hier](/privacy).
## Unser Hosting
Wir benutzen einen dedicated Server der Hetzner GmbH, der in einem deutschen Rechenzentrum steht.
Den Quellcode der Infrastruktur kannst du [in diesem git Repo](https://git.pub.solar/pub-solar/infra) einsehen.

89
de/about.yml Normal file
View file

@ -0,0 +1,89 @@
layout: layouts/default.tsx
title: Über uns & Impressum
content: |
# Hi! Wir sind pub.solar
Wir sind ein nicht eingetragener Verein mit Sitz in Köln. Unser Ziel ist es mehr Menschen zu ermöglichen, Freie Software zu benutzen, sicher digital zu kommunizieren, und datensparsamer zu leben.
Wir stellen für Dich und alle Menschen die Du lieb hast auf transparente und demokratische Weise freie Software zur Verfügung.
Momentan bieten wir diese Services an:
* [Matrix](https://chat.pub.solar): dezentraler, Ende-zu-Ende verschlüsselter Chat, ähnlich wie Slack oder Discord,
* [Mastodon](https://mastodon.pub.solar): dezentrale Mikrobloggingplattform, ähnlich wie Twitter,
* [Nextcloud](https://cloud.pub.solar): Cloud mit Office Möglichkeiten, ähnlich wie Teile der Google Suite und Microsoft Office 365,
* [Forgejo](https://git.pub.solar/): ein git Server, ähnlich wie GitHub oder Gitlab.
Ausserdem bieten wir folgende Services an, die jederzeit geändert werden oder verschwinden könnten:
* [Searx](https://search.pub.solar/): eine Meta-Suchmachine, ähnlich wie Google oder Bing,
* [Mailman](https://lists.pub.solar/): eine Software für Mailing-Listen,
* [OBS Portal](https://obs-portal.pub.solar/): ein Server um [OpenBikeSensor](https://www.openbikesensor.org/)-Daten zu speichern, begrenzt auf die Region Köln/Bonn.
Für manche dieser Services musst du einen Account registrieren, bei uns heißt der [pub.solar ID](https://auth.pub.solar). Die Registrierung ist für alle offen. Bei der Nextcloud ist der Speicherplatz allerdings stark begrenzt. Falls du Speicherplatz in der Nextcloud haben willst, kontaktiere die Crew.
## Kontakt und Hilfe
Du kannst uns via [#General in Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [@crew auf Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder eine Mail an [crew@pub.solar](mailto:crew@pub.solar) schicken.
Unseren PGP Schlüssel findest du [hier](https://keys.openpgp.org/vks/v1/by-fingerprint/8A8987ADE3736C8CA2EB315A9B809EBBDD62BAE3). Er hat folgenden Fingerabdruck:
```
8A89 87AD E373 6C8C A2EB 315A 9B80 9EBB DD62 BAE3
```
Schau dir bei Fragen gerne unser [wiki](https://wiki.pub.solar) an oder kontaktiere uns über einen der oben genannten Kanäle. Im Matrix [#General Raum](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) gibt es immer Menschen, die gerne deine Fragen beantworten.
## Mitglied oder Helfer*in werden
Bist du daran interessiert ein Mitglied von pub.solar n.e.V. zu werden? Du würdest die Organisation gerne mit Arbeit, Geld, oder einfach nur deinen Namen unterstützen?
Momentan sind wir ein nicht eingetragener Verein. Das bedeutet das wir juristisch eine Gruppe einzelner Personen sind (wie eine GbR) und der Verein nicht haften oder als juristische Person existiert. Unser Ziel ist es einen eingetragener Verein (e.V.) zu gründen.
Wir suchen immer nach Hilfe und Unterstützung. Eine Mitgliedschaft ist momentan weder mit Kosten noch Vorteile verbunden, und sollte eher ein Zeichen der Unterstützung sein. Wir ermutigen jede*n ein Mitglied zu werden, sogar (oder, vor allem) wenn du nicht sehr technisch bewandert bist. Unser Ziel ist es pub.solar zu einer Organisation zu machen die _allen_ hilft, vor allem Menschen die selbständig nicht in der Lage wären IT-Infrastruktur zu verwalten. Wir wollen dir eine Stimme in den Entscheidungen bezüglich deiner IT-Services geben. Wir wollen, dass die Community gemeinsam entscheidet wie IT die mit Solidarität, Freiheit, Privacy, und gegenseite Unterstützung gebaut wird aussieht.
Klingt nach deinem Ding? Schon ne Ahnung was du machen willst? Keine Ahnung was du machen willst? Schick die Crew ne Nachricht, wir freuen uns von dir zu hören!
## Finanzierung
Die laufenden Kosten zahlen wir momentan aus eigener Tasche (wie der Server + die Domain).
Diese Situation ist nicht nachhaltig, also arbeiten wir aktuell daran einen e.V. zu gründen und die Finanzierung zu sichern. Wir freuen uns über alle, die sich einbringen oder helfen möchten.
### Per IBAN spenden
Jhonas Wernery
DE70430609674093197701
GLS Bank
## Impressum
pub.solar n.e.V.
<script>
document.write(
'<p>' +
(['Benjamin Bädorf', 'Jhonas Wernery', 'Hendrik Sokolowki', 'Akshay Mankar']
.sort(() => Math.random() - 0.5)
.join(', ')) +
'</p>'
);
</script>
c/o MiOM Kreativraum e.V.,
Wilhelm-Mauser-Straße 47 Halle 5,
D-50827 Köln,
[crew@pub.solar](mailto:crew@pub.solar)
### Unsere Satzung
Findest Du [hier](https://pub.solar/satzung).
## Unsere Datenschutzerklärung
Findest Du [hier](/privacy).
## Unser Hosting
Wir benutzen einen dedicated Server der Hetzner GmbH, der in einem deutschen Rechenzentrum steht.
Den Quellcode der Infrastruktur kannst du [in diesem git Repo](https://git.pub.solar/pub-solar/infra) einsehen.

49
de/hakken.yml Normal file
View file

@ -0,0 +1,49 @@
layout: layouts/default.tsx
title: hakken.irl
showHakkenDates: true
content: |
# hakken.irl
Du bist eingeladen!
Wir treffen uns (fast) alle drei Monate zum hakken.irl, ein kleiner 3-Tägiger (Freitag bis Sonntag) Hackathon bei dem es nur darum geht Spaß zu haben und abzunerden.
## Was machen wir denn so?
Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar Sachen, wie [unserer Infrastruktur](https://git.pub.solar/pub-solar/infra "pub.solar infra repo").
Ein paar Beispiele:
* [die Infrastruktur auf NixOS 23.11 aktualisieren](https://git.pub.solar/pub-solar/infra/pulls/74),
* [unsere Website auf einen neuen Server migrieren](https://git.pub.solar/pub-solar/infra/pulls/20),
* [die Standardinhalte des Nextcloud Verzeichnis für neue User definieren](https://git.pub.solar/pub-solar/infra/pulls/73),
* [Matrix vhosts in nginx konfigurieren](https://git.pub.solar/pub-solar/infra/pulls/33),
* digitale Animationen kreieren,
* Fotos bearbeiten und Musik machen,
* Wizard, Karten, und Brettspiele zocken,
* kochen, bestellen, und gemeinsam essen,
* und über die FDP herziehen.
## Ist das also nur für über-nerds?
Es geht schon ziemlich nerdy zu, und du solltest auf jeden Fall deinen Laptop dabei haben. Allerdings ist es uns eigentlich egal, wie du deine Zeit verbringst. Im besten Falle kannst du dich auch allein mit einem eigenen Projekt beschäftigen. Wir benutzen den Raum zum gemeinsamen Arbeiten und Austauschen, aber wenn der Vibe passt, kannst du dich auch gerne dazu setzen und nur Spiele zocken.
## Was kostet das?
Die Teilnahme kostet nichts, aber wenn wir mal Essen bestellen oder beim Kiosk was holen wärs cool wenn du etwas dazu gibst. Eine kleine Spende an den Verein ist auch immer gerne gesehen.
## Wo schlafe ich?
Falls du keine (bezahlbare, coole, sichere) Übernachtungsmöglichkeit finden kannst, dann rede mit uns. Wir kriegen garantiert einen Schlafplatz organisiert.
## Wo melde ich mich an?
Schreib uns kurz eine Nachricht. Du kannst uns via [Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder schick uns eine Mail an [crew@pub.solar](mailto:crew@pub.solar).
## Und wann findet das statt?
hakken.irl startet am letzten Freitag im Monat um 13:12 und geht bis Sonntag 16:20.
Wir treffen uns alle drei Monate, üblicherweise im Januar, April, Juli und Oktober.

24
de/index.yml Normal file
View file

@ -0,0 +1,24 @@
layout: layouts/homepage.tsx
content: |
# Willkommen bei pub.solar
We're a friendly community creating a digital corner pub.
Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data.
We host online services for you and all the people you love. We do this transparently and democratically.
***Fucking free***
links:
- href: ./services
title: Unsere Dienste
- href: https://auth.pub.solar/realms/pub.solar/account
title: Deine pub.solar ID
- href: ./hakken
title: hakken.irl
- href: ./about
title: Über uns
- href: ./privacy
title: Datenschutz

16
de/maintenance.yml Normal file
View file

@ -0,0 +1,16 @@
layout: layouts/error.tsx
title: Scheduled maintenance
content: |
# Scheduled maintenance
This service is currently undergoing scheduled maintenance.
Sorry for the inconvenience :)
Check our [status page](https://stats.uptimerobot.com/G28ByiBg8j) for more information.
Love,
the pub.solar crew

8
de/privacy.yml Normal file
View file

@ -0,0 +1,8 @@
layout: layouts/default.tsx
title: Privacy Policy
content: |
**Es gibt momentan leider keine Deutsche Version unserer Datenschutzerklärung.**
Falls Du unbedingt eine sehen willst, dann kontaktiere die Crew damit wir das Thema höher priorisieren können.

148
deno.lock
View file

@ -13,6 +13,7 @@
"npm:postcss-import@15.1.0": "npm:postcss-import@15.1.0_postcss@8.4.32",
"npm:postcss-nesting@12.0.1": "npm:postcss-nesting@12.0.1_postcss@8.4.32_postcss-selector-parser@6.0.14",
"npm:postcss@8.4.32": "npm:postcss@8.4.32",
"npm:react": "npm:react@18.2.0",
"npm:react-dom@18.2.0": "npm:react-dom@18.2.0_react@18.2.0",
"npm:react@18.2.0": "npm:react@18.2.0",
"npm:sass@1.69.5": "npm:sass@1.69.5",
@ -477,6 +478,19 @@
}
},
"remote": {
"https://deno.land/std@0.170.0/_util/asserts.ts": "d0844e9b62510f89ce1f9878b046f6a57bf88f208a10304aab50efcb48365272",
"https://deno.land/std@0.170.0/_util/os.ts": "8a33345f74990e627b9dfe2de9b040004b08ea5146c7c9e8fe9a29070d193934",
"https://deno.land/std@0.170.0/encoding/base64.ts": "8605e018e49211efc767686f6f687827d7f5fd5217163e981d8d693105640d7a",
"https://deno.land/std@0.170.0/fmt/colors.ts": "03ad95e543d2808bc43c17a3dd29d25b43d0f16287fe562a0be89bf632454a12",
"https://deno.land/std@0.170.0/path/_constants.ts": "df1db3ffa6dd6d1252cc9617e5d72165cd2483df90e93833e13580687b6083c3",
"https://deno.land/std@0.170.0/path/_interface.ts": "ee3b431a336b80cf445441109d089b70d87d5e248f4f90ff906820889ecf8d09",
"https://deno.land/std@0.170.0/path/_util.ts": "d16be2a16e1204b65f9d0dfc54a9bc472cafe5f4a190b3c8471ec2016ccd1677",
"https://deno.land/std@0.170.0/path/common.ts": "bee563630abd2d97f99d83c96c2fa0cca7cee103e8cb4e7699ec4d5db7bd2633",
"https://deno.land/std@0.170.0/path/glob.ts": "81cc6c72be002cd546c7a22d1f263f82f63f37fe0035d9726aa96fc8f6e4afa1",
"https://deno.land/std@0.170.0/path/mod.ts": "cf7cec7ac11b7048bb66af8ae03513e66595c279c65cfa12bfc07d9599608b78",
"https://deno.land/std@0.170.0/path/posix.ts": "b859684bc4d80edfd4cad0a82371b50c716330bed51143d6dcdbe59e6278b30c",
"https://deno.land/std@0.170.0/path/separator.ts": "fe1816cb765a8068afb3e8f13ad272351c85cbc739af56dacfc7d93d710fe0f9",
"https://deno.land/std@0.170.0/path/win32.ts": "7cebd2bda6657371adc00061a1d23fdd87bcdf64b4843bb148b0b24c11b40f69",
"https://deno.land/std@0.205.0/assert/assert.ts": "9a97dad6d98c238938e7540736b826440ad8c1c1e54430ca4c4e623e585607ee",
"https://deno.land/std@0.205.0/assert/assertion_error.ts": "4d0bde9b374dfbcbe8ac23f54f567b77024fb67dbb1906a852d67fe050d42f56",
"https://deno.land/std@0.205.0/html/entities.ts": "43f208131bb847e6e222c9dd50322066491da93ed945a93d778923ef7e975398",
@ -729,6 +743,88 @@
"https://deno.land/std@0.208.0/yaml/schema/mod.ts": "4472e827bab5025e92bc2eb2eeefa70ecbefc64b2799b765c69af84822efef32",
"https://deno.land/std@0.208.0/yaml/stringify.ts": "fffc09c65c68d3d63f8159e8cbaa3f489bc20a8e55b4fbb61a8c2e9f914d1d02",
"https://deno.land/std@0.208.0/yaml/type.ts": "65553da3da3c029b6589c6e4903f0afbea6768be8fca61580711457151f2b30f",
"https://deno.land/x/cliffy@v0.25.7/_utils/distance.ts": "02af166952c7c358ac83beae397aa2fbca4ad630aecfcd38d92edb1ea429f004",
"https://deno.land/x/cliffy@v0.25.7/ansi/ansi.ts": "7f43d07d31dd7c24b721bb434c39cbb5132029fa4be3dd8938873065f65e5810",
"https://deno.land/x/cliffy@v0.25.7/ansi/ansi_escapes.ts": "885f61f343223f27b8ec69cc138a54bea30542924eacd0f290cd84edcf691387",
"https://deno.land/x/cliffy@v0.25.7/ansi/chain.ts": "31fb9fcbf72fed9f3eb9b9487270d2042ccd46a612d07dd5271b1a80ae2140a0",
"https://deno.land/x/cliffy@v0.25.7/ansi/colors.ts": "5f71993af5bd1aa0a795b15f41692d556d7c89584a601fed75997df844b832c9",
"https://deno.land/x/cliffy@v0.25.7/ansi/cursor_position.ts": "d537491e31d9c254b208277448eff92ff7f55978c4928dea363df92c0df0813f",
"https://deno.land/x/cliffy@v0.25.7/ansi/deps.ts": "0f35cb7e91868ce81561f6a77426ea8bc55dc15e13f84c7352f211023af79053",
"https://deno.land/x/cliffy@v0.25.7/ansi/mod.ts": "bb4e6588e6704949766205709463c8c33b30fec66c0b1846bc84a3db04a4e075",
"https://deno.land/x/cliffy@v0.25.7/ansi/tty.ts": "8fb064c17ead6cdf00c2d3bc87a9fd17b1167f2daa575c42b516f38bdb604673",
"https://deno.land/x/cliffy@v0.25.7/command/_errors.ts": "a9bd23dc816b32ec96c9b8f3057218241778d8c40333b43341138191450965e5",
"https://deno.land/x/cliffy@v0.25.7/command/_utils.ts": "9ab3d69fabab6c335b881b8a5229cbd5db0c68f630a1c307aff988b6396d9baf",
"https://deno.land/x/cliffy@v0.25.7/command/command.ts": "a2b83c612acd65c69116f70dec872f6da383699b83874b70fcf38cddf790443f",
"https://deno.land/x/cliffy@v0.25.7/command/completions/_bash_completions_generator.ts": "43b4abb543d4dc60233620d51e69d82d3b7c44e274e723681e0dce2a124f69f9",
"https://deno.land/x/cliffy@v0.25.7/command/completions/_fish_completions_generator.ts": "d0289985f5cf0bd288c05273bfa286b24c27feb40822eb7fd9d7fee64e6580e8",
"https://deno.land/x/cliffy@v0.25.7/command/completions/_zsh_completions_generator.ts": "14461eb274954fea4953ee75938821f721da7da607dc49bcc7db1e3f33a207bd",
"https://deno.land/x/cliffy@v0.25.7/command/completions/bash.ts": "053aa2006ec327ccecacb00ba28e5eb836300e5c1bec1b3cfaee9ddcf8189756",
"https://deno.land/x/cliffy@v0.25.7/command/completions/complete.ts": "58df61caa5e6220ff2768636a69337923ad9d4b8c1932aeb27165081c4d07d8b",
"https://deno.land/x/cliffy@v0.25.7/command/completions/fish.ts": "9938beaa6458c6cf9e2eeda46a09e8cd362d4f8c6c9efe87d3cd8ca7477402a5",
"https://deno.land/x/cliffy@v0.25.7/command/completions/mod.ts": "aeef7ec8e319bb157c39a4bab8030c9fe8fa327b4c1e94c9c1025077b45b40c0",
"https://deno.land/x/cliffy@v0.25.7/command/completions/zsh.ts": "8b04ab244a0b582f7927d405e17b38602428eeb347a9968a657e7ea9f40e721a",
"https://deno.land/x/cliffy@v0.25.7/command/deprecated.ts": "bbe6670f1d645b773d04b725b8b8e7814c862c9f1afba460c4d599ffe9d4983c",
"https://deno.land/x/cliffy@v0.25.7/command/deps.ts": "275b964ce173770bae65f6b8ebe9d2fd557dc10292cdd1ed3db1735f0d77fa1d",
"https://deno.land/x/cliffy@v0.25.7/command/help/_help_generator.ts": "f7c349cb2ddb737e70dc1f89bcb1943ca9017a53506be0d4138e0aadb9970a49",
"https://deno.land/x/cliffy@v0.25.7/command/help/mod.ts": "09d74d3eb42d21285407cda688074c29595d9c927b69aedf9d05ff3f215820d3",
"https://deno.land/x/cliffy@v0.25.7/command/mod.ts": "d0a32df6b14028e43bb2d41fa87d24bc00f9662a44e5a177b3db02f93e473209",
"https://deno.land/x/cliffy@v0.25.7/command/type.ts": "24e88e3085e1574662b856ccce70d589959648817135d4469fab67b9cce1b364",
"https://deno.land/x/cliffy@v0.25.7/command/types.ts": "ae02eec0ed7a769f7dba2dd5d3a931a61724b3021271b1b565cf189d9adfd4a0",
"https://deno.land/x/cliffy@v0.25.7/command/types/action_list.ts": "33c98d449617c7a563a535c9ceb3741bde9f6363353fd492f90a74570c611c27",
"https://deno.land/x/cliffy@v0.25.7/command/types/boolean.ts": "3879ec16092b4b5b1a0acb8675f8c9250c0b8a972e1e4c7adfba8335bd2263ed",
"https://deno.land/x/cliffy@v0.25.7/command/types/child_command.ts": "f1fca390c7fbfa7a713ca15ef55c2c7656bcbb394d50e8ef54085bdf6dc22559",
"https://deno.land/x/cliffy@v0.25.7/command/types/command.ts": "325d0382e383b725fd8d0ef34ebaeae082c5b76a1f6f2e843fee5dbb1a4fe3ac",
"https://deno.land/x/cliffy@v0.25.7/command/types/enum.ts": "2178345972adf7129a47e5f02856ca3e6852a91442a1c78307dffb8a6a3c6c9f",
"https://deno.land/x/cliffy@v0.25.7/command/types/file.ts": "8618f16ac9015c8589cbd946b3de1988cc4899b90ea251f3325c93c46745140e",
"https://deno.land/x/cliffy@v0.25.7/command/types/integer.ts": "29864725fd48738579d18123d7ee78fed37515e6dc62146c7544c98a82f1778d",
"https://deno.land/x/cliffy@v0.25.7/command/types/number.ts": "aeba96e6f470309317a16b308c82e0e4138a830ec79c9877e4622c682012bc1f",
"https://deno.land/x/cliffy@v0.25.7/command/types/string.ts": "e4dadb08a11795474871c7967beab954593813bb53d9f69ea5f9b734e43dc0e0",
"https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts": "17e2df3b620905583256684415e6c4a31e8de5c59066eb6d6c9c133919292dc4",
"https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider.ts": "d6fb846043232cbd23c57d257100c7fc92274984d75a5fead0f3e4266dc76ab8",
"https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/deno_land.ts": "24f8d82e38c51e09be989f30f8ad21f9dd41ac1bb1973b443a13883e8ba06d6d",
"https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/github.ts": "99e1b133dd446c6aa79f69e69c46eb8bc1c968dd331c2a7d4064514a317c7b59",
"https://deno.land/x/cliffy@v0.25.7/command/upgrade/provider/nest_land.ts": "0e07936cea04fa41ac9297f32d87f39152ea873970c54cb5b4934b12fee1885e",
"https://deno.land/x/cliffy@v0.25.7/command/upgrade/upgrade_command.ts": "3640a287d914190241ea1e636774b1b4b0e1828fa75119971dd5304784061e05",
"https://deno.land/x/cliffy@v0.25.7/flags/_errors.ts": "f1fbb6bfa009e7950508c9d491cfb4a5551027d9f453389606adb3f2327d048f",
"https://deno.land/x/cliffy@v0.25.7/flags/_utils.ts": "340d3ecab43cde9489187e1f176504d2c58485df6652d1cdd907c0e9c3ce4cc2",
"https://deno.land/x/cliffy@v0.25.7/flags/_validate_flags.ts": "16eb5837986c6f6f7620817820161a78d66ce92d690e3697068726bbef067452",
"https://deno.land/x/cliffy@v0.25.7/flags/deprecated.ts": "a72a35de3cc7314e5ebea605ca23d08385b218ef171c32a3f135fb4318b08126",
"https://deno.land/x/cliffy@v0.25.7/flags/flags.ts": "68a9dfcacc4983a84c07ba19b66e5e9fccd04389fad215210c60fb414cc62576",
"https://deno.land/x/cliffy@v0.25.7/flags/mod.ts": "b21c2c135cd2437cc16245c5f168a626091631d6d4907ad10db61c96c93bdb25",
"https://deno.land/x/cliffy@v0.25.7/flags/types.ts": "7452ea5296758fb7af89930349ce40d8eb9a43b24b3f5759283e1cb5113075fd",
"https://deno.land/x/cliffy@v0.25.7/flags/types/boolean.ts": "4c026dd66ec9c5436860dc6d0241427bdb8d8e07337ad71b33c08193428a2236",
"https://deno.land/x/cliffy@v0.25.7/flags/types/integer.ts": "b60d4d590f309ddddf066782d43e4dc3799f0e7d08e5ede7dc62a5ee94b9a6d9",
"https://deno.land/x/cliffy@v0.25.7/flags/types/number.ts": "610936e2d29de7c8c304b65489a75ebae17b005c6122c24e791fbed12444d51e",
"https://deno.land/x/cliffy@v0.25.7/flags/types/string.ts": "e89b6a5ce322f65a894edecdc48b44956ec246a1d881f03e97bbda90dd8638c5",
"https://deno.land/x/cliffy@v0.25.7/keycode/key_code.ts": "c4ab0ffd102c2534962b765ded6d8d254631821bf568143d9352c1cdcf7a24be",
"https://deno.land/x/cliffy@v0.25.7/keycode/key_codes.ts": "917f0a2da0dbace08cf29bcfdaaa2257da9fe7e705fff8867d86ed69dfb08cfe",
"https://deno.land/x/cliffy@v0.25.7/keycode/mod.ts": "292d2f295316c6e0da6955042a7b31ab2968ff09f2300541d00f05ed6c2aa2d4",
"https://deno.land/x/cliffy@v0.25.7/mod.ts": "e3515ccf6bd4e4ac89322034e07e2332ed71901e4467ee5bc9d72851893e167b",
"https://deno.land/x/cliffy@v0.25.7/prompt/_generic_input.ts": "737cff2de02c8ce35250f5dd79c67b5fc176423191a2abd1f471a90dd725659e",
"https://deno.land/x/cliffy@v0.25.7/prompt/_generic_list.ts": "79b301bf09eb19f0d070d897f613f78d4e9f93100d7e9a26349ef0bfaa7408d2",
"https://deno.land/x/cliffy@v0.25.7/prompt/_generic_prompt.ts": "8630ce89a66d83e695922df41721cada52900b515385d86def597dea35971bb2",
"https://deno.land/x/cliffy@v0.25.7/prompt/_generic_suggestions.ts": "2a8b619f91e8f9a270811eff557f10f1343a444a527b5fc22c94de832939920c",
"https://deno.land/x/cliffy@v0.25.7/prompt/_utils.ts": "676cca30762656ed1a9bcb21a7254244278a23ffc591750e98a501644b6d2df3",
"https://deno.land/x/cliffy@v0.25.7/prompt/checkbox.ts": "e5a5a9adbb86835dffa2afbd23c6f7a8fe25a9d166485388ef25aba5dc3fbf9e",
"https://deno.land/x/cliffy@v0.25.7/prompt/confirm.ts": "94c8e55de3bbcd53732804420935c432eab29945497d1c47c357d236a89cb5f6",
"https://deno.land/x/cliffy@v0.25.7/prompt/deps.ts": "4c38ab18e55a792c9a136c1c29b2b6e21ea4820c45de7ef4cf517ce94012c57d",
"https://deno.land/x/cliffy@v0.25.7/prompt/figures.ts": "26af0fbfe21497220e4b887bb550fab997498cde14703b98e78faf370fbb4b94",
"https://deno.land/x/cliffy@v0.25.7/prompt/input.ts": "ee45532e0a30c2463e436e08ae291d79d1c2c40872e17364c96d2b97c279bf4d",
"https://deno.land/x/cliffy@v0.25.7/prompt/list.ts": "6780427ff2a932a48c9b882d173c64802081d6cdce9ff618d66ba6504b6abc50",
"https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts": "195aed14d10d279914eaa28c696dec404d576ca424c097a5bc2b4a7a13b66c89",
"https://deno.land/x/cliffy@v0.25.7/prompt/number.ts": "015305a76b50138234dde4fd50eb886c6c7c0baa1b314caf811484644acdc2cf",
"https://deno.land/x/cliffy@v0.25.7/prompt/prompt.ts": "0e7f6a1d43475ee33fb25f7d50749b2f07fc0bcddd9579f3f9af12d05b4a4412",
"https://deno.land/x/cliffy@v0.25.7/prompt/secret.ts": "58745f5231fb2c44294c4acf2511f8c5bfddfa1e12f259580ff90dedea2703d6",
"https://deno.land/x/cliffy@v0.25.7/prompt/select.ts": "1e982eae85718e4e15a3ee10a5ae2233e532d7977d55888f3a309e8e3982b784",
"https://deno.land/x/cliffy@v0.25.7/prompt/toggle.ts": "842c3754a40732f2e80bcd4670098713e402e64bd930e6cab2b787f7ad4d931a",
"https://deno.land/x/cliffy@v0.25.7/table/border.ts": "2514abae4e4f51eda60a5f8c927ba24efd464a590027e900926b38f68e01253c",
"https://deno.land/x/cliffy@v0.25.7/table/cell.ts": "1d787d8006ac8302020d18ec39f8d7f1113612c20801b973e3839de9c3f8b7b3",
"https://deno.land/x/cliffy@v0.25.7/table/deps.ts": "5b05fa56c1a5e2af34f2103fd199e5f87f0507549963019563eae519271819d2",
"https://deno.land/x/cliffy@v0.25.7/table/layout.ts": "46bf10ae5430cf4fbb92f23d588230e9c6336edbdb154e5c9581290562b169f4",
"https://deno.land/x/cliffy@v0.25.7/table/mod.ts": "e74f69f38810ee6139a71132783765feb94436a6619c07474ada45b465189834",
"https://deno.land/x/cliffy@v0.25.7/table/row.ts": "5f519ba7488d2ef76cbbf50527f10f7957bfd668ce5b9169abbc44ec88302645",
"https://deno.land/x/cliffy@v0.25.7/table/table.ts": "ec204c9d08bb3ff1939c5ac7412a4c9ed7d00925d4fc92aff9bfe07bd269258d",
"https://deno.land/x/cliffy@v0.25.7/table/utils.ts": "187bb7dcbcfb16199a5d906113f584740901dfca1007400cba0df7dcd341bc29",
"https://deno.land/x/deno_dom@v0.1.43/build/deno-wasm/deno-wasm.js": "d6841a06342eb6a2798ef28de79ad69c0f2fa349fa04d3ca45e5fcfbf50a9340",
"https://deno.land/x/deno_dom@v0.1.43/deno-dom-wasm.ts": "a33d160421bbb6e3104285ea5ebf33352b7ad50d82ea8765e3cf65f972b25119",
"https://deno.land/x/deno_dom@v0.1.43/src/api.ts": "0ff5790f0a3eeecb4e00b7d8fbfa319b165962cf6d0182a65ba90f158d74f7d7",
@ -751,6 +847,11 @@
"https://deno.land/x/deno_dom@v0.1.43/src/dom/utils-types.ts": "96db30e3e4a75b194201bb9fa30988215da7f91b380fca6a5143e51ece2a8436",
"https://deno.land/x/deno_dom@v0.1.43/src/dom/utils.ts": "4c6206516fb8f61f37a209c829e812c4f5a183e46d082934dd14c91bde939263",
"https://deno.land/x/deno_dom@v0.1.43/src/parser.ts": "e06b2300d693e6ae7564e53dfa5c9a9e97fdb8c044c39c52c8b93b5d60860be3",
"https://deno.land/x/lume@v2.0.1/cli.ts": "ec79a3b06406f163de3c9228ffa3ab2381409fd3441056d7d67093a3259f477c",
"https://deno.land/x/lume@v2.0.1/cli/build.ts": "9fe29016681d4cb486a4899785d555e936717485fb4ecd119ee9f06cd784315a",
"https://deno.land/x/lume@v2.0.1/cli/create.ts": "d045fa2aba880adb4653f8d5ffc70eb89b21df57cb5dd6ec78208f31b99690cb",
"https://deno.land/x/lume@v2.0.1/cli/run.ts": "7f602b21244dbc698159e925a547b30edbbb89579d7fd27e94e2cbaf1acea7bf",
"https://deno.land/x/lume@v2.0.1/cli/upgrade.ts": "2c04a0129501f344d14597b9e0eb426d04f3e48e6093251025ed3c0704b5560e",
"https://deno.land/x/lume@v2.0.1/core/component_loader.ts": "da80bf80a168d0b91b59eb3449fbf62627d8bf67879df34e71970616d47ce2ec",
"https://deno.land/x/lume@v2.0.1/core/data_loader.ts": "8698a9e9b1aac27147dc835ba89a0e30828c81338eceae86630607d78f146215",
"https://deno.land/x/lume@v2.0.1/core/events.ts": "f02a60b815325093b650bcf4104d023a079b990dfa29b103f2cf2062b3ffc1ce",
@ -773,20 +874,25 @@
"https://deno.land/x/lume@v2.0.1/core/source.ts": "5552c89cadebaff338aaae0e71cc80c4dfd4801eed65edfa1134d5c2fa7658b5",
"https://deno.land/x/lume@v2.0.1/core/utils/concurrent.ts": "cb0775b3d95f3faa356aa3a3e489dccef8807ed93cc4f84fcf5bc81e87c29504",
"https://deno.land/x/lume@v2.0.1/core/utils/date.ts": "9fde280ed704e4f66f590b43d5318a15b04900a93fc030dd8c27227ef8c4795f",
"https://deno.land/x/lume@v2.0.1/core/utils/deno_config.ts": "d95f685d42627d386cb72c7026e22a309891d5515933c8ab7e0f8151d471867f",
"https://deno.land/x/lume@v2.0.1/core/utils/digest.ts": "445b387983391af73269686292a65bb677119a25a327776885ff1242a9397ad8",
"https://deno.land/x/lume@v2.0.1/core/utils/dom.ts": "d406fb5c48ceb012286d0aff66ef635261eda666de2ce07538c0cf9366b8fecd",
"https://deno.land/x/lume@v2.0.1/core/utils/env.ts": "ed12a51148a6cfdc27f14de6ae014825b689ee601067d165dd7613661c479da1",
"https://deno.land/x/lume@v2.0.1/core/utils/generator.ts": "1e664e9fd4c469e38a0acf5c94fd49dac4f38cb6334563ea4b7fc498b5958877",
"https://deno.land/x/lume@v2.0.1/core/utils/log.ts": "78894770d968e9a50a0c767fcc8cfa409825c9514c1bc9f6be17b88a54066844",
"https://deno.land/x/lume@v2.0.1/core/utils/lume_config.ts": "256cd1a6636f542f27407599471453c369b241b81cf118ecb20cb853d4d1e571",
"https://deno.land/x/lume@v2.0.1/core/utils/lume_version.ts": "368d68675cb5d3ed3b03461ac2f86d5c0fe25b2f194531216c4308b3376f49ce",
"https://deno.land/x/lume@v2.0.1/core/utils/merge_data.ts": "f4771c4f027b17487bf9a33bc2b04701a97f0578fd4a7feb31809cc119e5ee63",
"https://deno.land/x/lume@v2.0.1/core/utils/object.ts": "e00ee6e91264064772c87e69e128a09ba0e30c2c41be4a5302881f59f456fc31",
"https://deno.land/x/lume@v2.0.1/core/utils/page_date.ts": "096b21d1832c74bc338c8d8d8762f1f5106259b73e6b2caa72fb50986d4f1f5b",
"https://deno.land/x/lume@v2.0.1/core/utils/page_url.ts": "fbfcb121c3c0b8b84760ff678c85b9fa7bb66b3ed6db4fa294cab44699e6eb3f",
"https://deno.land/x/lume@v2.0.1/core/utils/path.ts": "f3286c4e38149e0fccdb59fab17dbcd8b82fb8f4928fd2fce6306e0d11d0f69b",
"https://deno.land/x/lume@v2.0.1/core/utils/read.ts": "5655deaf6bea0b106f0c00dbbbc263076d138342d9500b5fabd8cb2470273661",
"https://deno.land/x/lume@v2.0.1/core/watcher.ts": "2487018b7b860fec08194b6b46ca3793852e2bf72ac9479ef513624b085becdc",
"https://deno.land/x/lume@v2.0.1/core/writer.ts": "6438885b10c87123dab035615be660a012a52b3b4d960d02945c61acc530815f",
"https://deno.land/x/lume@v2.0.1/deps/base64.ts": "79f5ad1f936fc1a8c1920a331c537ff97834189b1ca7567d034428317b2df8fc",
"https://deno.land/x/lume@v2.0.1/deps/cli.ts": "5052ef3d362aba1c75364ca19666ace6e4b3b8c579cd01cabe3ff87c3a18fe08",
"https://deno.land/x/lume@v2.0.1/deps/cliffy.ts": "faff0c2ca187ec9fd1ad8660141f85b9d05b5c36bab25b40eb5038c02590a310",
"https://deno.land/x/lume@v2.0.1/deps/colors.ts": "d11e05704e4cba01c1a4981ac22abc82b1e7511e9d5acee04450f4fef8fcf56a",
"https://deno.land/x/lume@v2.0.1/deps/crypto.ts": "d87da1ede845c120cbec683094645dc50c67eeaf9e4b052350c2d36734bf94a4",
"https://deno.land/x/lume@v2.0.1/deps/date.ts": "a9320999733700f106ddffa9b457e38e879cc86acfcd51a3d9bd2c6d847aef45",
@ -807,6 +913,11 @@
"https://deno.land/x/lume@v2.0.1/deps/toml.ts": "ffae452ae0d847d98efac4a45867819330d4ecf6391ea9228654bbc2bacb4e12",
"https://deno.land/x/lume@v2.0.1/deps/vento.ts": "3b8cfc5199064def632e20afe210cd523097038a0adaf5424f53dc8dc64f927b",
"https://deno.land/x/lume@v2.0.1/deps/yaml.ts": "9eb7cdd4e98ae93f6d1a14ca5a634e42c105e7446c17c686dff0aa405d0205a3",
"https://deno.land/x/lume@v2.0.1/middlewares/logger.ts": "def186719dc34e92a553c51bfb8dbe55dbbce34428b8fc38b00702b51722e094",
"https://deno.land/x/lume@v2.0.1/middlewares/no_cache.ts": "c576ae2323c8b5657681721377c806672d5e1811d8cf35fba5efebc2645b37ae",
"https://deno.land/x/lume@v2.0.1/middlewares/not_found.ts": "0fcd2da81a9573faf3f6f650f8e126ab5600bf0dd0b49b211303274b5d9afa4e",
"https://deno.land/x/lume@v2.0.1/middlewares/reload.ts": "c9999bdd52e18e85a1634659506542ce0e942cc91b69e3fc9887cabf23ca4592",
"https://deno.land/x/lume@v2.0.1/middlewares/reload_client.js": "34d75e01503fae8180796de882af42b1125fac88f22a010a99d5548de1ba7d72",
"https://deno.land/x/lume@v2.0.1/mod.ts": "a07ffb98ba25639ed5909590fcb8f649f287207a7258e255a057a8e757d66e1c",
"https://deno.land/x/lume@v2.0.1/plugins/date.ts": "4e4d58340b5fb56e14aa2cdead1c49e7c14bd8cb35cbbfe778dd9381cc5e614c",
"https://deno.land/x/lume@v2.0.1/plugins/json.ts": "f6429bbd865e3666ef3385fd205fcc92df02ca2c0f74f20baa5c0798a81e1642",
@ -839,6 +950,41 @@
"https://deno.land/x/vento@v0.9.1/plugins/unescape.ts": "946512835a409815d6ad98ac4529440e9a368f42ca499791d0f25ee0ecc4c4d6",
"https://deno.land/x/vento@v0.9.1/src/environment.ts": "9c28fbf05176297adb93fc688711125b295c69089554d4211cd38a5b04028ec5",
"https://deno.land/x/vento@v0.9.1/src/loader.ts": "eb01b0dca7ea8bcdcdfd30b1f90f2fad28fb7f2cfd943900322a85bfaa86130c",
"https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d"
"https://deno.land/x/vento@v0.9.1/src/tokenizer.ts": "e9918ac58f941e048fe08cea10e65fb6e19c00fe7ed31fb050663445f11c6e9d",
"https://jspm.dev/markdown-it": "1d5c9ce12e0cfd34a75dd1cb6419d93ee9b83c55a0a89dec6bfc32e8282cfac1",
"https://jspm.dev/npm:@jspm/core@2.0.1/_/0545670c.js": "468e254a0e5f7801333f217fcee046141186bd0a960018c893d73910bd754b71",
"https://jspm.dev/npm:@jspm/core@2.0.1/nodelibs/punycode": "de15b3b865f8196f62e2100731590c1d499cfffedef3d682861aff306b1f69dc",
"https://jspm.dev/npm:@jspm/core@2/nodelibs/punycode": "0ef16b3299b3928a3b26b7152c99a2bfa6a024189c9c62b769a81b7c931b25e0",
"https://jspm.dev/npm:entities@3.0.1/lib/maps/entities.json!cjs": "cc32e6ad7900d4f2b2f03a2ba983cec31e2a52f7cccac04ddb11e014b75a5842",
"https://jspm.dev/npm:entities@3.0/lib/maps/entities.json!cjs": "808f033fa7e69a2c341b3273d6ec8b5b794a6580ff0567d67d28d61878160c31",
"https://jspm.dev/npm:linkify-it@4!cjs": "2ba478ff45c86cc57f608274348cdd0ddf2e3107c6d28398e94f8b438fa47b47",
"https://jspm.dev/npm:linkify-it@4.0.1!cjs": "4260b67db5f69f3f5f4cdc6fe3c9ffc488bda8cf76637b54e1cec274f1e875b2",
"https://jspm.dev/npm:markdown-it@13.0.2/_/35775827.js": "6a2394e7354e721d4fbdb85c531ea13a2fd8ae64632dd9cd7450e2a57f11e99c",
"https://jspm.dev/npm:markdown-it@13.0.2/lib!cjs": "14748c62ae77d7f689ea0d75ce379208bc27ff8cade6fa432cb37d5af01543da",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/common/html_blocks!cjs": "443cd7d049a4c203c248677bc531d57ac480ed1f93d5a6e8beec06aa6675be01",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/common/html_re!cjs": "48be2ebb1ac4931bc55ce72a150ac89daa65f0f2c9ee3136d88c7db220299a5c",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_destination!cjs": "4215da80cb023b8692b1b5ade590c6cbca83f53f8ebb3fcea2f381c962513380",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_label!cjs": "ead57d79b4f00f26d52335a9c7ee6c0d29b01d3ebc9dcd2370018764ec1c0d48",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/helpers/parse_link_title!cjs": "ef3940d544f5a012e910cf87c6b6d2c54f94aaf3188be63dda5cbb38d12a403e",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/presets/default!cjs": "c966e45f82f0899af39042bef29266767faf7a1412cc4397e33f5eb4783c8683",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/renderer!cjs": "bc8dde16ec8eef63c8324ea630ac2b5f4f42360e488e31c78d968bbba6406f8c",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/rules_inline/state_inline!cjs": "f4159a954ad300557c52262b82ba24aa3673727150b0713fbbd946c6e6e8b7b1",
"https://jspm.dev/npm:markdown-it@13.0.2/lib/token!cjs": "457b480cb3600e6bd53c0bd68728bfa510ba58d99ccee895fa0d522994ab41bf",
"https://jspm.dev/npm:mdurl@1!cjs": "79d7e9befa635671886e663b8a295f79032a89da9c39a595b065cf36e953e6d4",
"https://jspm.dev/npm:mdurl@1.0.1!cjs": "7b55713117a89c7777130898abe12354d1e57a50cf5c3f704e21f493736e1b07",
"https://jspm.dev/npm:mdurl@1.0.1/decode!cjs": "c0d3880b8ad68820cc1eb74c438b2298df17d502f23906c90dd41658fbcd7659",
"https://jspm.dev/npm:mdurl@1.0.1/encode!cjs": "5f726382c9e0abacaf6a66f1a279ffb4285a9eda19094a62ff4b54925c381e32",
"https://jspm.dev/npm:mdurl@1.0.1/parse!cjs": "4d42ccc1191b4f78fafca4a37cffe01b9e49bf63e912f303b1133319d6a02fe4",
"https://jspm.dev/npm:uc.micro@1!cjs": "d1f95936ac3ec842fc714b183b9b48d947254e1444346b1cc47ddd9b52e16537",
"https://jspm.dev/npm:uc.micro@1.0.6!cjs": "7a8e688a06110b5b776dbfb75668c9ad541b15c45ca0f48980f99b0039fa6a92",
"https://jspm.dev/npm:uc.micro@1.0.6/categories/Cc/regex!cjs": "5d38e85df8a965f04ad3200f082741d0d946ec6006779c0b34be89b035dc742c",
"https://jspm.dev/npm:uc.micro@1.0.6/categories/Cf/regex!cjs": "3559322645cd5498059936ab622bfec1ad526340cae70f0b81c3a515335fc8f9",
"https://jspm.dev/npm:uc.micro@1.0.6/categories/P/regex!cjs": "1aa197d899ed79eba5d13ad6d5e3d71f5eb78d0af8527a3c16b771db382bd65d",
"https://jspm.dev/npm:uc.micro@1.0.6/categories/Z/regex!cjs": "8cd611ab13531ef42f483b7de5d3f920f2cd59e6f81d5784f8fe01062f2243e6",
"https://jspm.dev/npm:uc.micro@1.0.6/properties/Any/regex!cjs": "563fc432c9071c3902dc1ec804bcf82e21b0753b951b97c45cb28b469036277b",
"https://jspm.dev/npm:uc.micro@1/categories/Cc/regex!cjs": "82e4c2b20918b32106a354344c1c906e78a8834011dc2f0164fb2046ab5f25e9",
"https://jspm.dev/npm:uc.micro@1/categories/P/regex!cjs": "847ab064f5ba7659453a219c69d53973831cd2ae0027c533ee887ec14b4395dc",
"https://jspm.dev/npm:uc.micro@1/categories/Z/regex!cjs": "c65ea2fc5ad9aeef6a8dabdd0d174b83b439938059fa4b64cb3c09b837254fdd",
"https://jspm.dev/npm:uc.micro@1/properties/Any/regex!cjs": "e1656c86b86e5d59376e1b7305675171d4b69296afd6a685d9476a87534e1f9b"
}
}

View file

@ -5,11 +5,11 @@
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1701473968,
"narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=",
"lastModified": 1709336216,
"narHash": "sha256-Dt/wOWeW6Sqm11Yh+2+t0dfEWxoMxGBvv3JpIocFl9E=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5",
"rev": "f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2",
"type": "github"
},
"original": {
@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1703438236,
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
"lastModified": 1709479366,
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
"type": "github"
},
"original": {
@ -37,11 +37,11 @@
"nixpkgs-lib": {
"locked": {
"dir": "lib",
"lastModified": 1701253981,
"narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=",
"lastModified": 1709237383,
"narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58",
"rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8",
"type": "github"
},
"original": {

View file

@ -1,5 +1,5 @@
{
description = "devs & ops environment for nix'ing with triton";
description = "pub.solar website";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

View file

@ -3,11 +3,8 @@ layout: layouts/default.tsx
title: hakken.irl
showHakkenDates: true
content:
en: |
# hakken.irl
You're invited!
content: |
# You're invited!
We meet (almost) every three months for hakken.irl, a small three-day (Friday to Sunday) hackathon that's just about having fun and nerding around.
@ -48,48 +45,3 @@ content:
hakken.irl starts on the last Friday of the month at 13:12 and ends on Sunday 16:20.
We're meeting up every three months, typically in January, April, July and October.
de: |
# hakken.irl
Du bist eingeladen!
Wir treffen uns (fast) alle drei Monate zum hakken.irl, ein kleiner 3-Tägiger (Freitag bis Sonntag) Hackathon bei dem es nur darum geht Spaß zu haben und abzunerden.
## Was machen wir denn so?
Es gibt nur einen festen Programmpunkt: bei der Critical Mass mitradeln. Tendenziell hakken wir danach an pub.solar Sachen, wie [unserer Infrastruktur](https://git.pub.solar/pub-solar/infra "pub.solar infra repo").
Ein paar Beispiele:
* [die Infrastruktur auf NixOS 23.11 aktualisieren](https://git.pub.solar/pub-solar/infra/pulls/74),
* [unsere Website auf einen neuen Server migrieren](https://git.pub.solar/pub-solar/infra/pulls/20),
* [die Standardinhalte des Nextcloud Verzeichnis für neue User definieren](https://git.pub.solar/pub-solar/infra/pulls/73),
* [Matrix vhosts in nginx konfigurieren](https://git.pub.solar/pub-solar/infra/pulls/33),
* digitale Animationen kreieren,
* Fotos bearbeiten und Musik machen,
* Wizard, Karten, und Brettspiele zocken,
* kochen, bestellen, und gemeinsam essen,
* und über die FDP herziehen.
## Ist das also nur für über-nerds?
Es geht schon ziemlich nerdy zu, und du solltest auf jeden Fall deinen Laptop dabei haben. Allerdings ist es uns eigentlich egal, wie du deine Zeit verbringst. Im besten Falle kannst du dich auch allein mit einem eigenen Projekt beschäftigen. Wir benutzen den Raum zum gemeinsamen Arbeiten und Austauschen, aber wenn der Vibe passt, kannst du dich auch gerne dazu setzen und nur Spiele zocken.
## Was kostet das?
Die Teilnahme kostet nichts, aber wenn wir mal Essen bestellen oder beim Kiosk was holen wärs cool wenn du etwas dazu gibst. Eine kleine Spende an den Verein ist auch immer gerne gesehen.
## Wo schlafe ich?
Falls du keine (bezahlbare, coole, sichere) Übernachtungsmöglichkeit finden kannst, dann rede mit uns. Wir kriegen garantiert einen Schlafplatz organisiert.
## Wo melde ich mich an?
Schreib uns kurz eine Nachricht. Du kannst uns via [Matrix](https://matrix.to/#/#general:pub.solar?via=chat.pub.solar) und [Mastodon](https://mastodon.pub.solar/@crew) erreichen, oder schick uns eine Mail an [crew@pub.solar](mailto:crew@pub.solar).
## Und wann findet das statt?
hakken.irl startet am letzten Freitag im Monat um 13:12 und geht bis Sonntag 16:20.
Wir treffen uns alle drei Monate, üblicherweise im Januar, April, Juli und Oktober.

View file

@ -1,26 +1,24 @@
layout: layouts/homepage.tsx
content: |
# Welcome to pub.solar
We're a friendly community creating a digital corner pub.
Our goal is to enable more people to use free software, have secure digital communications, and to take control over their private data.
We host online services for you and all the people you love. We do this transparently and democratically.
***Fucking free***
links:
- href: https://en.wikipedia.org/wiki/Free_software
title: Fucking Free
openInNewTab: true
- href: ./about
title: About us
- href: ./services
title: Our services
- href: https://auth.pub.solar/realms/pub.solar/account
title: Your pub.solar ID
- href: https://cloud.pub.solar/
title: Nextcloud
openInNewTab: true
- href: https://chat.pub.solar/
title: Matrix
openInNewTab: true
- href: https://mastodon.pub.solar/
title: Mastodon
openInNewTab: true
- href: https://git.pub.solar/
title: Git
openInNewTab: true
- href: ./hakken
title: hakken.irl
- href: ./about
title: About us
- href: ./privacy
title: Privacy policy

View file

@ -2,8 +2,7 @@ layout: layouts/default.tsx
title: Privacy Policy
content:
en: |
content: |
# Privacy Policy
Information on data privacy and protection for the services operated by pub.solar n.e.V. as required by article 13 DSGVO.
@ -129,8 +128,3 @@ content:
## References/License
We have created the basic structure of this data protection information with the help of [DS-GVO.clever-Tools](https://www.baden-wuerttemberg.datenschutz.de/ds-gvo.clever/) and adapted it to our needs. We have also used parts of [Datenschutzerklärung der TU-Dresden](https://doc.matrix.tu-dresden.de/privacy/) and adjusted them accordingly. Text is licensed [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.de).
de: |
**Es gibt momentan leider keine Deutsche Version unserer Datenschutzerklärung.**
Falls Du unbedingt eine sehen willst, dann kontaktiere die Crew damit wir das Thema höher priorisieren können.

17
services.yml Normal file
View file

@ -0,0 +1,17 @@
layout: layouts/default.tsx
title: Our services
showServices: true
content: |
# Our services
This page gives an overview of the services we host. We give some information regarding the support status and privacy of each service.
* [Nextcloud](#nextcloud)
* [Mastodon](#mastodon)
* [Matrix](#matrix)
* [Forgejo / git](#forgejo)
* [Mailman](#mailman)
* [Wiki](#wiki)
* [Searx](#searx)