mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cleanup submodule
This commit is contained in:
parent
f02d970503
commit
677383ab5a
28 changed files with 574 additions and 1 deletions
9
images/haze/configs/autoconfig_ldap.php
Normal file
9
images/haze/configs/autoconfig_ldap.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
$AUTOCONFIG = [
|
||||
'dbname' => 'haze',
|
||||
'dbhost' => 'pgsql',
|
||||
'dbuser' => 'haze',
|
||||
'dbpass' => 'haze',
|
||||
'dbtype' => 'pgsql'
|
||||
];
|
||||
9
images/haze/configs/autoconfig_mysql.php
Normal file
9
images/haze/configs/autoconfig_mysql.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
$AUTOCONFIG = [
|
||||
'dbname' => 'haze',
|
||||
'dbhost' => 'mysql',
|
||||
'dbuser' => 'haze',
|
||||
'dbpass' => 'haze',
|
||||
'dbtype' => 'mysql'
|
||||
];
|
||||
9
images/haze/configs/autoconfig_oci.php
Normal file
9
images/haze/configs/autoconfig_oci.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
$AUTOCONFIG = [
|
||||
'dbname' => 'xe',
|
||||
'dbhost' => 'oci',
|
||||
'dbuser' => 'system',
|
||||
'dbpass' => 'oracle',
|
||||
'dbtype' => 'oci'
|
||||
];
|
||||
9
images/haze/configs/autoconfig_pgsql.php
Normal file
9
images/haze/configs/autoconfig_pgsql.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
$AUTOCONFIG = [
|
||||
'dbname' => 'haze',
|
||||
'dbhost' => 'pgsql',
|
||||
'dbuser' => 'haze',
|
||||
'dbpass' => 'haze',
|
||||
'dbtype' => 'pgsql'
|
||||
];
|
||||
10
images/haze/configs/azure.php
Normal file
10
images/haze/configs/azure.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\\Files\\ObjectStore\\Azure',
|
||||
'arguments' => array(
|
||||
'container' => 'test',
|
||||
'account_name' => 'devstoreaccount1',
|
||||
'account_key' => 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==',
|
||||
'endpoint' => 'http://azure:10000/devstoreaccount1',
|
||||
'autocreate' => true
|
||||
)
|
||||
],
|
||||
8
images/haze/configs/config.php
Normal file
8
images/haze/configs/config.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php $CONFIG=[
|
||||
'appstoreenabled' => false,
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.distributed' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.locking' => '\\OC\\Memcache\\APCu',
|
||||
'allow_local_remote_servers' => true,
|
||||
//PLACEHOLDER
|
||||
];
|
||||
2
images/haze/configs/cron.conf
Normal file
2
images/haze/configs/cron.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# m h dom mon dow command
|
||||
*/15 * * * * sudo -u www-data php -f /var/www/owncloud/cron.php >> /var/log/cron/owncloud.log 2>&1
|
||||
10
images/haze/configs/ldap.php
Normal file
10
images/haze/configs/ldap.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\\Files\\ObjectStore\\Azure',
|
||||
'arguments' => array(
|
||||
'container' => 'test',
|
||||
'account_name' => 'devstoreaccount1',
|
||||
'account_key' => 'Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==',
|
||||
'endpoint' => 'http://azure:10000/devstoreaccount1',
|
||||
'autocreate' => true
|
||||
)
|
||||
],
|
||||
22
images/haze/configs/ldap/seed.ldif
Normal file
22
images/haze/configs/ldap/seed.ldif
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Entry 3: cn=ldaptest,dc=example,dc=org
|
||||
dn: cn=ldaptest,dc=example,dc=org
|
||||
cn: ldaptest
|
||||
gidnumber: 500
|
||||
givenname: ldap
|
||||
homedirectory: /home/users/ldaptest
|
||||
objectclass: inetOrgPerson
|
||||
objectclass: posixAccount
|
||||
objectclass: top
|
||||
objectclass: organizationalPerson
|
||||
sn: test
|
||||
uid: ldaptest
|
||||
uidnumber: 1000
|
||||
# userpassword = test
|
||||
userpassword: {MD5}CY9rzUYh03PK3k6DJie09g==
|
||||
|
||||
# Entry 4: cn=test,dc=example,dc=org
|
||||
dn: cn=test,dc=example,dc=org
|
||||
cn: test
|
||||
gidnumber: 500
|
||||
objectclass: posixGroup
|
||||
objectclass: top
|
||||
19
images/haze/configs/nginx-app.conf
Normal file
19
images/haze/configs/nginx-app.conf
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
error_page 403 /core/templates/403.php;
|
||||
error_page 404 /core/templates/404.php;
|
||||
|
||||
location ~ ^/(?:\.htaccess|data|config|db_structure\.xml|README) {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location / {
|
||||
## The following 2 rules are only needed with webfinger
|
||||
rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
|
||||
rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json last;
|
||||
|
||||
rewrite ^/.well-known/carddav /remote.php/dav/ permanent;
|
||||
rewrite ^/.well-known/caldav /remote.php/dav/ permanent;
|
||||
|
||||
rewrite ^(/core/doc/[^\/]+/)$ $1/index.html;
|
||||
|
||||
try_files $uri $uri/ index.php;
|
||||
}
|
||||
14
images/haze/configs/s3.php
Normal file
14
images/haze/configs/s3.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\Files\ObjectStore\S3',
|
||||
'arguments' => [
|
||||
// replace with your bucket
|
||||
'bucket' => 'nextcloud',
|
||||
'autocreate' => true,
|
||||
'key' => 'dummy',
|
||||
'secret' => 'dummyj',
|
||||
'hostname' => 's3',
|
||||
'port' => 4569,
|
||||
'use_ssl' => false,
|
||||
'use_path_style'=>true
|
||||
],
|
||||
],
|
||||
14
images/haze/configs/swift.php
Normal file
14
images/haze/configs/swift.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\Files\ObjectStore\Swift',
|
||||
'arguments' => [
|
||||
// replace with your bucket
|
||||
'bucket' => 'nextcloud',
|
||||
'autocreate' => true,
|
||||
'username' => 'swift',
|
||||
'password' => 'swift',
|
||||
'tenantName' => 'service',
|
||||
'region' => 'regionOne',
|
||||
'url' => 'http://keystone:5000/v2.0',
|
||||
'serviceName' => 'swift',
|
||||
],
|
||||
],
|
||||
27
images/haze/configs/swiftv3.php
Normal file
27
images/haze/configs/swiftv3.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
'objectstore' => [
|
||||
'class' => 'OC\Files\ObjectStore\Swift',
|
||||
'arguments' => [
|
||||
// replace with your bucket
|
||||
'bucket' => 'nextcloud',
|
||||
'autocreate' => true,
|
||||
'user' => [
|
||||
'name' => 'swift',
|
||||
'password' => 'swift',
|
||||
'domain' => [
|
||||
'name' => 'default',
|
||||
]
|
||||
],
|
||||
'scope' => [
|
||||
'project' => [
|
||||
'name' => 'service',
|
||||
'domain' => [
|
||||
'name' => 'default',
|
||||
],
|
||||
],
|
||||
],
|
||||
'tenantName' => 'service',
|
||||
'region' => 'regionOne',
|
||||
'url' => 'http://keystone:5000/v3',
|
||||
'serviceName' => 'swift',
|
||||
],
|
||||
],
|
||||
Loading…
Add table
Add a link
Reference in a new issue