Added UpdateNeeded tags on all outdated doc articles

This commit is contained in:
Julien Dessaux 2024-02-25 23:25:40 +01:00
parent 20ca1f9c3f
commit 7e5535e2f6
Signed by: adyxax
GPG key ID: F92E51B86E07177E
21 changed files with 37 additions and 2 deletions

View file

@ -1,6 +1,8 @@
---
title: "About me"
description: Information about the author of this website
tags:
- UpdateNeeded
---
## Who am I?

View file

@ -1,6 +1,8 @@
---
title: "eventline"
description: adyxax.org eventline server
tags:
- UpdateNeeded
---
## Introduction

View file

@ -1,6 +1,8 @@
---
title: "Backups"
description: Backups of eventline.adyxax.org
tags:
- UpdateNeeded
---
## Documentation

View file

@ -1,6 +1,8 @@
---
title: "home"
description: My home network
tags:
- UpdateNeeded
---
![home network](/static/home.drawio.svg)

View file

@ -1,6 +1,8 @@
---
title: "irc"
description: irc.adyxax.org private chat server
tags:
- UpdateNeeded
---
## Introduction
@ -11,7 +13,7 @@ There is a Server to Server configuration commented bellow that I use when migra
## Captain's log
- 2020-10-00 : migrated to yen on OpenBSD
- 2020-10-01 : migrated to yen on OpenBSD
## Configuration

View file

@ -1,6 +1,8 @@
---
title: "Backups"
description: Backups of miniflux.adyxax.org
tags:
- UpdateNeeded
---
## Documentation

View file

@ -1,6 +1,8 @@
---
title: "nethack"
description: nethack.adyxax.org game server
tags:
- UpdateNeeded
---
## Introduction

View file

@ -9,6 +9,7 @@ social.adyxax.org is the server hosting my [gotosocial]({{< ref "going-social-2.
## Captain's log
- 2023-10-26 : migrated to nixos on dalinar.adyxax.org
- 2022-11-20 : switched to gotosocial on lore.adyxax.org
- 2022-11-11 : Initial setup of ktistec on myth.adyxax.org

View file

@ -1,6 +1,8 @@
---
title: "Backups"
description: Backups of social.adyxax.org
tags:
- UpdateNeeded
---
## Documentation

View file

@ -9,6 +9,8 @@ pass.adyxax.org is a [vaultwarden](https://github.com/dani-garcia/vaultwarden) s
## Captain's log
- 2023-11-26 : migrated to nixos on myth.adyxax.org
- 2023-11-20 : migrated to nixos on dalinar.adyxax.org
- 2021-10-12 : Initial setup on myth.adyxax.org's k3s
## Docs

View file

@ -1,6 +1,8 @@
---
title: "Backups"
description: Backups of pass.adyxax.org
tags:
- UpdateNeeded
---
## Documentation

View file

@ -5,6 +5,7 @@ tags:
- k3s
- kubernetes
- postgresql
- UpdateNeeded
- vaultwarden
---

View file

@ -13,6 +13,8 @@ For a log of how I made the initial setup, see [this blog article.]({{< ref "swi
## Captain's log
- 2023-10-31: Migrated to nixos on myth.adyxax.org
- 2023-10-20: Migrated to nixos on dalinar.adyxax.org
- 2023-01-28: [Website makeover]({{< ref "selenized.md" >}})
- 2021-09-12: [Added the search feature]({{< ref "blog/hugo/search.md" >}})
- 2021-07-28: Migrated to k3s setup on myth.adyxax.org

View file

@ -1,6 +1,8 @@
---
title: Container images
description: How container images are built, where they are stored and how they are deployed
tags:
- UpdateNeeded
---
## Building

View file

@ -1,6 +1,8 @@
---
title: "Installation"
description: Installation notes of www on k3s
tags:
- UpdateNeeded
---
## Introduction

View file

@ -4,6 +4,7 @@ description: How to install Alpine Linux at hosting providers that do not suppor
tags:
- Alpine
- linux
- UpdateNeeded
---
## Introduction

View file

@ -3,6 +3,7 @@ title: Install FreeBSD from linux
description: How to install FreeBSD at hosting providers that do not support it
tags:
- FreeBSD
- UpdateNeeded
---
## Introduction

View file

@ -4,6 +4,7 @@ description: Installation of a gentoo system
tags:
- gentoo
- linux
- UpdateNeeded
---
## Introduction

View file

@ -4,6 +4,7 @@ description: Gentoo kernel upgrades on adyxax.org
tags:
- gentoo
- linux
- UpdateNeeded
---
## Introduction

View file

@ -3,6 +3,7 @@ title: Install OpenBSD from linux
description: How to install OpenBSD at hosting providers that do not support it
tags:
- OpenBSD
- UpdateNeeded
---
## Introduction

View file

@ -1,6 +1,8 @@
module git.adyxax.org/adyxax/www/search
go 1.20
go 1.22
toolchain go1.22.0
require github.com/stretchr/testify v1.8.4