From 5a0d62687c572411409972d200b854e090c5089c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:13:05 +0000 Subject: [PATCH 1/3] Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/exempt-creators-backfill.yml | 2 +- .github/workflows/exempt-creators.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exempt-creators-backfill.yml b/.github/workflows/exempt-creators-backfill.yml index 52f08a65..b7519853 100644 --- a/.github/workflows/exempt-creators-backfill.yml +++ b/.github/workflows/exempt-creators-backfill.yml @@ -15,7 +15,7 @@ jobs: backfill: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const exemptLabel = 'exempt'; diff --git a/.github/workflows/exempt-creators.yml b/.github/workflows/exempt-creators.yml index f75a92d9..71154ed0 100644 --- a/.github/workflows/exempt-creators.yml +++ b/.github/workflows/exempt-creators.yml @@ -25,7 +25,7 @@ jobs: contains(fromJSON('["rmcrackan","Mbucari"]'), github.event.issue.user.login)) || (github.event_name == 'pull_request' && contains(fromJSON('["rmcrackan","Mbucari"]'), github.event.pull_request.user.login)) - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const number = context.issue?.number || context.payload.pull_request?.number; From 197d645e100ee666c4cfcaf8b01da693f7e409e6 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Mon, 13 Apr 2026 08:51:07 -0400 Subject: [PATCH 2/3] #1729 minor docker tweak --- Docker/liberate.sh | 2 +- docs/installation/docker.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Docker/liberate.sh b/Docker/liberate.sh index 82947829..525e51f7 100755 --- a/Docker/liberate.sh +++ b/Docker/liberate.sh @@ -108,7 +108,7 @@ setup_db() { error "database not found and creation is disabled" exit 1 fi - ln -s "${FILE}" "${LIBATION_CONFIG_INTERNAL}/LibationContext.db" + ln -sf "${FILE}" "${LIBATION_CONFIG_INTERNAL}/LibationContext.db" } run() { diff --git a/docs/installation/docker.md b/docs/installation/docker.md index 1222e06c..6dabadf5 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -71,6 +71,10 @@ sudo docker run -d \ If the user it's running as is correct, and it still cannot write, be sure to check whether the files and/or folders might be owned by the wrong user. You can use the `chown` command to change the owner of the file to the correct user and group number, for example: `chown -R 1001:1001 /mnt/audiobooks /mnt/libation-config` +## Troubleshooting + +- **Library scan appears to hang in Docker:** Try setting `ImportEpisodes` to `false` in `Settings.json` on your config volume and run again. That turns off the extra episode/podcast catalog requests during import and helps narrow down whether the stall is in that path versus auth or the network. + ## Advanced Database Options The docker image supports an optional database mount location defined by `LIBATION_DB_DIR`. This allows the database to be mounted as read/write, while allowing the rest of the configuration files to be mounted as read only. This is specifically useful if running in Kubernetes where you can use Configmaps and Secrets to define the configuration. If the `LIBATION_DB_DIR` is mounted, it will be used, otherwise it will look for the database in `LIBATION_CONFIG_DIR`. If it does not find the database in the expected location, it will attempt to make an empty database there. From 550a99ac90b6f3e3efe5b98babb372aab2968c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:30:12 +0000 Subject: [PATCH 3/3] Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f48c8fd3..8a9ef75b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: Release id: release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Libation ${{ needs.prerelease.outputs.version }} body: ""