From d0c452a090fdaea700ad1bf8f7f45568d84d6497 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 10 May 2020 23:48:51 +0200 Subject: [PATCH] update --- README.md | 2 ++ arch_linux_host_install/readme.md | 2 +- bitwarden_rs/readme.md | 1 + bookstack/readme.md | 1 + dnsmasq/readme.md | 4 ++-- portainer/readme.md | 2 +- prometheus_grafana/readme.md | 4 ++-- 7 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2ab07e..42b8524 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ * [bookstack](bookstack/) - notes and documentation * [borg_backup](borg_backup/) - backup utility * [ddclient](ddclient/) - automatic DNS update +* [dnsmasq](dnsmasq/) - DNS and DHCP server * [homer](homer/) - homepage * [nextcloud](nextcloud/) - file share & sync * [portainer](portainer/) - docker managment * [prometheus_grafana](prometheus_grafana/) - monitoring * [watchtower](watchtower/) - automatic docker images update +* [arch_linux_host_install](arch_linux_host_install) The core of the setup is Caddy reverse proxy. diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 567628e..44f9db9 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -183,7 +183,7 @@ Tools Monitoring and testing -* `sudo pacman -S htop lm_sensors iotop powertop iproute2` +* `sudo pacman -S htop lm_sensors iotop nload powertop iproute2` ### Performance and maintenance diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index db00e1a..cc2c3b2 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -99,6 +99,7 @@ SMTP_FROM=admin@blabla.org ``` **All containers must be on the same network**.
+Which is named in the `.env` file.
If one does not exist yet: `docker network create caddy_net` # Reverse proxy diff --git a/bookstack/readme.md b/bookstack/readme.md index 7281e33..8a99440 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -114,6 +114,7 @@ MAIL_ENCRYPTION=SSL ``` **All containers must be on the same network**.
+Which is named in the `.env` file.
If one does not exist yet: `docker network create caddy_net` # Reverse proxy diff --git a/dnsmasq/readme.md b/dnsmasq/readme.md index 33616d7..e7f4128 100644 --- a/dnsmasq/readme.md +++ b/dnsmasq/readme.md @@ -186,8 +186,8 @@ for the active leases. Location of the file can vary base on your linux distro. #### DNS nslookup is a utility that checks DNS mapping, -part of `bind-utils` or `bind-tools` packages, again depending on the distro. -But also part of windows. +part of `bind-utils` or `bind-tools` packages, again depending on the distro, +nut also available on windows. * `nslookup google.com` * `nslookup gateway` diff --git a/portainer/readme.md b/portainer/readme.md index a772863..a4e649e 100644 --- a/portainer/readme.md +++ b/portainer/readme.md @@ -6,7 +6,7 @@ # Purpose -Web based GUI for overview and management of docker environment. +Web UI for overview and management of docker environment. * [Official site](https://www.portainer.io) * [Github](https://github.com/portainer/portainer) diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index d6cb6ba..fe5bdfd 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -82,8 +82,8 @@ and consists of several components. * `docker-compose.yml` - a docker compose file, telling docker how to build the containers * `prometheus.yml` - a configuration file for prometheus -All files need to be provided.
-As well as `grafana` directory and its subdirectories and files +All files must be provided.
+As well as `grafana` directory and its subdirectories and files. the directories `grafana-data` and `prometheus-data` are created by docker compose on the first run.