mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update Database
This commit is contained in:
parent
8047a83a37
commit
4012f29623
4 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ To login to Calibre-web enter
|
|||
|
||||
Username: admin
|
||||
|
||||
Password: admin123
|
||||
Password: changme
|
||||
|
||||
Backend
|
||||
--------
|
||||
|
|
|
@ -22,4 +22,4 @@ calibre_web_user: root
|
|||
|
||||
# calibre_web admin account
|
||||
# calibre_web_admin_user: admin
|
||||
# calibre_web_admin_password: admin123
|
||||
# calibre_web_admin_password: changeme
|
||||
|
|
BIN
roles/calibre-web/files/updated-metadata.db
Normal file
BIN
roles/calibre-web/files/updated-metadata.db
Normal file
Binary file not shown.
|
@ -36,8 +36,8 @@
|
|||
|
||||
- name: Provision calibre-web with default administration account and database.
|
||||
copy:
|
||||
src: roles/calibre-web/files/metadata.db
|
||||
dest: "{{ calibre-web_home }}"
|
||||
src: roles/calibre-web/files/updated-metadata.db
|
||||
dest: "{{ calibre-web_home }}/metadata.db"
|
||||
owner: "{{ calibre_web_user }}"
|
||||
group: "{{ apache_user }}"
|
||||
mode: 0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue