serotonie
serotonie
Check in /dev, the vcsm is surely called vcsm-cma. Then modify the docker command.
Thanks a lot for that, I really hope it could be merge in the futur ! :)
A good start would perhaps be this other project : https://github.com/danmed/TasmoBackupV1
see [#30](https://github.com/kffl/nextcloud-webhooks/pull/30)
I would do it with [Workflow external scripts](https://github.com/nextcloud/workflow_script). `curl -d @%f http://your.awesome.api/uploadfile` Or something like this.
Same issue here. It works correctly if `announce=False` but don't resume the playback, what is pretty annoying :)
Just delete the migrations files in database/migrations. They shouldn't be published with the config as they are auto-discovered by laravel when migrating (that's what I understand anyway).
> > Just delete the migrations files in database/migrations. They shouldn't be published with the config as they are auto-discovered by laravel when migrating (that's what I understand anyway). >...