You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
manifests | 2 years ago | |
templates | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
puppet-wmdeit-nextcloud
To create our nextcloud instance
class {"wmdeit_nextcloud":
instanceid => '123456',
passwordsalt => '123456',
secret => 'secret',
trusted_domains => [
'cloud.example.com',
'nextcloud.example.com',
],
db_user=>"nextcloud",
db_name=>"nextcloud",
db_password => 'password',
db_host => 'localhost',
redis_password => '123',
install_dir => '/var/www/nextcloud',
data_dir => '/var/db/nextcloud',
main_domain => "cloud.wikimedia.de"
}