Re: Https and Kolab/Roundcube Files
Amritpal Gill <[email protected]> Mon, 20 Mar 2023 15:09:22 +0000
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Organization | Hayachi Services |
| Message-ID | <899c6b7b1f468ac5b8f8c09a8427fd3a__30049.953521096$1679325582$gmane$org@hayachi.com> |
I finally got it working, after playing with the web-admin API I finally understood a little more about how it works. Thank you again for pointing me in this direction: Given that the below worked for me, would it be possible to have it added into the documentation into troubleshooting? I'm certain this would cause trouble for others and given APIs are often not touched by SysAdmins a little about how the APIs work would be very much appreciated. $ # Kolab Files URLs and API locations $config['file_api_url'] = 'http://localhost/chwala/api/'; $config['kolab_files_url'] = 'https://kolab.hayachi.com/chwala/'; $config['kolab_files_server_url'] = 'http://localhost/chwala/'; --- Warm regards, Amritpal Gill E [email protected] | T +44 (0)2039 257 909 | M +44 (0)7540 805 359 | W https://hayachi.com | Hayachi Services Meet with me at: https://www.gotomeet.me/agill_hayachi On 12.01.2023 17:14, Aleksander Machniak wrote: > On 12.01.2023 15:24, Amritpal Gill wrote: >> Hey everyone, >> >> I've been trying for a little while now and on-paper after using >> certbot to grab an SSL, it should be as straightforward as running: >> >> sed -i -e "s/http:/https:/" /etc/roundcubemail/kolab_files.inc.php >> > > Check this option: > > https://git.kolab.org/diffusion/RPK/browse/master/plugins/kolab_files/config.inc.php.dist$10 > > Also maybe this one: > > https://git.kolab.org/diffusion/C/browse/master/config/config.inc.php.dist$74