Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
diable action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 21, 2023
1 parent c3af2aa commit b9a3ae3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ${{ env.IMAGE_NAME }}:dev-${{ env.CURRENT_SECOND }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ env.IMAGE_NAME }}:dev-${{ env.CURRENT_SECOND }}
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ creds:
elevenlabs-01: "711sfpb9kk15sds8m4czuk5rozvp43a4"
```
How about `Google Text-to-Speech` and `Google Speech-to-Text`?

No problem. See [talk.google.example.yaml](example/talk.google.example.yaml)
How about `Google Text-to-Speech` and `Google Speech-to-Text`? No problem. See [talk.google.example.yaml](example/talk.google.example.yaml)

Full example: [talk.full.example.yaml](example/talk.full.example.yaml)

Expand All @@ -54,7 +52,8 @@ docker run -it -v ./talk.yaml:/etc/talk/talk.yaml \
-p 8000:8000 proxoar/talk
```

### Terraform
### Terraform

Refer to [terraform](example%2Fterraform). The same applies to Kubernetes.

### From scratch
Expand Down Expand Up @@ -84,20 +83,20 @@ Browsers keep HTTPS website from reading your microphone for security.

Solutions:

1. Run Talk behind a reverse proxy like Nginx and setup TLS in Nginx.
2. Open `chrome://flags/` in Chrome, find `Insecure origins treated as secure` and enable it:
* Run Talk behind a reverse proxy like Nginx and setup TLS in Nginx.
* Open `chrome://flags/` in Chrome, find `Insecure origins treated as secure` and enable it:
<br>
<img src="./doc/image/chrome-microphone-access.jpg" alt="Markdownify" width="500">
<img src="./doc/image/chrome-microphone-access.jpg" alt="Markdownify" width="600">
<br>

Rest assured, HTTPS support is on its way and will be implemented shortly

# Browser compatibility

| | Arc | Chrome | FireFox | Edge | Safari |
|:----------:|:---:|:------:|:-------:|:----:|:------:|
| Microphone | |||||
| UI | |||||
| | [Arc](https://arc.net/) | Chrome | FireFox | Edge | Safari |
|:----------:|:-----------------------:|:------:|:-------:|:----:|:------:|
| Microphone | |||||
| UI | |||||

# Q&A

Expand All @@ -114,7 +113,7 @@ A:
**Q: Will a mobile browser-friendly version be made available?**

A: Streamlining the website for mobile usage would be a time-intensive endeavour and, given my current time constraints,
it isn't our primary concern. As it stands, the site performs optimally on desktop browsers based on the Chromium
it isn't the primary concern. As it stands, the site performs optimally on desktop browsers based on the Chromium
Engine, with certain limitations on browsers such as Safari.

# Roadmap
Expand Down Expand Up @@ -163,6 +162,7 @@ Doc for contributing will be ready soon.

* [wikiart.org](https://www.wikiart.org): Wikiart is a great place to find art online. Most wallpapers of Talk come
from WikiArt.org
* [Arc](https://arc.net/): Arc is the Chrome replacement I’ve been waiting for -- [THE VERGE](https://www.theverge.com/23462235/arc-web-browser-review)
* [grainy-gradients](https://github.com/cjimmy/grainy-gradients): Thanks to [cjimmy](https://github.com/cjimmy/) for his
amazing [tutorial](https://css-tricks.com/grainy-gradients/) on noise and gradient background
* [Signal-Desktop](https://github.com/signalapp/Signal-Desktop)
Expand Down

0 comments on commit b9a3ae3

Please sign in to comment.