From 5538232c7afa5f61046f538aa7ae916b556f8636 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Tue, 8 Dec 2020 23:07:12 +0100 Subject: [PATCH] Fixed code block --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0e82653..701a9d0 100644 --- a/README.md +++ b/README.md @@ -260,18 +260,18 @@ kubectl apply -f services/Matrix/configMap-Matrix.yml kubectl apply -f services/Matrix/middleware-Matrix.yml kubectl apply -f services/Matrix/deploy-Matrix.yml ``` -##### 4.8) PVR `namespace` (automated media management) +##### 4.9) PVR `namespace` (automated media management) *Containers use shared resources to be able to interact with downloaded files* ``` kubectl create secret generic --type=mount/smb smb-secret --from-literal=username=<> --from-literal=password=<> -n pvr kubectl apply -f services/PVR/persistentVolumeClaim-PVR.yml kubectl apply -f services/PVR/storageClass-PVR.yml ``` -###### 4.8.1) [NZBHydra](https://github.com/theotherp/nzbhydra2) (index aggregator) +###### 4.9.1) [NZBHydra](https://github.com/theotherp/nzbhydra2) (index aggregator) ``` kubectl apply -f services/PVR/deploy-NZBHydra.yml ``` -###### 4.8.2) [Plex](https://www.plex.tv/) (media library) +###### 4.9.2) [Plex](https://www.plex.tv/) (media library) *Due to usage of symlinks, partially incompatible with SMB-share-backed storage* ``` kubectl apply -f services/PVR/deploy-Plex.yml @@ -281,36 +281,36 @@ After deploying, Plex server needs to be *claimed* (=assigned to Plex-account): kubectl get endpoints Plex -n PVR ``` Browse to the respective IP address (http://:32400/web) and follow instructions. -###### 4.8.3) [Radarr](https://radarr.video/) (movie management) +###### 4.9.3) [Radarr](https://radarr.video/) (movie management) ``` kubectl apply -f services/PVR/deploy-Radarr.yml ``` -###### 4.8.4) [Readarr](https://readarr.com/) (book management) +###### 4.9.4) [Readarr](https://readarr.com/) (book management) ``` kubectl apply -f services/PVR/deploy-Readarr.yml ``` -###### 4.8.5) [SABnzbd](https://sabnzbd.org/) (download client) +###### 4.9.5) [SABnzbd](https://sabnzbd.org/) (download client) ``` kubectl apply -f services/PVR/deploy-SABnzbd.yml ``` -###### 4.8.6) [Sonarr](https://sonarr.tv/) (tv management) +###### 4.9.6) [Sonarr](https://sonarr.tv/) (tv management) ``` kubectl apply -f services/PVR/deploy-Sonarr.yml ``` -##### 4.9) [Shaarli](https://github.com/shaarli/Shaarli) (bookmarks/notes) +##### 4.10) [Shaarli](https://github.com/shaarli/Shaarli) (bookmarks/notes) ``` kubectl apply -f services/Shaarli/deploy-Shaarli.yml ``` -##### 4.10) [Theia](https://theia-ide.org/) (web IDE) +##### 4.11) [Theia](https://theia-ide.org/) (web IDE) ``` kubectl apply -f services/Theia/deploy-Theia.yml ``` -##### 4.11) [Traefik-Certs-Dumper](https://github.com/ldez/traefik-certs-dumper) (certificate tooling) +##### 4.12) [Traefik-Certs-Dumper](https://github.com/ldez/traefik-certs-dumper) (certificate tooling) ``` kubectl apply -f services/TraefikCertsDumper/deploy-TraefikCertsDumper.yml ``` -##### 4.12) [Unifi-Controller]() (wlan AP management) +##### 4.13) [Unifi-Controller]() (wlan AP management) ``` kubectl apply -f services/Unifi/deploy-Unifi.yml ``` @@ -322,6 +322,7 @@ exit kubectl rollout restart deployment --namespace unifi unifi ``` *Update STUN url on devices:* doesn't seem to work +``` ssh @ sed -e 's|stun://|stun://:3479|' -i /etc/persistent/cfg/mgmt ```