unicode-data
unicode-data copied to clipboard
Draft: All-in-one unicode-data
- Rename the package
unicode-datatounicode-data-coreand create the all-in-one packageunicode-data. - Use the new version scheme.
Note: This is currently based on #92 and will need to be rebased after #92 is merged.
Fixes #82, #59.
TODO:
- [x] Wait for #92 to be merged
- [x] Remove deprecated features
- [x] Add a prominent warning (in README/package description)
- [ ] Inform the existing users of
unicode-data
Also see this issue :
https://github.com/jitsi/jitsi-meet/issues/4928
And this script, apparently implementing saving full video calls to Nextcloud :
https://github.com/switnet-ltd/quick-jibri-installer
Just a note here, that script does not save to NC, what it does is extend External Storage feature of NC to the storage location of the recordings.
What I did was to mount a WebDAV directory directly in the Jibri servers to store the recordings directly into the NC storage instead.
I used the info from these 2 locations
https://docs.nextcloud.com/server/15/user_manual/files/access_webdav.html
https://stefanoprenna.com/blog/2014/01/08/tutorial-how-to-automatically-mount-webdav-shares-at-boot-in-linux/