i18n
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Joakim Svensson 2025-07-18 22:29:33 +00:00
parent 252f074609
commit 596e3cc464
4 changed files with 40 additions and 2 deletions

View File

@ -25,6 +25,12 @@ title: Home Lab
- **[VS Code](https://code.sa6anw.se)**
- **[Smokeping](https://smokeping.sa6anw.se)**
:sv
Dessa tjänster är i första hand för mig och en och annan privilegierad vän. Vill du också bli en privilegierad vän?
:::
:en
These services are primarily for myself and the occasional privileged friend. Would you like to become a privileged friend too?
:::

View File

@ -108,6 +108,7 @@ window.addEventListener('scroll', () => {
</div></code></pre>
</div>
:sv
**Filmen**
SA6FAL, Felix monterar Solcellsdriven Meshtastic nod på Billingen. Noden hoppas jag ska kunna agera router/backbone för större delen av östra Skaraborg.
@ -116,6 +117,17 @@ SA6FAL, Felix monterar Solcellsdriven Meshtastic nod på Billingen. Noden hoppas
**Meshtastic nod**
Min solcellsdrivna noder består av:
:::
:en
**The Video**
SA6FAL, Felix, installs a solar-powered Meshtastic node on Billingen. I hope this node will serve as a router/backbone for most of eastern Skaraborg.
**Meshtastic Node**
My solar-powered nodes consist of:
:::
- **RAK WisMesh Starter Kit**<br>
[pileupdx.com](https://pileupdx.com/product/rak-wisblock-meshtastic-starter-kit/)

View File

@ -18,10 +18,17 @@ title: sa6anw.se
</div></code></pre>
</div>
:sv
**Denna hemsida**
Den är gjord med MKDocs och temat Material. Jag skriver sidan med code-server som är vscode med web-ui. Jag comittar allt till min git där DroneCI bygger och publicerar sidan anutomatiskt.
:::
:en
**This Website**
Its built with MkDocs and the Material theme. I write the site using code-server, which is VSCode with a web UI. I commit everything to my Git repository, where DroneCI automatically builds and publishes the site.
:::
<!--
Ascii-art-rubrikerna är skapade på [denna hemsidan](https://patorjk.com/software/taag/) fonten heter `Big Money-se`. Där efter modifierar jag den till det som finns på hemsidan. Jag ändrar teckenavstånd, lägger till mer detaljer och byter `$` mot `X`.

View File

@ -20,9 +20,17 @@ title: sa6anw.se
**[smokeping.sa6anw.se](https://smokeping.sa6anw.se)**
:sv
För att köra smokeping i ditt egna labb:
- Skapa en `docker-compose.yaml` med följande innehåll
:::
:en
To run Smokeping in your own lab:
- Create a `docker-compose.yaml` file with the following content:
:::
```
---
@ -44,7 +52,12 @@ services:
restart: unless-stopped
```
:sv
- Byt till din domän.
- Sen är det bara att köra `docker compose up -d`
:::
:en
- Replace the domain with your own.
- Then simply run: `docker compose up -d`
:::