initial commit
This commit is contained in:
commit
8a24e3b792
11 changed files with 284 additions and 0 deletions
6
rootfs/etc/confd/conf.d/config.php.toml
Normal file
6
rootfs/etc/confd/conf.d/config.php.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[template]
|
||||
src = "config.php.tmpl"
|
||||
dest = "/var/lib/nextcloud/config/config.php"
|
||||
gid = 101
|
||||
uid = 100
|
||||
mode = "0660"
|
3
rootfs/etc/confd/conf.d/nginx.conf.toml
Normal file
3
rootfs/etc/confd/conf.d/nginx.conf.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[template]
|
||||
src = "nginx.conf.tmpl"
|
||||
dest = "/etc/nginx/nginx.conf"
|
Loading…
Add table
Add a link
Reference in a new issue