Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
5d6f18f4
Commit
5d6f18f4
authored
Apr 21, 2016
by
janeczku
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-gitignore'
parents
7424418c
727a49db
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
13 deletions
+21
-13
.gitignore
.gitignore
+20
-0
config.ini.example
config.ini.example
+0
-0
config.ini_example
config.ini_example
+0
-12
readme.md
readme.md
+1
-1
No files found.
.gitignore
0 → 100644
View file @
5d6f18f4
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
eggs/
.eggs/
*.egg-info/
.installed.cfg
*.egg
# calibre-web
*.db
*.log
config.ini
config.ini
→
config.ini
.example
View file @
5d6f18f4
File moved
config.ini_example
deleted
100644 → 0
View file @
7424418c
[General]
DB_ROOT =
APP_DB_ROOT =
MAIN_DIR =
LOG_DIR =
PORT = 8083
NEWEST_BOOKS = 60
[Advanced]
TITLE_REGEX = ^(A|The|An|Der|Die|Das|Den|Ein|Eine|Einen|Dem|Des|Einem|Eines)\s+
DEVELOPMENT = 1
PUBLIC_REG = 0
UPLOADING = 1
readme.md
View file @
5d6f18f4
...
...
@@ -25,7 +25,7 @@ Also available as [Docker image](https://registry.hub.docker.com/u/janeczku/cali
## Quick start
1.
Open config.ini
and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
1.
Rename
`config.ini.example`
to
`config.ini`
and set DB_ROOT to the path of the folder where your Calibre library (metadata.db) lives
2.
To enable public user registration set PUBLIC_REG to 1
3.
To enable uploading of PDF books set UPLOADING to 1
4.
Execute the command:
`python cps.py`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment