From 115dce89209c0350b50bd77bb984a461ff10d87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 06:06:47 +0000 Subject: [PATCH 1/5] Bump mkdocs-git-revision-date-localized-plugin from 0.10.1 to 0.10.2 Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8f0488bcd..45a18661f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ git+https://github.com/fralau/mkdocs_macros_plugin@v0.5.12#egg=mkdocs-macros-plu git+https://github.com/g-provost/lightgallery-markdown@v0.5#egg=lightgallery markdown==3.3.4 mkdocs-awesome-pages-plugin==2.6.0 -mkdocs-git-revision-date-localized-plugin==0.10.1 +mkdocs-git-revision-date-localized-plugin==0.10.2 mkdocs-material-extensions==1.0.3 mkdocs-material==7.3.6 mkdocs-minify-plugin==0.5.0 From 4d40e956e11ecd34de1a878e6ccb783c442d6fb8 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Thu, 18 Nov 2021 16:46:21 +0100 Subject: [PATCH 2/5] Update permissions section syno guide Added a note to permission section in case someone decides to copy files from an old library into new library. --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 46886a182..17bee3851 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -286,7 +286,9 @@ Now we need to make sure that the newly created files and folders have the corre sudo chown -R docker:users /volume1/data /volume1/docker sudo chmod -R a=,a+rX,u+w,g+w /volume1/data /volume1/docker ``` - +!!! note + If you copy files from a different library into the newly created library, you need to rerun these commands. !!! + ------ ## Run the Docker Compose From ebd00a637acff9f82484f7b075a23da6b3b76a27 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Thu, 18 Nov 2021 16:53:05 +0100 Subject: [PATCH 3/5] Update Synology.md fixed markup --- docs/Hardlinks/How-to-setup-for/Synology.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 17bee3851..42dcb4396 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -286,9 +286,10 @@ Now we need to make sure that the newly created files and folders have the corre sudo chown -R docker:users /volume1/data /volume1/docker sudo chmod -R a=,a+rX,u+w,g+w /volume1/data /volume1/docker ``` + !!! note If you copy files from a different library into the newly created library, you need to rerun these commands. !!! - + ------ ## Run the Docker Compose From fc79cd722a7d0e9be7d5947f58a034f10fc21ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:40:04 +0000 Subject: [PATCH 4/5] Bump pymdown-extensions from 9.0 to 9.1 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.0 to 9.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/9.0...9.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 45a18661f..d00097cdd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,4 +9,4 @@ mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.0.3 mkdocs==1.2.3 pygments==2.10.0 -pymdown-extensions==9.0 +pymdown-extensions==9.1 From 6fd0ae481598b0720d130a7fe68ee3f6b9411d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 22:43:10 +0000 Subject: [PATCH 5/5] Bump markdown from 3.3.4 to 3.3.6 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.4 to 3.3.6. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.3.4...3.3.6) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d00097cdd..f6065373c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ git+https://github.com/fralau/mkdocs_macros_plugin@v0.5.12#egg=mkdocs-macros-plugin git+https://github.com/g-provost/lightgallery-markdown@v0.5#egg=lightgallery -markdown==3.3.4 +markdown==3.3.6 mkdocs-awesome-pages-plugin==2.6.0 mkdocs-git-revision-date-localized-plugin==0.10.2 mkdocs-material-extensions==1.0.3