Files
2026-05-30 22:48:53 -03:00

24 lines
596 B
Markdown

- 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 -->