diff --git a/README.md b/README.md index 3790435..0761e63 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ * [minecraft](minecraft/) - game server * [nextcloud](nextcloud/) - file share & sync * [jellyfin](jellyfin/) - video and music streaming +* [qbittorrent](qbittorrent/) - video and music streaming * [portainer](portainer/) - docker management * [prometheus_grafana](prometheus_grafana/) - monitoring * [unifi](unifi/) - mangment utility for ubiquiti devices diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index a1ae28c..4a1d821 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -152,7 +152,7 @@ networks: * port 80 and 443 are pusblished for http and https * MY_DOMAIN variable is passed in to the container so that it can be used in `Caddyfile` -* the `Caddyfile` is read-only bind-mounted from the docker host +* the `Caddyfile` is bind-mounted from the docker host * directories `data` and `config` are bind mounted so that their content persists * the same network is joined as for all other containers @@ -181,7 +181,7 @@ Can also be a wild card `*.example.com -> 104.17.436.89` The value of `{$MY_DOMAIN}` is provided by the compose and the `.env` file.
The subdomains point at docker containers by their **hostname** and **exposed port**. So every docker container you spin should have hostname definied.
-Commented out is the staging url for let's encrypt, useful for testing. +Commented out is the staging url for let's encrypt. ### - Setup some docker containers diff --git a/minecraft/readme.md b/minecraft/readme.md index b802058..429d91e 100644 --- a/minecraft/readme.md +++ b/minecraft/readme.md @@ -119,7 +119,7 @@ Caddy v2 is used, details The minecraft server itself does not need this, but plugins do. -First one is dynmap, to see real time map of the world.
+First one is bluemap/dynmap, to see real time map of the world.
Second one is for rcon web admin, to be able to quickly manage server from anywhere. `Caddyfile`