Compare commits

...

6 Commits

Author SHA1 Message Date
serveur
85de5434a5 Merge branch 'master' of ssh://yuno.oiseauroch.fr:6969/tobias/infra-oasis21 2022-05-05 18:17:13 +00:00
Tobias Ollive
98a1c12067 improve README 2022-05-05 13:07:12 +02:00
Tobias Ollive
a979a1c600 add secret example files 2022-05-05 13:01:32 +02:00
Tobias Ollive
42c3312fe9 change url to oasis21 one 2022-05-05 11:23:40 +02:00
Tobias Ollive
3945167e9d remove unused docker-compose 2022-05-05 11:19:25 +02:00
Tobias Ollive
b95acdcba3 working infra 2022-05-05 11:17:28 +02:00
2 changed files with 63 additions and 1 deletions

62
nextcloud/config.php Normal file
View File

@ -0,0 +1,62 @@
<?php
$CONFIG = array (
'instanceid' => 'oc00cptraqej',
'passwordsalt' => 'QDWCIlUPIxBCPkOPapq39bHhFtrADT',
'secret' => 'xfKWpSH0/UV4PYUClkDRyaeiYc2SugcEe0/mZVB7/6lElAQE',
'trusted_domains' =>
array (
0 => 'cloud.oasis21.org',
),
'apps_paths' =>
array (
0 =>
array (
'path' => '/var/www/html/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/var/www/html/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
'datadirectory' => '/var/www/html/data',
'dbtype' => 'pgsql',
'version' => '23.0.0.10',
'overwrite.cli.url' => 'https://cloud.oasis21.org',
'dbname' => 'nc',
'dbhost' => 'nextcloud-db',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'nc',
'dbpassword' => 'tavnuenRo',
'installed' => true,
'logfile' => '/var/log/nextcloud/nextcloud.log',
'log_type' => 'file',
'htaccess.RewriteBase' => '/',
'skeletondirectory' => '',
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/redis',
'password' => '',
'port' => 6379,
),
'default_phone_region' => 'FR',
'defaultapp' => 'files',
'encryption.legacy_format_support' => false,
'simpleSignUpLink.shown' => false,
'updater.release.channel' => 'stable',
'mail_domain' => 'oasis21.org',
'mail_from_address' => 'nextcloud',
'mail_smtpmode' => 'smtp',
'loglevel' => 0,
'integrity.check.disabled' => false,
'ldapUserCleanupInterval' => '10',
'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
'maintenance' => false,
);

View File

@ -157,7 +157,7 @@
<enable desc="Enable the admin console functionality" type="bool" default="true">true</enable>
<enable_pam desc="Enable admin user authentication with PAM" type="bool" default="false">false</enable_pam>
<username desc="The username of the admin console. Ignored if PAM is enabled.">nextcloud</username>
<password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or loolconfig to set up a secure password.">__COLLABORA_PASSWORD__</password>
<password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or loolconfig to set up a secure password.">o!NdFB7fpQAbXG</password>
</admin_console>
<monitors desc="Addresses of servers we connect to on start for monitoring">