LIST

nexcloud helm

Strict reverse proxies¶ This image uses a self-signed certificate by default. This naturally means the scheme is https. If you are using a reverse proxy which validates certificates, you need to disable this check for the container. src: https://docs.linuxserver.io/FAQ/#strict-proxy ... server { listen 10.1.2.3:80; server_name 10.1.2.3 myproxy.mycompany.com; location / { proxy_pass https://backend.server.ip/; proxy_ssl_trusted_certificate /etc/nginx/sslcerts/backend.server.pem; proxy_ssl_verify off; ... other proxy settings } src: https://serverfault.com/questions/341023/nginx-as-reverse-proxy-with-upstream-ssl ignored for now: proxy_ssl_trusted_certificate hope it works without…

May 26, 2024

helm plex-media-server

https://github.com/plexinc/pms-docker/tree/master/charts/plex-media-server ➜ helm git:(main) helm repo add plex https://raw.githubusercontent.com/plexinc/pms-docker/gh-pages "plex" already exists with the same configuration, skipping ➜ helm git:(main) helm show values plex/plex-media-server > values.yaml ➜ helm git:(main) helm upgrade --install plex plex/plex-media-server --values values.yaml Release "plex" does not exist. Installing it now. NAME: plex LAST DEPLOYED: Sat May 18 10:41:13 2024 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: Thank you for installing plex-media-server. Your release is named plex....

May 18, 2024

Pet-Project: StudyBooks

predecessor of mindmark

February 1, 2020