Added some notes to the slides

This commit is contained in:
Martin Berg Alstad 2025-03-25 19:39:41 +01:00
parent 43be169187
commit aff07181ad
Signed by: martials
GPG Key ID: 706F53DD087A91DE

120
slides.md
View File

@ -24,7 +24,7 @@ mdc: true
# Homelabs
Presentation slides for developers
\- Martin og Sindre
<div @click="$slidev.nav.next" class="mt-12 py-1" hover:bg="white op-10">
Press Space for next page <carbon:arrow-right />
@ -44,7 +44,123 @@ The last comment block of each slide will be treated as slide notes. It will be
-->
---
transition: fade-out
transition: slide-up
---
# Hva?
- 🧑‍💻 **Developer Friendly** - En server som man setter opp hjemme
<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
---
transition: slide-up
---
# Hvorfor?
- 🧑‍💻 **Developer Friendly** - Hoste egne nettsider
- 🧑‍💻 **Developer Friendly** - Sette opp personlige tjenester
- 🧑‍💻 **Developer Friendly** - Gøy
<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
---
transition: slide-up
---
# Hva kan man sette opp?
- 🧑‍💻 **Home assistant** - Smarthussystem
- 🧑‍💻 **Kitchenowl** - Handleliste
- 🧑‍💻 **Nextcloud** - Fillagring
- 🧑‍💻 **Ente photos** - Google images alternativ
- 🧑‍💻 **Actual Budget** - Budsjettering
- 🧑‍💻 **Gitea / Forgejo** - Git
<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
---
transition: slide-up
---
# Martins oppsett
- 🧑‍💻 **Ubuntu Server**
- 🧑‍💻 **Caddy**
- 🧑‍💻 **Nextcloud**
- 🧑‍💻 **Cloudflare**
- 🧑‍💻 **Docker**
- 🧑‍💻 **Tailscale**
- 🧑‍💻 **Kitchenowl**
- 🧑‍💻 **Uptime Kuma**
- 🧑‍💻 **Gitea**
- 🧑‍💻 **Ente auth**
- 🧑‍💻 **Actual budget**
<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
---
transition: slide-up
---
# Sindres oppsett
- 🧑‍💻 **OS**
<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
---
transition: slide-up
---
# What is Slidev?