From 45b006e82d4ee0672b81271c43b3a8e28386dbf9 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 6 Dec 2016 16:38:44 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index df1da9b..1efb92f 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ Ubooquity is a free, lightweight and easy-to-use home server for your comics and [![ubooquity](https://raw.githubusercontent.com/chbmb/docker-templates/master/linuxserver.io/img/ubooquity-icon.png)][ubooquityurl] [ubooquityurl]: https://vaemendis.net/ubooquity/ -Our Plex container has immaculate docs so follow that if in doubt for layout. - -`IMPORTANT, replace all instances of with the correct dockerhub repo (ie linuxserver/plex) and information (ie, plex)` ## Usage @@ -27,8 +24,8 @@ Our Plex container has immaculate docs so follow that if in doubt for layout. docker create \ --name=uboquity \ -v :/config \ - -v :/books \ - -v :/comics \ + -v :/books:ro \ + -v :/comics:ro \ -e PGID= -e PUID= \ -p 2202:2202 \ linuxserver/ubooquity @@ -43,8 +40,10 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po -* `-p 1234` - the port(s) -* `-v /config` - explain what lives here +* `-p 2202` - the webui port +* `-v /config` - your ubooquity database and preferences +* `-v /books` - your ebook library +* `-v /comics` - your comic library * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation @@ -63,8 +62,9 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel ## Setting up the application -Insert a basic user guide here to get a n00b up and running with the software inside the container. DELETE ME +Access the admin page at `:2022/ubooquity/admin/` +Access WebUI at `:2022/ubooquity/` ## Info