initial commit

This commit is contained in:
Sebastian Hugentobler 2016-08-31 14:55:12 +02:00
commit 8a24e3b792
No known key found for this signature in database
GPG key ID: 7BBE74D3F626FC0F
11 changed files with 284 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[template]
src = "config.php.tmpl"
dest = "/var/lib/nextcloud/config/config.php"
gid = 101
uid = 100
mode = "0660"

View file

@ -0,0 +1,3 @@
[template]
src = "nginx.conf.tmpl"
dest = "/etc/nginx/nginx.conf"