Fork de https://framagit.org/oxyta.net/oxytanet pour ajouter les choses propres à tetaneutral.net
|
il y a 7 ans | |
---|---|---|
etherpad | il y a 7 ans | |
frontal | il y a 7 ans | |
README.md | il y a 7 ans |
export MAIN_DOMAIN=oxyta.net
cd etherpad
export MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32)
docker-compose up
``` cd nextcloud export MYSQL_ROOT_PASSWORD=$(openssl rand -base64 32) export MYSQL_PASSWORD=$(openssl rand -base64 32)