Switch from tmate to tmux of src blocks.

This commit is contained in:
2023-09-11 18:01:46 +12:00
parent 44a5e3d309
commit b354692e3f
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
I created this simplified helm chart for self-hosting gitea in a container on ~k3s~ based on the excellent upstream [[https://gitea.com/gitea/helm-chart/][official helm chart]]. Complete the steps below to deploy this chart.
#+NAME: Deploy gitea via helm
#+begin_src tmate
#+begin_src tmux
# Ensure gitea namespace exists
sudo kubectl create namespace jamma-gitea

View File

@ -8,7 +8,7 @@
I created this helm chart for self-hosting grocy in a container on ~k3s~. Complete the steps below to deploy this chart.
#+NAME: Deploy grocy via helm
#+begin_src tmate
#+begin_src tmux
# Clone charts repository
git clone https://gitea.jamma.life/jmhbnz/charts.git
#+end_src

View File

@ -20,7 +20,7 @@
I created this simplified helm chart for self-hosting invidious in a container on ~k3s~ based on the excellent upstream [[https://github.com/iv-org/invidious/tree/master/kubernetes][official helm chart]]. Complete the steps below to deploy this chart.
#+NAME: Deploy invidious via helm
#+begin_src tmate
#+begin_src tmux
# Ensure invidious namespace exists
sudo kubectl create namespace jamma-invidious

View File

@ -8,7 +8,7 @@
I created this helm chart for self-hosting jellyfin in a container on ~k3s~. Complete the steps below to deploy this chart.
#+NAME: Deploy jellyfin via helm
#+begin_src tmate
#+begin_src tmux
# Ensure jellyfin namespace exists
sudo kubectl create namespace jamma-jellyfin

View File

@ -8,7 +8,7 @@
I created this simplified helm chart for self-hosting ohmyform in a container on ~k3s~. Complete the steps below to deploy this chart.
#+NAME: Deploy ohmyform via helm
#+begin_src tmate
#+begin_src tmux
# Ensure ohmyform namespace exists
sudo kubectl create namespace jamma-ohmyform

View File

@ -8,7 +8,7 @@
I created this helm chart for self-hosting wordpress in a container on ~k3s~. Complete the steps below to deploy this chart.
#+NAME: Deploy wordpress via helm
#+begin_src tmate
#+begin_src tmux
# Ensure wordpress namespace exists
kubectl create namespace jamma-wordpress