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
4
content/posts/_index.md
Normal file
4
content/posts/_index.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Posts
|
||||
date: 2022-12-10
|
||||
---
|
||||
BIN
content/posts/evening-cloud/evening-cloud.webp
Normal file
BIN
content/posts/evening-cloud/evening-cloud.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 303 KiB |
8
content/posts/evening-cloud/index.md
Normal file
8
content/posts/evening-cloud/index.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: Evening Cloud
|
||||
date: 2023-07-19T10:48:33+02:00
|
||||
description: "Evening cloud over Regensburg."
|
||||
tags: [fotos, regensburg]
|
||||
---
|
||||
|
||||

|
||||
15
content/posts/markdown-tables.md
Normal file
15
content/posts/markdown-tables.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Markdown Tables Suck
|
||||
date: 2023-12-25T16:28:52+01:00
|
||||
tags:
|
||||
- micro
|
||||
---
|
||||
|
||||
Tables are arguably the worst part of Markdown.
|
||||
No horizontal lines except for the mandatory one at the top.
|
||||
The only feature is the possibility to align cells.
|
||||
|
||||
Org Mode does much better, but isn't perfect either.
|
||||
|
||||
Don't get me wrong. It's nice to have a simple tool for simple tables.
|
||||
But sometimes I need more customizability.
|
||||
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
|
||||
16
content/posts/timestamps.md
Normal file
16
content/posts/timestamps.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: Use Timestamps
|
||||
date: 2023-11-15T10:12:30+01:00
|
||||
tags:
|
||||
- micro
|
||||
---
|
||||
|
||||
Every blog post should include a timestamp.
|
||||
In fact, this extends to almost anything online and even offline.
|
||||
|
||||
Also, don't make me look for the date.
|
||||
Put the date as obvious as possible, preferably at the beginning of the post.
|
||||
|
||||
I was reading [Julia Evans post about nix](https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/) and it was not immediately clear to me if this was a recent post.
|
||||
Only when I copied the URL to complain about it I discovered the date there.
|
||||
Safari hides most of the URL by default.
|
||||
Loading…
Add table
Add a link
Reference in a new issue