From 573ba7e5698dc1fba2b09a59aceb1dba0905b33c Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sun, 19 Jul 2020 18:39:31 +0200 Subject: [PATCH] update --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b88569..e5ae1a2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ * [nextcloud](nextcloud/) - file share & sync * [portainer](portainer/) - docker management * [prometheus_grafana](prometheus_grafana/) - monitoring +* [unifi](unifi/) - mangment utility for ubiquiti devices * [watchtower](watchtower/) - automatic docker images update +* [wireguard](wireguard/) - the one and only VPN to ever consider * [arch_linux_host_install](arch_linux_host_install) The core of the setup is Caddy reverse proxy.
@@ -32,7 +34,7 @@ your first time running a docker container. ### Caddy -When making changes to Caddyfile, the config needs to be reloaded afterwards. +When making changes to `Caddyfile`, the config needs to be reloaded afterwards. On the docker host:
`docker exec -w /etc/caddy caddy caddy reload` @@ -121,3 +123,23 @@ can get your public IP just from your domain name. Or 5 firewall rules that allo you to geoblock whole world except your country. [How to move to cloudflare.](https://support.cloudflare.com/hc/en-us/articles/205195708-Changing-your-domain-nameservers-to-Cloudflare) + + +--- + +### ctop + +[official site](https://github.com/bcicen/ctop) + +![ctop-look](https://i.imgur.com/nGAd1MQ.png) + +htop like utility for quick containers managment. + +It is absofuckinglutely amazing in how simple yet effective it is. + +* gives you hardware use overview, so you know which container use how much cpu, ram, bandwith, IO,... +* gives you detailed info on container so you know IP, which ports are published, when it was created,.. +* allows quick managment - need to exec in to a container, need to see logs, need to stop it? + +Written in go, so its super fast and installing is easy, as likely your distro does not have in repos, +if you use arch like I do its on AUR.