1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Fix markdown issues

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-22 22:33:25 +13:00
parent 57f7268b9f
commit b3e7926740
2 changed files with 1 additions and 9 deletions

View File

@@ -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.

View File

@@ -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
> <path to repo>/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!