meta: Big update
- Update design - Add new logo - All posts in a single category - New draft: Selbst Hosting
This commit is contained in:
parent
fa8cf1f9cd
commit
bc23423206
33 changed files with 355 additions and 240 deletions
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: Microblog
|
||||
---
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Neovim → Helix
|
||||
date: 2024-10-24T22:23:05+02:00
|
||||
tags:
|
||||
- micro
|
||||
---
|
||||
|
||||
Friendship ended with Neovim, now Helix is my best friend.
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
title: Fotos
|
||||
---
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Blog
|
||||
title: Posts
|
||||
date: 2022-12-10
|
||||
---
|
||||
|
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 303 KiB |
40
content/posts/selbst-hosting.md
Normal file
40
content/posts/selbst-hosting.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: Selbst-Hosting
|
||||
date: 2024-12-28T07:22:14+01:00
|
||||
description:
|
||||
tags:
|
||||
- nixos
|
||||
- selfhosting
|
||||
- git
|
||||
draft: true
|
||||
---
|
||||
|
||||
Seit etwa 2020 war ich fasziniert von der Idee, einen eigenen Server zu haben. Vor allem auf Reddit hatte ich viel darüber gelesen, z. B. auf [r/selfhosted](https://www.reddit.com/r/selfhosted) und [r/homelab](https://www.reddit.com/r/homelab). Lange hatte ich weder Zeit noch Geld für solch ein Projekt. Im April 2024 habe ich mir aber dann endlich einen kleinen PC gekauft, einen gebrauchten Mini-PC. Später habe ich mir dazu noch eine 8 TB Festplatte gekauft. Bisher nutze ich diesen Server zwar relativ wenig, aber ich habe in den letzten 8 Monaten sehr viel dazugelernt.
|
||||
|
||||
## Hardware
|
||||
|
||||
- HP EliteDesk 800 G2 Desktop Mini
|
||||
- i5-6500 3,2 Ghz
|
||||
- 16 GB RAM
|
||||
- 512 GB SSD
|
||||
- Preis: 90 €
|
||||
- Western Digital My Book USB 3.0
|
||||
- 8 TB HDD
|
||||
- Preis: 150 €
|
||||
|
||||
## Software
|
||||
|
||||
- [NixOS](#nixos)
|
||||
- [Tailscale](#tailscale)
|
||||
- [Jellyfin](#jellyfin)
|
||||
- [NextCloud](#nextcloud)
|
||||
|
||||
### NixOS
|
||||
|
||||
[GitHub](https://github.com/jukremer/nix-config)
|
||||
|
||||
### Tailscale
|
||||
|
||||
### Jellyfin
|
||||
|
||||
### NextCloud
|
||||
Loading…
Add table
Add a link
Reference in a new issue