pull/35/head
DoTheEvolution 4 years ago
parent 736abd778e
commit 64cc57955a

@ -44,7 +44,7 @@ only the server is a different implementation.
* `bitwarden-data/` - a directory where bitwarden will store its database and other data * `bitwarden-data/` - a directory where bitwarden will store its database and other data
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container * `docker-compose.yml` - a docker compose file, telling docker how to run the container
* `bitwarden-backup-script.sh` - a backup script if you want it * `bitwarden-backup-script.sh` - a backup script if you want it
You only need to provide the files.</br> You only need to provide the files.</br>

@ -37,7 +37,7 @@ which uses nginx as a web server.
* `bookstack-data/` - a directory where bookstack will store its web app data * `bookstack-data/` - a directory where bookstack will store its web app data
* `bookstack-db-data/` - a directory where bookstack will store its MySQL database data * `bookstack-db-data/` - a directory where bookstack will store its MySQL database data
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers * `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `bookstack-backup-script.sh` - a backup script if you want it * `bookstack-backup-script.sh` - a backup script if you want it
You only need to provide the files.</br> You only need to provide the files.</br>

@ -34,7 +34,7 @@ In this setup Caddy is used mostly as
Https encrypted tunel ends with it, so that the traffic can be analyzed Https encrypted tunel ends with it, so that the traffic can be analyzed
and dealt with based on the settings in `Caddyfile`. and dealt with based on the settings in `Caddyfile`.
Caddy with its build in https and and sane config approach Caddy with its build-in https and and sane config approach
allows a simple config to just work. allows a simple config to just work.
``` ```
@ -543,7 +543,7 @@ Add `CLOUDFLARE_API_TOKEN` variable with the value of the newly created token.
MY_DOMAIN=example.com MY_DOMAIN=example.com
DOCKER_MY_NETWORK=caddy_net DOCKER_MY_NETWORK=caddy_net
CLOUDFLARE_API_TOKEN=asdasdasdasdasasdasdasdasdas CLOUDFLARE_API_TOKEN=<cloudflare api token goes here>
``` ```
### - Edit docker-compose.yml ### - Edit docker-compose.yml

@ -30,7 +30,7 @@ The docker image uses darkhttpd simple web server on alpine linux.
* `assets/` - a directory containing icons and other directories with icons * `assets/` - a directory containing icons and other directories with icons
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container * `docker-compose.yml` - a docker compose file, telling docker how to run the container
* `config.yml` - homer's configuration file bind mounted in to the container * `config.yml` - homer's configuration file bind mounted in to the container
All files and folders need to be provided.</br> All files and folders need to be provided.</br>

@ -45,7 +45,7 @@ and for [memory file caching](https://docs.nextcloud.com/server/latest/admin_man
* `nextcloud-data/` - a directory where nextcloud will store users data and web app data * `nextcloud-data/` - a directory where nextcloud will store users data and web app data
* `nextcloud-db-data/` - a directory where nextcloud will store its database data * `nextcloud-db-data/` - a directory where nextcloud will store its database data
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers * `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `nginx.conf` - nginx web server configuration file * `nginx.conf` - nginx web server configuration file
* `nextcloud-backup-script.sh` - a backup script if you want it * `nextcloud-backup-script.sh` - a backup script if you want it

@ -32,7 +32,7 @@ In my use it is mostly information tool, rather than a management tool.
* `portainer-data/` - a directory where portainer stores its peristent data * `portainer-data/` - a directory where portainer stores its peristent data
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker * `docker-compose.yml` - a docker compose file, telling docker
how to build the containers how to run the containers
You only need to provide the files.</br> You only need to provide the files.</br>
The directory is created by docker compose on the first run. The directory is created by docker compose on the first run.

@ -79,7 +79,7 @@ and consists of several components.
* `grafana-data/` - a directory where grafana stores its data * `grafana-data/` - a directory where grafana stores its data
* `prometheus-data/` - a directory where prometheus stores its database and data * `prometheus-data/` - a directory where prometheus stores its database and data
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the containers * `docker-compose.yml` - a docker compose file, telling docker how to run the containers
* `prometheus.yml` - a configuration file for prometheus * `prometheus.yml` - a configuration file for prometheus
All files must be provided.</br> All files must be provided.</br>

@ -31,7 +31,7 @@ This can be bandwidth intensive, so its scheduled checks should account for this
``` ```
* `.env` - a file containing environment variables for docker compose * `.env` - a file containing environment variables for docker compose
* `docker-compose.yml` - a docker compose file, telling docker how to build the container * `docker-compose.yml` - a docker compose file, telling docker how to run the container
Only these two files must be provided. Only these two files must be provided.

Loading…
Cancel
Save