diff --git a/README.md b/README.md index d3096df..3f71506 100644 --- a/README.md +++ b/README.md @@ -43,238 +43,53 @@ On RedHat based platforms, you need to disable or configure SELinux correctly. Y Attributes ========== -
Attribute | -Description | -Default | -
node['owncloud']['version'] |
- Version of ownCloud to install | -'latest' |
-
node['owncloud']['download_url'] |
- Url from where ownCloud will be downloaded | -calculated | -
node['owncloud']['deploy_from_git'] |
- Whether ownCloud should be deployed from the git repository | -false |
-
node['owncloud']['git_repo'] |
- Url of the ownCloud git repository | -'https://github.com/owncloud/core.git' |
-
node['owncloud']['git_ref'] |
- Git reference to deploy | -nil |
-
node['owncloud']['www_dir'] |
- Root directory defined in Apache where web documents are stored | -calculated | -
node['owncloud']['dir'] |
- Directory where ownCloud will be installed | -calculated | -
node['owncloud']['data_dir'] |
- Directory where ownCloud data will be stored | -calculated | -
node['owncloud']['server_name'] |
- Sets the server name for the ownCloud virtual host | -calculated | -
node['owncloud']['server_aliases'] |
- Sets the server name aliases for the ownCloud virtual host | -[] |
-
node['owncloud']['install_postfix'] |
- Whether to install Postfix when a local MTA is needed | -true |
-
node['owncloud']['web_server'] |
- Web server to use: 'apache' or 'nginx' |
- 'apache' |
-
node['owncloud']['php-fpm']['pool'] |
- PHP-FPM pool name to use with ownCloud. | -'owncloud' |
-
node['owncloud']['max_upload_size'] |
- Maximum allowed size for uploaded files. | -'512M' |
-
node['owncloud']['sendfile'] |
- Whether to enable Sendfile on web server. You should set to false if you use NFS or SMB mounts. | -calculated | -
node['owncloud']['ssl'] |
- Whether ownCloud should accept requests through SSL | -true |
-
node['owncloud']['admin']['user'] |
- Administrator username | -'admin' |
-
node['owncloud']['admin']['pass'] |
- Administrator password | -calculated | -
node['owncloud']['config']['dbtype'] |
- Type of database, can be sqlite, mysql or pgsql | -'mysql' |
-
node['owncloud']['config']['dbname'] |
- Name of the ownCloud database | -'owncloud' |
-
node['owncloud']['config']['dbuser'] |
- User to access the ownCloud database | -'owncloud' |
-
node['owncloud']['config']['dbpassword'] |
- Password to access the ownCloud database | -calculated | -
node['owncloud']['config']['dbhost'] |
- Host running the ownCloud database | -'127.0.0.1' |
-
node['owncloud']['config']['dbport'] |
- Port the ownCloud database is running at | -calculated | -
node['owncloud']['config']['dbtableprefix'] |
- Prefix for the ownCloud tables in the database | -'' |
-
node['owncloud']['config']['mail_smtpmode'] |
- Mode to use for sending mail, can be sendmail, smtp, qmail or php | -'sendmail' |
-
node['owncloud']['config']['mail_smtphost'] |
- Host to use for sending mail, depends on mail_smtpmode if this is used | -'127.0.0.1' |
-
node['owncloud']['config']['mail_smtpport'] |
- Port to use for sending mail, depends on mail_smtpmode if this is used | -25 |
-
node['owncloud']['config']['mail_smtptimeout'] |
- SMTP server timeout in seconds for sending mail, depends on mail_smtpmode if this is used | -10 |
-
node['owncloud']['config']['mail_smtpsecure'] |
- SMTP connection prefix or sending mail, depends on mail_smtpmode if this is used. Can be '', ssl or tls | -'' |
-
node['owncloud']['config']['mail_smtpauth'] |
- Whether authentication is needed to send mail, depends on mail_smtpmode if this is used | -false |
-
node['owncloud']['config']['mail_smtpauthtype'] |
- Authentication type needed to send mail, depends on mail_smtpmode if this is used. Can be LOGIN, PLAIN or NTLM | -'LOGIN' |
-
node['owncloud']['config']['mail_smtpname'] |
- Username to use for sendmail mail, depends on mail_smtpauth if this is used | -'' |
-
node['owncloud']['config']['mail_smtppassword'] |
- Password to use for sendmail mail, depends on mail_smtpauth if this is used | -'' |
-
node['owncloud']['cron']['enabled'] |
- Whether to enable ownCloud cron | -true |
-
node['owncloud']['cron']['min'] |
- Minute to run ownCloud cron at | -'*/15' |
-
node['owncloud']['cron']['hour'] |
- Hour to run ownCloud cron at | -'*' |
-
node['owncloud']['cron']['day'] |
- Day of month to run ownCloud cron at | -'*' |
-
node['owncloud']['cron']['month'] |
- Month to run ownCloud cron at | -'*' |
-
node['owncloud']['cron']['weekday'] |
- Weekday to run ownCloud cron at | -'*' |
-
node['owncloud']['skip_permissions'] |
- Whether to skip settings the permissions of the ownCloud directory. Set this to true when using NFS synced folders. | -false |
-
node['owncloud']['database']['rootpassword'] |
- Database admin password to access a database instance | -calculated | -
node['owncloud']['database']['instance'] |
- MySQL database instance name to run by the mysql_service lwrp from the mysql cookbook | -'default' |
-
node['owncloud']['database']['version'] |
- MySQL version to install by the mysql_service lwrp. Refer to https://github.com/chef-cookbooks/mysql#platform-support | -nil |
-
node['owncloud']['database']['data_dir'] |
- MySQL data files path | -calculated | -