kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
5a17fc91dd
commit
46f848375a
|
@ -33,7 +33,7 @@ The architectures supported by this image are:
|
||||||
| :----: | :----: | ---- |
|
| :----: | :----: | ---- |
|
||||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||||
| armhf| ✅ | arm32v7-\<version tag\> |
|
| armhf | ✅ | arm32v7-\<version tag\> |
|
||||||
|
|
||||||
## Version Tags
|
## Version Tags
|
||||||
|
|
||||||
|
@ -43,7 +43,6 @@ This image provides various versions that are available via tags. Please read th
|
||||||
| :----: | :----: |--- |
|
| :----: | :----: |--- |
|
||||||
| latest | ✅ | Releases of Calibre-Web |
|
| latest | ✅ | Releases of Calibre-Web |
|
||||||
| nightly | ✅ | Commits to the master branch of Calibre-Web |
|
| nightly | ✅ | Commits to the master branch of Calibre-Web |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
Webui can be found at `http://your-ip:8083`
|
Webui can be found at `http://your-ip:8083`
|
||||||
|
@ -78,7 +77,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/London
|
- TZ=Etc/UTC
|
||||||
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
|
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional
|
||||||
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
- OAUTHLIB_RELAX_TOKEN_SCOPE=1 #optional
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -96,7 +95,7 @@ docker run -d \
|
||||||
--name=calibre-web \
|
--name=calibre-web \
|
||||||
-e PUID=1000 \
|
-e PUID=1000 \
|
||||||
-e PGID=1000 \
|
-e PGID=1000 \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Etc/UTC \
|
||||||
-e DOCKER_MODS=linuxserver/mods:universal-calibre `#optional` \
|
-e DOCKER_MODS=linuxserver/mods:universal-calibre `#optional` \
|
||||||
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `#optional` \
|
-e OAUTHLIB_RELAX_TOKEN_SCOPE=1 `#optional` \
|
||||||
-p 8083:8083 \
|
-p 8083:8083 \
|
||||||
|
@ -104,6 +103,7 @@ docker run -d \
|
||||||
-v /path/to/calibre/library:/books \
|
-v /path/to/calibre/library:/books \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/calibre-web:latest
|
lscr.io/linuxserver/calibre-web:latest
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
@ -122,7 +122,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
||||||
| :----: | --- |
|
| :----: | --- |
|
||||||
| `PUID=1000` | for UserID - see below for explanation |
|
| `PUID=1000` | for UserID - see below for explanation |
|
||||||
| `PGID=1000` | for GroupID - see below for explanation |
|
| `PGID=1000` | for GroupID - see below for explanation |
|
||||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London. |
|
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
|
||||||
| `DOCKER_MODS=linuxserver/mods:universal-calibre` | #optional & **x86-64 only** Adds the ability to perform ebook conversion |
|
| `DOCKER_MODS=linuxserver/mods:universal-calibre` | #optional & **x86-64 only** Adds the ability to perform ebook conversion |
|
||||||
| `OAUTHLIB_RELAX_TOKEN_SCOPE=1` | Optionally set this to allow Google OAUTH to work |
|
| `OAUTHLIB_RELAX_TOKEN_SCOPE=1` | Optionally set this to allow Google OAUTH to work |
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue