From cc63845429c061fef246180d8ff719a108b064b5 Mon Sep 17 00:00:00 2001 From: Adrien Poupa Date: Fri, 3 Jan 2025 22:38:15 -0500 Subject: [PATCH] doc: Reorder sections --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9ac0c0a..bf77410 100644 --- a/README.md +++ b/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) * [DHCP](#dhcp) * [Expose DNS Server with Tailscale](#expose-dns-server-with-tailscale) + * [Calibre-Web](#calibre-web) * [Tandoor](#tandoor) * [Joplin](#joplin) * [Home Assistant](#home-assistant) * [Immich](#immich) - * [Calibre-Web](#calibre-web) * [Customization](#customization) * [Optional: Using the VPN for *arr apps](#optional-using-the-vpn-for-arr-apps) * [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. 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 See [here](./tandoor/README.md). @@ -398,18 +410,6 @@ See [here](./homeassistant/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 You can override the configuration of a service or add new services by creating a new `docker-compose.override.yml` file,