From edba693c013ed219e764d37684de7f45f3d7ce1f Mon Sep 17 00:00:00 2001 From: roc Date: Fri, 8 Mar 2024 17:39:46 +0800 Subject: [PATCH] update at 2024-03-08 17:39:46 --- content/cases/home-network/alist.md | 2 +- content/cases/home-network/aria2.md | 2 +- content/cases/home-network/ddns.md | 2 +- content/cases/home-network/dnsmasq.md | 2 +- content/cases/home-network/filebrowser.md | 2 +- content/cases/home-network/home-assistant.md | 2 +- content/cases/home-network/homepage.md | 2 +- content/cases/home-network/ikev2.md | 2 +- content/cases/home-network/jellyfin.md | 5 ++--- content/cases/home-network/nfs.md | 2 +- content/cases/home-network/radvd.md | 2 +- content/cases/home-network/samba.md | 2 +- 12 files changed, 13 insertions(+), 14 deletions(-) diff --git a/content/cases/home-network/alist.md b/content/cases/home-network/alist.md index 4a8036d..91801df 100644 --- a/content/cases/home-network/alist.md +++ b/content/cases/home-network/alist.md @@ -22,7 +22,7 @@ alist ## 准备 kustomization.yaml -```txt +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/aria2.md b/content/cases/home-network/aria2.md index e2541fe..81d59a5 100644 --- a/content/cases/home-network/aria2.md +++ b/content/cases/home-network/aria2.md @@ -20,7 +20,7 @@ aria2 ## 准备 kustomization.yaml -```txt +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/ddns.md b/content/cases/home-network/ddns.md index c3436f5..7073ab1 100644 --- a/content/cases/home-network/ddns.md +++ b/content/cases/home-network/ddns.md @@ -50,7 +50,7 @@ ddns ## 准备 kustomization.yaml -```yaml +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/dnsmasq.md b/content/cases/home-network/dnsmasq.md index 899b663..d28fe37 100644 --- a/content/cases/home-network/dnsmasq.md +++ b/content/cases/home-network/dnsmasq.md @@ -31,7 +31,7 @@ dnsmasq ## 准备 kustomization.yaml -```yaml +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/filebrowser.md b/content/cases/home-network/filebrowser.md index 93d068f..562fd6b 100644 --- a/content/cases/home-network/filebrowser.md +++ b/content/cases/home-network/filebrowser.md @@ -36,7 +36,7 @@ filebrowser ## 准备 kustomization.yaml -```txt +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/home-assistant.md b/content/cases/home-network/home-assistant.md index 1a37b8d..b993a14 100644 --- a/content/cases/home-network/home-assistant.md +++ b/content/cases/home-network/home-assistant.md @@ -19,7 +19,7 @@ home-assistant ## 准备 kustomization.yaml -```txt +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/homepage.md b/content/cases/home-network/homepage.md index ed369e2..59aac86 100644 --- a/content/cases/home-network/homepage.md +++ b/content/cases/home-network/homepage.md @@ -80,7 +80,7 @@ providers: ## 准备 kustomization.yaml -```txt +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/ikev2.md b/content/cases/home-network/ikev2.md index 8f87642..c28526b 100644 --- a/content/cases/home-network/ikev2.md +++ b/content/cases/home-network/ikev2.md @@ -63,7 +63,7 @@ ikev2 ## 准备 kustomization.yaml -```yaml +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/jellyfin.md b/content/cases/home-network/jellyfin.md index 821f2dd..ce03f3b 100644 --- a/content/cases/home-network/jellyfin.md +++ b/content/cases/home-network/jellyfin.md @@ -22,15 +22,14 @@ jellyfin ## 准备 kustomization.yaml -```txt +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - daemonset.yaml - -namespace: default ``` +namespace: default ## 访问 Jellyfin diff --git a/content/cases/home-network/nfs.md b/content/cases/home-network/nfs.md index 1c1a857..12c0363 100644 --- a/content/cases/home-network/nfs.md +++ b/content/cases/home-network/nfs.md @@ -33,7 +33,7 @@ nfs ## 准备 kustomization.yaml -```yaml +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/radvd.md b/content/cases/home-network/radvd.md index c7c9c39..bdd1193 100644 --- a/content/cases/home-network/radvd.md +++ b/content/cases/home-network/radvd.md @@ -38,7 +38,7 @@ radvd ## 准备 kustomization.yaml -```yaml +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/content/cases/home-network/samba.md b/content/cases/home-network/samba.md index 2efe4a1..1d09a42 100644 --- a/content/cases/home-network/samba.md +++ b/content/cases/home-network/samba.md @@ -22,7 +22,7 @@ samba ## 准备 kustomization.yaml -```yaml +```yaml title="kustomization.yaml" apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization