Artifact file(s) for nextcloud iocage plugin
Find a file
Michael Klamminger b3ee680b53
Update occ
2021-11-21 16:08:53 +01:00
overlay/usr/local Update occ 2021-11-21 16:08:53 +01:00
post_install.sh Create post_install.sh 2021-11-21 11:55:34 +01:00
README.md Update README.md 2021-11-07 20:02:09 +01:00
settings.json cleanup 2021-01-17 17:18:26 +01:00
ui.json Early work to add nextcloud artiface files 2017-02-01 14:04:30 -05:00

iocage-plugin-nextcloud

Artifact file(s) for NextCloud iocage plugin

#required for mysql-socket:

sudo mysql CREATE USER 'www-data'@'localhost' IDENTIFIED VIA unix_socket; CREATE DATABASE nextcloud; GRANT ALL PRIVILEGES ON nextcloud.* TO 'www-data'@'localhost'; FLUSH PRIVILEGES; EXIT;

MYSQL_DATABASE: 'nextcloud' MYSQL_USER: 'nextcloud' MYSQL_PASSWORD: '' MYSQL_HOST: 'localhost:/var/run/mysqld/mysqld.sock'