You've already forked docker-compose-nas
mirror of
https://github.com/AdrienPoupa/docker-compose-nas.git
synced 2025-06-14 22:15:17 +02:00
doc: Reorder sections
This commit is contained in:
committed by
Adrien Poupa
parent
7e1629694d
commit
5d6b301ec7
26
README.md
26
README.md
@ -36,11 +36,11 @@ I am running it in Ubuntu Server 22.04; I also tested this setup on a [Synology
|
|||||||
* [Encryption](#encryption)
|
* [Encryption](#encryption)
|
||||||
* [DHCP](#dhcp)
|
* [DHCP](#dhcp)
|
||||||
* [Expose DNS Server with Tailscale](#expose-dns-server-with-tailscale)
|
* [Expose DNS Server with Tailscale](#expose-dns-server-with-tailscale)
|
||||||
|
* [Calibre-Web](#calibre-web)
|
||||||
* [Tandoor](#tandoor)
|
* [Tandoor](#tandoor)
|
||||||
* [Joplin](#joplin)
|
* [Joplin](#joplin)
|
||||||
* [Home Assistant](#home-assistant)
|
* [Home Assistant](#home-assistant)
|
||||||
* [Immich](#immich)
|
* [Immich](#immich)
|
||||||
* [Calibre-Web](#calibre-web)
|
|
||||||
* [Customization](#customization)
|
* [Customization](#customization)
|
||||||
* [Optional: Using the VPN for *arr apps](#optional-using-the-vpn-for-arr-apps)
|
* [Optional: Using the VPN for *arr apps](#optional-using-the-vpn-for-arr-apps)
|
||||||
* [Synology Quirks](#synology-quirks)
|
* [Synology Quirks](#synology-quirks)
|
||||||
@ -382,6 +382,18 @@ Enable DHCP Relay by setting `COMPOSE_PROFILES=adguardhome-dhcp`.
|
|||||||
Based on [Tailscale's documentation](https://tailscale.com/kb/1114/pi-hole), it is easy to use your AdGuard server everywhere.
|
Based on [Tailscale's documentation](https://tailscale.com/kb/1114/pi-hole), it is easy to use your AdGuard server everywhere.
|
||||||
Just make sure that AdGuard Home listens to all interfaces.
|
Just make sure that AdGuard Home listens to all interfaces.
|
||||||
|
|
||||||
|
### Calibre-Web
|
||||||
|
|
||||||
|
If you do not have a Calibre database, download a sample from: https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
|
||||||
|
and place it in `${DATA_ROOT}/books`.
|
||||||
|
|
||||||
|
On the initial setup screen, enter `/books` as your calibre library location.
|
||||||
|
|
||||||
|
**Default admin login:** Username: `admin` Password: `admin123`.
|
||||||
|
|
||||||
|
Unrar is included by default and needs to be set in the Calibre-Web admin page (Basic Configuration:External Binaries)
|
||||||
|
with a path of `/usr/bin/unrar`.
|
||||||
|
|
||||||
### Tandoor
|
### Tandoor
|
||||||
|
|
||||||
See [here](./tandoor/README.md).
|
See [here](./tandoor/README.md).
|
||||||
@ -398,18 +410,6 @@ See [here](./homeassistant/README.md).
|
|||||||
|
|
||||||
See [here](./immich/README.md).
|
See [here](./immich/README.md).
|
||||||
|
|
||||||
### Calibre-Web
|
|
||||||
|
|
||||||
If you do not have a Calibre database, download a sample from: https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
|
|
||||||
and place it in `${DATA_ROOT}/books`.
|
|
||||||
|
|
||||||
On the initial setup screen, enter `/books` as your calibre library location.
|
|
||||||
|
|
||||||
**Default admin login:** Username: `admin` Password: `admin123`.
|
|
||||||
|
|
||||||
Unrar is included by default and needs to be set in the Calibre-Web admin page (Basic Configuration:External Binaries)
|
|
||||||
with a path of `/usr/bin/unrar`.
|
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
You can override the configuration of a service or add new services by creating a new `docker-compose.override.yml` file,
|
You can override the configuration of a service or add new services by creating a new `docker-compose.override.yml` file,
|
||||||
|
Reference in New Issue
Block a user