This commit is contained in:
DoTheEvolution 2020-05-10 23:48:51 +02:00
parent 8e533aad95
commit d0c452a090
7 changed files with 10 additions and 6 deletions

View File

@ -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.

View File

@ -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

View File

@ -99,6 +99,7 @@ SMTP_FROM=admin@blabla.org
```
**All containers must be on the same network**.</br>
Which is named in the `.env` file.</br>
If one does not exist yet: `docker network create caddy_net`
# Reverse proxy

View File

@ -114,6 +114,7 @@ MAIL_ENCRYPTION=SSL
```
**All containers must be on the same network**.</br>
Which is named in the `.env` file.</br>
If one does not exist yet: `docker network create caddy_net`
# Reverse proxy

View File

@ -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`

View File

@ -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)

View File

@ -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.</br>
As well as `grafana` directory and its subdirectories and files
All files must be provided.</br>
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.