diff --git a/docs/community/matrix.md b/docs/community/matrix.md index b0a7e9e..ce93f91 100644 --- a/docs/community/matrix.md +++ b/docs/community/matrix.md @@ -28,7 +28,6 @@ If you're hesitant to dip your toes into the wall-garden of our [Discord server] Maybe it's just my years of using Discord, but I expected to be able to enter any search string in the main "search" field in my Matrix client, and have the relevant messages surfaced. Turns out, that's not how it works! The primary "search" field in the Elements UI, for example, searches **room names** (*i.e., show me all the rooms matching the string "chat"*). To search **within** a room, it's necessary to first navigate to that room, and then "room search" is a contextual action you can take **within** the room. I've not yet found out how do a partial string match though (*"chatgpt" matches, but "chatgp" does no*t). - ## Code of Conduct With the goal of creating a safe and inclusive community, we've adopted the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/), as described [here](/community/code-of-conduct/), and use of the Matrix instance is subject to this code of conduct. diff --git a/docs/recipes/kubernetes/matrix.md b/docs/recipes/kubernetes/matrix.md index d6b0532..4fde9aa 100644 --- a/docs/recipes/kubernetes/matrix.md +++ b/docs/recipes/kubernetes/matrix.md @@ -6,7 +6,7 @@ status: new # Install Invidious in Kubernetes -# gotchas +## gotchas Create signing key first. Else you'll ban yourself from the federation! @@ -15,7 +15,6 @@ Create signing key first. Else you'll ban yourself from the federation! ~ ❯ ``` - Thanks to [Sealed Secrets](/kubernetes/sealed-secrets/), we have a safe way of committing secrets into our repository, so to create this cloudflare secret, you'd run something like this: ```bash @@ -27,13 +26,10 @@ Thanks to [Sealed Secrets](/kubernetes/sealed-secrets/), we have a safe way of c > /matrix/sealedsecret-matrix-synapse-signingkey.yaml ``` - -echo -e ed25519 a_oDEG IiFDnZsM4TaROTdnFmcfa15Ee/srcF/J2bQ9VP5o0Pk Why not Dendrite? AFAIK, it woen't yet work with SSO (login with GitHub), and requires nats for messaging, which will consume more PVCs on my limited DO cluster! - ### Create matrix_media_repo database ```bash @@ -65,8 +61,6 @@ Success! root@matrix-synapse-5d7cf8579-zjk7c:/# ``` - - YouTube is ubiquitious now. Almost every video I'm sent, takes me to YouTube. Worse, every YouTube video I watch feeds Google's profile about me, so shortly after enjoying the latest Marvel movie trailers, I find myself seeing related adverts on **unrelated** websites. Creepy :bug:! @@ -608,5 +602,4 @@ What have we achieved? We have an HTTPS-protected private YouTube frontend - we --8<-- "recipe-footer.md" -[^1]: There is also a 3rd option, using the Flux webhook receiver to trigger a reconcilliation - to be covered in a future recipe! [^2]: Gotcha!