mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 19:05:32 -04:00
Merge branch 'master' into dev
This commit is contained in:
commit
66a3cc268b
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Get release version
|
- name: Get release version
|
||||||
id: get_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
|
- name: Publish to Dockerhub
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
with:
|
||||||
|
@ -78,14 +78,14 @@ The default config file location is `~/.config/mango/config.yml`. It might be di
|
|||||||
port: 9000
|
port: 9000
|
||||||
base_url: /
|
base_url: /
|
||||||
session_secret: mango-session-secret
|
session_secret: mango-session-secret
|
||||||
library_path: /home/alex_ling/mango/library
|
library_path: ~/mango/library
|
||||||
db_path: /home/alex_ling/mango/mango.db
|
db_path: ~/mango/mango.db
|
||||||
scan_interval_minutes: 5
|
scan_interval_minutes: 5
|
||||||
thumbnail_generation_interval_hours: 24
|
thumbnail_generation_interval_hours: 24
|
||||||
db_optimization_interval_hours: 24
|
db_optimization_interval_hours: 24
|
||||||
log_level: info
|
log_level: info
|
||||||
upload_path: /home/alex_ling/mango/uploads
|
upload_path: ~/mango/uploads
|
||||||
plugin_path: /home/alex_ling/mango/plugins
|
plugin_path: ~/mango/plugins
|
||||||
download_timeout_seconds: 30
|
download_timeout_seconds: 30
|
||||||
mangadex:
|
mangadex:
|
||||||
base_url: https://mangadex.org
|
base_url: https://mangadex.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user