This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Directory where all configuration will be stored. | |
CONFIG=./jitsi-meet-cfg | |
# System time zone. | |
TZ=Europe/Amsterdam | |
# Public URL for the web service. | |
PUBLIC_URL=https://mydomain.org | |
# Virtual host for nginx proxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Create Nextcloud host directory structure, .env and docker-compose.yml files | |
# 2020 robertoschwald | |
# Consists of the following containers: | |
# nginx-proxy (frontend proxy) | |
# nginx-proxy-letsencrypt (LetsEncrypt issuing) | |
# nextcloud-app (Nextcloud application server) | |
# nextcloud-cron (Nextcloud cron server. Executes cron.php every few minutes) |