1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update Database

This commit is contained in:
Arky 2018-08-14 12:10:58 +07:00
parent 8047a83a37
commit 4012f29623
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ To login to Calibre-web enter
Username: admin
Password: admin123
Password: changme
Backend
--------

View file

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

Binary file not shown.

View file

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