From 884e8c0228e43c290c86323855ea53d4b990f26d Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Fri, 27 Oct 2023 19:32:59 +0200 Subject: [PATCH 1/6] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 549175e..0c05b5a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ These screenshots are available on [the official website](https://whishper.net/u - [A transcription download](https://whishper.net/usage/download/) - [The subtitle editor](https://whishper.net/usage/editor/) +## Support: + +- [Monero](https://www.getmonero.org/): `82x6cn628oTUXV63DxBd6MJB8d997FhaSaGFvoWMgwihVmgiXYQPAwm2BCH31AovA9Qnnv1qQRrJk83TaJ8DaSZU2zkbWfM` +- [Bitcoin](https://bitcoin.org/en/): `bc1qfph44jl4cy03stwfkk7g0qlwx2grldr9xpk086` +- [Lightning Network (kycnotme)](https://getalby.com/p/kycnotme) + ## Credits - [Faster Whisper](https://github.com/guillaumekln/faster-whisper) From d3efb870e238f68dcd5a4deeaba6c73b74949b6e Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:36:17 +0100 Subject: [PATCH 2/6] =?UTF-8?q?Update=20=F0=9F=AA=B2-bug-report.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\360\237\252\262-bug-report.md" | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" index d3ed065..5ea4359 100644 --- "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" @@ -7,26 +7,37 @@ assignees: pluja --- -**Describe the bug** +## **Describe what happens** A clear and concise description of what the bug is. -**To Reproduce** +### **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error -**Expected behavior** +### **Expected behavior** A clear and concise description of what you expected to happen. -**Screenshots** -If applicable, add screenshots to help explain your problem. +## Context -**Device (please complete the following information):** - - OS: [e.g. iOS] +### **Docker compose logs** + +> Go to the project folder, run `docker compose logs -f --tail 35`, add some newlines, and force the error. After that copy and paste the logs you see below: + +``` +PASTE LOGS HERE +``` + +### **Docker Compose file** + +```yaml +PASTE YOUR DOCKER-COMPOSE.YML FILE HERE +``` + +### **Additional Info (please complete the following information):** + - OS: [e.g. Linux] - Browser [e.g. chrome, safari] - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. + - Hosting: [Local / Webserver / Reverse Proxy...] From 9e87232bd3c9328103f261007e949db32e22097d Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:37:00 +0100 Subject: [PATCH 3/6] =?UTF-8?q?Update=20=F0=9F=AA=B2-bug-report.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ".github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" index 5ea4359..4af8235 100644 --- "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" @@ -24,7 +24,7 @@ A clear and concise description of what you expected to happen. ### **Docker compose logs** -> Go to the project folder, run `docker compose logs -f --tail 35`, add some newlines, and force the error. After that copy and paste the logs you see below: +> Go to the project folder, run `docker compose logs -f --tail 50`, add some newlines, and force the error. After that copy and paste the logs you see below: ``` PASTE LOGS HERE From ee96b924681cf32d04287a593c19d4657bbfcd1f Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:38:25 +0100 Subject: [PATCH 4/6] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From 6ef5e6de92bdbbe6081d748100e0b813d13968ab Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:42:37 +0100 Subject: [PATCH 5/6] Update --- .../\360\237\252\262-bug-report.md" | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" index 4af8235..1e4a658 100644 --- "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" @@ -7,7 +7,7 @@ assignees: pluja --- -## **Describe what happens** +## **Description** A clear and concise description of what the bug is. ### **To Reproduce** @@ -20,24 +20,24 @@ Steps to reproduce the behavior: ### **Expected behavior** A clear and concise description of what you expected to happen. -## Context +## Environment +- OS: [e.g., Linux] +- Browser: [e.g., Chrome, Safari] +- Version: [e.g., 22] +- Hosting: [Local/Webserver/Reverse Proxy...] -### **Docker compose logs** +## Logs and Configuration -> Go to the project folder, run `docker compose logs -f --tail 50`, add some newlines, and force the error. After that copy and paste the logs you see below: +### Docker Compose Logs + +> Run the following command in the project folder, force the error, and paste the logs below: `docker compose logs -f --tail 50` ``` PASTE LOGS HERE ``` -### **Docker Compose file** +### Docker Compose File ```yaml PASTE YOUR DOCKER-COMPOSE.YML FILE HERE ``` - -### **Additional Info (please complete the following information):** - - OS: [e.g. Linux] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - - Hosting: [Local / Webserver / Reverse Proxy...] From 84d25f5d080139c0072c59792a2f474043bee338 Mon Sep 17 00:00:00 2001 From: pluja <64632615+pluja@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:42:53 +0100 Subject: [PATCH 6/6] Update --- ".github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" index 1e4a658..5d0a059 100644 --- "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-report.md" @@ -20,7 +20,7 @@ Steps to reproduce the behavior: ### **Expected behavior** A clear and concise description of what you expected to happen. -## Environment +### Environment - OS: [e.g., Linux] - Browser: [e.g., Chrome, Safari] - Version: [e.g., 22]