From c111050c8f0f84d7f7d9b8e5f665be48e267e71f Mon Sep 17 00:00:00 2001 From: lamusmaser <1940060+lamusmaser@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:38:07 -0700 Subject: [PATCH 1/3] Update Synology documentation to include snapshot flag details. (#361) --- docs/Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Installation.md b/docs/Installation.md index 7dcf0d5e..ee06eedc 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -195,7 +195,9 @@ Once all of the folders have been created, it should have a folder structure wit - "GID=0" - "xpack.security.enabled=true" - "ELASTIC_PASSWORD=verysecret" + - "path.repo=/usr/share/elasticsearch/data/snapshot" > Do not use the default password as it is very insecure. + > Activating snapshots for backups should only be done *after* setting the `path.repo` setting. ![Synology - ElasticSearch Environment Configurations](assets/Synology_0.2.0_Docker-ES-Env-Conf.png) 12. Click on the **Apply** button. 13. Back on the **Create Container** screen, click the **Next** button. From fc788c586df53092195f549514836356f4dd4b32 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 8 Nov 2022 08:19:09 +0700 Subject: [PATCH 2/3] better wording for scheduler frequency, #358 --- docs/Settings.md | 2 +- tubearchivist/home/templates/home/settings.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Settings.md b/docs/Settings.md index 72e69e77..0bc920de 100644 --- a/docs/Settings.md +++ b/docs/Settings.md @@ -102,7 +102,7 @@ Examples: NOTE: - Changes in the scheduler settings require a container restart to take effect. - Cron format as *number*/*number* are none standard cron and are not supported by the scheduler, for example **0 0/12 \*** is invalid, use **0 \*/12 \*** instead. -- Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason * or wildcards for minutes are not supported. +- Avoid an unnecessary frequent schedule to not get blocked by YouTube. For that reason, the scheduler doesn't support schedules that trigger more than once per hour. ## Rescan Subscriptions That's the equivalent task as run from the downloads page looking through your channel and playlist and add missing videos to the download queue. diff --git a/tubearchivist/home/templates/home/settings.html b/tubearchivist/home/templates/home/settings.html index dd94879e..049f79c5 100644 --- a/tubearchivist/home/templates/home/settings.html +++ b/tubearchivist/home/templates/home/settings.html @@ -186,7 +186,7 @@

Note:

From 55c9721b518c66f7d3e1a31f5d9c4dc3e048cb93 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 10 Nov 2022 09:53:49 +0700 Subject: [PATCH 3/3] rename to *common errors*, better issue template --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 4 +++- .github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml | 2 +- README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index dd0b723e..b9f051a9 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -11,10 +11,12 @@ body: - type: checkboxes id: latest attributes: - label: Latest and Greatest + label: I've read the documentation: options: - label: I'm running the latest version of Tube Archivist and have read the [release notes](https://github.com/tubearchivist/tubearchivist/releases/latest). required: true + - label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki) and the [readme](https://github.com/tubearchivist/tubearchivist#installing-and-updating), particularly the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section. + required: true - type: input id: os diff --git a/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml b/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml index 84593278..07519dc2 100644 --- a/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml +++ b/.github/ISSUE_TEMPLATE/INSTALLATION-HELP.yml @@ -15,7 +15,7 @@ body: options: - label: I have read and understand the [installation instructions](https://github.com/tubearchivist/tubearchivist#installing-and-updating). required: true - - label: My issue is not described in the [potential pitfalls](https://github.com/tubearchivist/tubearchivist#potential-pitfalls) section. + - label: My issue is not described in the [common errors](https://github.com/tubearchivist/tubearchivist#common-errors) section. required: true - type: input diff --git a/README.md b/README.md index 4a406d77..bf029fd8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ * [Extended Universe](#extended-universe) * [Installing and updating](#installing-and-updating) * [Getting Started](#getting-started) -* [Potential pitfalls](#potential-pitfalls) +* [Common Errors](#common-errors) * [Roadmap](#roadmap) * [Known limitations](#known-limitations) * [Donate](#donate) @@ -165,7 +165,7 @@ You will see the current version number of **Tube Archivist** in the footer of t There is a Helm Chart available at https://github.com/insuusvenerati/helm-charts. Mostly self-explanatory but feel free to ask questions in the discord / subreddit. -## Potential pitfalls +## Common Errors ### vm.max_map_count **Elastic Search** in Docker requires the kernel setting of the host machine `vm.max_map_count` to be set to at least 262144.