Skip to content

m1ch/iocage-plugin-nextcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Artifact file(s) for nextcloud iocage plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%