Chris Joy

Results 8 issues of Chris Joy

I am using the collabora docker-compose example. I managed to add: 'htaccess.RewriteBase' => '/' to config.php, but I need to manually update the .htaccess file using "sudo php /var/www/html/occ maintance:update:html...

Hello, What would be the best way to shorten the URL for Nextcloud? I want to remove index.php from the url. They provide a video here: https://www.youtube.com/watch?v=yqr22XG8P4w I'm wondering if...

Hi, How would I go about removing index.php from the url? I've tried adding `'htaccess.RewriteBase' => '/',` to `config.php` and then running `sudo nextcloud.occ maintenance:update:htaccess`, but I get the following...

feature

I have a folder that I don't want to include in the sidebar, but the plugin seems to be including that as well, even if it isn't included in the...

## Context ## Changes This PR introduces the following changes: * Update models, migrations etc to include ## Tasks I've completed the following tasks: - [x] Signed the Contributers License...

Added two new provider configuration options to support HTTP proxy scenarios where custom headers or URL path rewriting are required: - `http_headers` - A map of custom HTTP headers added...