From b8f93dea26cafd018e8d5f894856cb47d112e63c Mon Sep 17 00:00:00 2001 From: th3r00t Date: Fri, 17 Sep 2021 16:03:12 -0400 Subject: [PATCH] Update README.md Added Docker's webadmin default user & password --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2922976..9b74b6d 100755 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Follow or influence development @

## Docker -The official Docker image for pyShelf is [`pyshelf/pyshelf`](https://hub.docker.com/r/pyshelf/pyshelf). The easiest way to get pyShelf running is through `docker-compose`. An example docker-compose.yml is included in the repo +The official Docker image for pyShelf is [`pyshelf/pyshelf`](https://hub.docker.com/r/pyshelf/pyshelf). The easiest way to get pyShelf running is through `docker-compose`. An example docker-compose.yml is included in the repo. You'll need a `.env` file wich sets the `LOCAL_BOOK_DIR` variable, for example: @@ -64,6 +64,8 @@ LOCAL_BOOK_DIR=/home/someone/books ``` The Docker image is still new, so there could still be some issues and missing features. Feel free to create a bug-issue when you encounter a bug. Development of the Docker image is discussed in https://github.com/th3r00t/pyShelf/pull/53 . Currently the database needs to be [PostgreSQL](https://www.postgresql.org/) with the account details shown in the example `docker-compose.yml`. + + Default User/Pass for web interface: pyshelf/pyshelf ## Self Hosted This is targeted towards Network Administrators, and home enthusiasts whom I assume will know how to setup a [Django](https://www.djangoproject.com/) app, and a [PostgreSQL](https://www.postgresql.org/) server. For those unfamiliar with the required setup please use the included docker-compose.yml