From 8b29008c83b22e080c8ef847a5a4a9e440ac9727 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Tue, 19 May 2020 00:49:18 +0200 Subject: [PATCH] update --- README.md | 2 +- arch_linux_host_install/readme.md | 2 +- bitwarden_rs/readme.md | 8 ++++---- bookstack/readme.md | 2 +- borg_backup/readme.md | 2 +- caddy_v2/readme.md | 2 +- ddclient/readme.md | 2 +- dnsmasq/readme.md | 13 ++++++++++--- homer/readme.md | 2 +- nextcloud/readme.md | 2 +- portainer/readme.md | 2 +- prometheus_grafana/readme.md | 2 +- watchtower/readme.md | 2 +- 13 files changed, 25 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0b8fbfb..b2ee5ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Selfhosted-Apps-Docker -###### guide by example +###### guide-by-example --- diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index b58418c..a03ed91 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -1,6 +1,6 @@ # Arch Linux installation to serve as a docker host -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/SkENpGn.png) diff --git a/bitwarden_rs/readme.md b/bitwarden_rs/readme.md index f09343e..4dc6b63 100644 --- a/bitwarden_rs/readme.md +++ b/bitwarden_rs/readme.md @@ -1,6 +1,6 @@ # Bitwarden_rs in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/tT3FQLJ.png) @@ -78,7 +78,7 @@ networks: `.env` ```bash # GENERAL -MY_DOMAIN=blabla.org +MY_DOMAIN=example.com DEFAULT_NETWORK=caddy_net TZ=Europe/Bratislava @@ -88,14 +88,14 @@ SIGNUPS_ALLOWED=false WEBSOCKET_ENABLED=true # USING SENDGRID FOR SENDING EMAILS -DOMAIN=https://passwd.blabla.org +DOMAIN=https://passwd.example.com SMTP_SSL=true SMTP_EXPLICIT_TLS=true SMTP_HOST=smtp.sendgrid.net SMTP_PORT=465 SMTP_USERNAME=apikey SMTP_PASSWORD=SG.asdasdasdasdasdasd -SMTP_FROM=admin@blabla.org +SMTP_FROM=admin@example.com ``` **All containers must be on the same network**.
diff --git a/bookstack/readme.md b/bookstack/readme.md index 8334aa4..e783687 100644 --- a/bookstack/readme.md +++ b/bookstack/readme.md @@ -1,6 +1,6 @@ # Bookstack in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/qDXwqaU.png) diff --git a/borg_backup/readme.md b/borg_backup/readme.md index 35a674c..c743517 100644 --- a/borg_backup/readme.md +++ b/borg_backup/readme.md @@ -1,6 +1,6 @@ # BorgBackup in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/dR50bkP.png) diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index e90ab27..9ee7fa8 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -1,6 +1,6 @@ # Caddy v2 Reverse Proxy -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/xmSY5qu.png) diff --git a/ddclient/readme.md b/ddclient/readme.md index 809b904..7a40363 100644 --- a/ddclient/readme.md +++ b/ddclient/readme.md @@ -1,6 +1,6 @@ # DDclient -###### guide by example +###### guide-by-example # Purpose & Overview diff --git a/dnsmasq/readme.md b/dnsmasq/readme.md index a1161d7..cdf5836 100644 --- a/dnsmasq/readme.md +++ b/dnsmasq/readme.md @@ -1,6 +1,6 @@ # dnsmasq -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/SOa4kRd.png) @@ -75,7 +75,7 @@ listen-address=::1,127.0.0.1 server=8.8.8.8 server=1.1.1.1 -# DNS wildcards ---------------------------------------------------------------- +# DNS entries ------------------------------------------------------------------ # wildcard DNS entry sending domain and all its subdomains to an ip address=/example.com/192.168.1.2 @@ -189,7 +189,7 @@ for the active leases. Location of the file can vary base on your linux distro. nslookup is a utility that checks DNS mapping, part of `bind-utils` or `bind-tools` packages, again depending on the distro, -nut also available on windows. +but also available on windows. * `nslookup google.com` * `nslookup gateway` @@ -198,6 +198,13 @@ nut also available on windows. * `nslookup whateverandom.example.com` * `nslookup plex.example.com` +### Troubleshooting + +If you have fast nslookup, but slow ping +try to [disable ipv6](https://wiki.archlinux.org/index.php/IPv6#Disable_IPv6). + + + # Update During host linux packages update. diff --git a/homer/readme.md b/homer/readme.md index 0302c6a..84d795f 100644 --- a/homer/readme.md +++ b/homer/readme.md @@ -1,6 +1,6 @@ # Homer in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/NSZ1DTH.png) diff --git a/nextcloud/readme.md b/nextcloud/readme.md index 0b4b247..fb7a1db 100644 --- a/nextcloud/readme.md +++ b/nextcloud/readme.md @@ -1,6 +1,6 @@ # Nextcloud in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/VXSovC9.png) diff --git a/portainer/readme.md b/portainer/readme.md index 52f08d9..7eae905 100644 --- a/portainer/readme.md +++ b/portainer/readme.md @@ -1,6 +1,6 @@ # Portainer in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/QxnuB1g.png) diff --git a/prometheus_grafana/readme.md b/prometheus_grafana/readme.md index effbf09..80654e8 100644 --- a/prometheus_grafana/readme.md +++ b/prometheus_grafana/readme.md @@ -1,6 +1,6 @@ # Prometheus+Grafana in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/e03aF8d.png) diff --git a/watchtower/readme.md b/watchtower/readme.md index bffeaba..20ec859 100644 --- a/watchtower/readme.md +++ b/watchtower/readme.md @@ -1,6 +1,6 @@ # Watchtower in docker -###### guide by example +###### guide-by-example ![logo](https://i.imgur.com/xXS2bzZ.png)