Aleix Quintana Alsius
Aleix Quintana Alsius
For me it works if no dependencies are specified.
Adding an application to be used as frontend to set the allowed origins, it's in separated repo at: https://github.com/Communia/cors_origin_filter_settings . I am marking this PR as it needs review right...
Thank you for caring, vitor. Yes, the code could be reviewed and its main idea evaluated: - Adding a way to control the origins which can interoperate with nextcloud endpoints...
Look at https://github.com/bigtreetech/SKR-3/issues/13#issuecomment-1213147119 . As a workaround I have renamed the file to variant_MARLIN_STM32H743VX.h: `mv ./buildroot/share/PlatformIO/variants/MARLIN_H743Vx/variant_MARLIN_STM32H743Vx.h ./buildroot/share/PlatformIO/variants/MARLIN_H743Vx/variant_MARLIN_STM32H743VX.h` And can compile
With last PR in https://github.com/digital-blueprint/webapppassword/commit/2ca32437f76edd8dfdc657e5d38f86ef9490dae2 it is possible to get previews, but the endpoint used in must be changed as this ```patch diff --git a/src/components/NextcloudFileIcon.vue b/src/components/NextcloudFileIcon.vue index 6482e8da..d7c1f0dd 100644 ---...
Wrong commit message... but now it's implemented what you said.
Paul, as ampache api endpoint of music app follows the specification of ampache docs, I think the only way is to add a new location block or tweaking the php...
What is working for me is replacing **try_files** directive of php handler specified in https://docs.nextcloud.com/server/21/admin_manual/installation/nginx.html#nextcloud-in-the-webroot-of-nginx : ``` --- nextcloud-old.conf 2021-05-05 01:02:35.871870022 +0200 +++ nextcloud.conf 2021-05-05 01:03:11.491904219 +0200 @@ -113,7 +113,7...
The https://github.com/nextcloud/richdocuments has this features.
As a note, while not exactly the same, webdav search feature is enabled when enabling webdav as usual with webapppassword, to show what it is doing look at my effort...