Bram

Results 28 comments of Bram

You need to set the `MONGO_URL` environment variable to point to your MongoDB server. Check this file for an example: https://github.com/lokenx/plexrequests-meteor/blob/master/docker-compose.yml

Is there any update to this? The current guide on how to implement security is in my opinion quite hacky and manual.

This is what I meant, back in Vaadin 8 you could use the `@Secured` annotation on Views. Is something similar to this planned? It would be really nice to see...

> please test with `1.0.4` That doesn't seem to be released yet https://apps.nextcloud.com/apps/backup

Is there a way to pull in a "development" version, into my instance? Instead of having an officially released version installed.

Thanks for the quick response. Updating the app now.

It still gives me the error on 1.0.4 too. On Wed, 5 Jan 2022, 16:48 Matthew Connelly, ***@***.***> wrote: > I had this issue on 1.0.4; the external share in...

Here is a full stacktrace when running `backup:point:scan -vvv` ``` In ExternalFolderService.php line 354: [OCA\Backup\Exceptions\ExternalFolderNotFoundException] Exception trace: at /usr/local/www/nextcloud/apps/backup/lib/Service/ExternalFolderService.php:354 OCA\Backup\Service\ExternalFolderService->initRootFolder() at /usr/local/www/nextcloud/apps/backup/lib/Service/PointService.php:713 OCA\Backup\Service\PointService->getExternalAppData() at /usr/local/www/nextcloud/apps/backup/lib/Service/PointService.php:774 OCA\Backup\Service\PointService->initBackupFS() at /usr/local/www/nextcloud/apps/backup/lib/Service/PointService.php:641 OCA\Backup\Service\PointService->scanFoldersFromAppData() at...

The stacktrace and exception mentioned in #152 are different.