Skip to content

Commit

Permalink
Revert "Merge main into renovate/erisamoe-cloudflared-2024.x"
Browse files Browse the repository at this point in the history
This reverts commit 991e21a, reversing
changes made to 81e3048.
  • Loading branch information
gruberdev committed Feb 2, 2024
1 parent a070093 commit 26500ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 4 additions & 3 deletions apps/home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ flowchart TD
style Whisper fill:#d7e3fc,stroke:#858585,stroke-width:1px
style Host_Computer fill:#abc4ff,stroke:#858585,stroke-width:1px
```



### AI-Related resources

- [Training a custom word to activate *openWakeWord*][oww-train-uri]
- [A technical introduction to training voices for *Piper*][piper-intro]
- [Training a custom word to activate *openWakeWord*][oww-train-uri]

### General personal resources

Expand All @@ -64,4 +66,3 @@ flowchart TD
[tizen-page-samsung]: https://www.samsung.com/us/support/answer/ANS00062224/
[samsung-update-tv]: https://www.samsung.com/br/support/model/UN50AU8000GXZD/#tips
[oww-train-uri]: https://colab.research.google.com/drive/1q1oe2zOyZp7UsB3jJiQ1IFn8z5YfjwEb?usp=sharing#scrollTo=1cbqBebHXjFD
[piper-intro]: https://github.com/ZachB100/Piper-Training-Guide-with-Screen-Reader
2 changes: 0 additions & 2 deletions apps/home/ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ kubectl apply -k github.com/gruberdev/homelab/apps/home/ha
- [decluttering-card][decluttering-card]
- [energy-entity-row][energy-entity-row]
- [layout-card][layout-card]
- [tailwindcss-template-card][tailwind-card]

### General personal documentation

Expand Down Expand Up @@ -96,7 +95,6 @@ kubectl apply -k github.com/gruberdev/homelab/apps/home/ha
[decluttering-card]: https://github.com/custom-cards/decluttering-card
[energy-entity-row]: https://github.com/zeronounours/lovelace-energy-entity-row
[layout-card]: https://github.com/thomasloven/lovelace-layout-card
[tailwind-card]: https://github.com/usernein/tailwindcss-template-card

[ha-samsung-uri]: https://github.com/home-assistant/core/issues/70777
[broadlink-custom-uri]: https://github.com/usernein/tv-card/blob/c8f0a76424844772934613d45691d9b3860ff36b/README.md?plain=1#L88-L130
6 changes: 3 additions & 3 deletions apps/networking/tailscale/operator/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
secretName: operator-oauth
containers:
- name: operator
image: docker.io/tailscale/k8s-operator:unstable-v1.57.65
imagePullPolicy: IfNotPresent
image: docker.io/grubertech/tailscale-operator:latest
imagePullPolicy: Always
resources:
requests:
cpu: 300m
Expand Down Expand Up @@ -50,7 +50,7 @@ spec:
- name: CLIENT_SECRET_FILE
value: /oauth/client_secret
- name: PROXY_IMAGE
value: docker.io/tailscale/tailscale:unstable-v1.57.65
value: docker.io/tailscale/tailscale:unstable-v1.57.56
- name: PROXY_TAGS
value: tag:k8s
- name: AUTH_PROXY
Expand Down

0 comments on commit 26500ae

Please sign in to comment.