mirror of
https://codeberg.org/martials/homelab-presentasjon.git
synced 2025-04-21 03:11:29 +00:00
✨ Added some notes to the slides
This commit is contained in:
parent
43be169187
commit
aff07181ad
120
slides.md
120
slides.md
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user