Initial commit
This commit is contained in:
23
services/nextcloud/README.md
Normal file
23
services/nextcloud/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
- if needed, restart server proxy in coolify
|
||||
|
||||
- in coolify, make the database's service port publicly available (5432)
|
||||
|
||||
<!-- - in coolify, make the redis's service port publicly available (6379) -->
|
||||
|
||||
- in start page, set database to "postgres" and use credentials provided by coolify dashboard
|
||||
-- postgres host+port is likely "10.100.0.2:6379"
|
||||
```
|
||||
```
|
||||
|
||||
- in `/config/www/nextcloud/config/config.php`, add:
|
||||
```
|
||||
'overwriteprotocol' => 'https',
|
||||
'filesystem_check_changes' => 1,
|
||||
```
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
- in admin panel, configure:
|
||||
-- timezone
|
||||
<!-- -- add localhost (10.100.0.1) to whitelisted domains -->
|
||||
Reference in New Issue
Block a user