Merge branch 'master' into dev

This commit is contained in:
Alex Ling 2020-12-26 09:34:23 +00:00
commit 66a3cc268b
2 changed files with 5 additions and 5 deletions

View File

@ -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:

View File

@ -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