diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 91d222a..9697024 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@master - name: Get release version id: get_version - run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10}) + run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV - name: Publish to Dockerhub uses: elgohr/Publish-Docker-Github-Action@master with: diff --git a/README.md b/README.md index 5db77ae..c1c7d65 100644 --- a/README.md +++ b/README.md @@ -78,14 +78,14 @@ The default config file location is `~/.config/mango/config.yml`. It might be di port: 9000 base_url: / session_secret: mango-session-secret -library_path: /home/alex_ling/mango/library -db_path: /home/alex_ling/mango/mango.db +library_path: ~/mango/library +db_path: ~/mango/mango.db scan_interval_minutes: 5 thumbnail_generation_interval_hours: 24 db_optimization_interval_hours: 24 log_level: info -upload_path: /home/alex_ling/mango/uploads -plugin_path: /home/alex_ling/mango/plugins +upload_path: ~/mango/uploads +plugin_path: ~/mango/plugins download_timeout_seconds: 30 mangadex: base_url: https://mangadex.org