diff --git a/content/1.about/1.welcome.md b/content/1.about/1.welcome.md index 05faf64..f51555e 100644 --- a/content/1.about/1.welcome.md +++ b/content/1.about/1.welcome.md @@ -9,7 +9,7 @@ main: # docu[·]{style="color: #1ad6ff"}what? __Docu[·]{style="color: #1ad6ff"}djeex__ is a site containing the documentation of my personal servers, originally created to easily keep track of my configurations and commands. -My infrastructure is built around the Debian 12 + Docker combo, making exporting and deployment simpler. +My infrastructure is built around the Debian 13 + Docker combo, making exporting and deployment simpler. Special thanks to __Nipah__, __Xenio__, and others for their patience and support. Most of this content comes directly from them. ## About the documentation diff --git a/content/3.serveex/1.introduction.md b/content/3.serveex/1.introduction.md index a185d3e..db1e95b 100644 --- a/content/3.serveex/1.introduction.md +++ b/content/3.serveex/1.introduction.md @@ -41,7 +41,7 @@ The Core of the Server #title __Operating System__ #description - [Install and configure Debian 12](/serveex/core/installation) + [Install and configure Debian 13](/serveex/core/installation) :: ::card{icon=logos:docker-icon} diff --git a/content/3.serveex/2.core/1.installation.md b/content/3.serveex/2.core/1.installation.md index 25bbc4f..4a64796 100644 --- a/content/3.serveex/2.core/1.installation.md +++ b/content/3.serveex/2.core/1.installation.md @@ -1,11 +1,11 @@ --- navigation: true -title: Debian 12 +title: Debian 13 main: fluid: false --- :ellipsis{left=0px width=40rem top=10rem blur=140px} -# Debian 12 +# Debian 13 ::alert{type="info"} 🎯 __Goal:__ Install Debian 13 and the main dependencies to have a ready-to-use OS, accessible via SSH. :: diff --git a/content/3.serveex/2.core/2.docker.md b/content/3.serveex/2.core/2.docker.md index 682c4b4..c167ce8 100644 --- a/content/3.serveex/2.core/2.docker.md +++ b/content/3.serveex/2.core/2.docker.md @@ -43,7 +43,7 @@ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin That's it! -**More options:** [Install Docker for Debian 12](https://docs.docker.com/engine/install/debian/) +**More options:** [Install Docker for Debian 13](https://docs.docker.com/engine/install/debian/) ::alert{type="info" icon="exclamation-circle"} :::list{type="info"}