Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:nas:webdav [2023/06/07 06:32] – [Links and docs] stokitodocs:guide-user:services:nas:webdav [2024/12/15 13:03] – [ZeroConf autodiscovery] stokito
Line 99: Line 99:
 That's fine for 99% of usages. That's fine for 99% of usages.
  
-== Online apps and PWAs ==+==== Online apps and PWAs ====
 You can also try an online apps that can connect directly to your WebDAV share to backup data. Some notable apps: You can also try an online apps that can connect directly to your WebDAV share to backup data. Some notable apps:
   * [[https://diffuse.sh/|Diffuse]] a music player [[https://github.com/icidasset/diffuse|Source code]]   * [[https://diffuse.sh/|Diffuse]] a music player [[https://github.com/icidasset/diffuse|Source code]]
Line 109: Line 109:
 Here is an example [[https://gist.github.com/stokito/0a6274106d407ba6d9fb776e7773445d]] Here is an example [[https://gist.github.com/stokito/0a6274106d407ba6d9fb776e7773445d]]
  
-== Useful Apps ==+==== Useful Apps ====
 Useful mobile apps that supports WebDAV sync: Useful mobile apps that supports WebDAV sync:
   * [[https://www.orgzly.com/|Orgzly]] - Outliner for notes and to-do lists. [[https://github.com/orgzly|Source code]]   * [[https://www.orgzly.com/|Orgzly]] - Outliner for notes and to-do lists. [[https://github.com/orgzly|Source code]]
   * [[https://www.cloudbeatsapp.com/|CloudBeats]] - a music player. Proprietary.   * [[https://www.cloudbeatsapp.com/|CloudBeats]] - a music player. Proprietary.
 +  * [[https://github.com/phpbg/easysync|EasySync]] - two way synchronization of images, videos, audio and downloads.
   * [[https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite|FolderSync]] - a backup and sync e.g. you can upload photos automatically. Proprietary.   * [[https://play.google.com/store/apps/details?id=dk.tacit.android.foldersync.lite|FolderSync]] - a backup and sync e.g. you can upload photos automatically. Proprietary.
  
Line 129: Line 130:
 Install the umdns package with ''opkg install umdns'' and create a service description file: Install the umdns package with ''opkg install umdns'' and create a service description file:
  
-<code /etc/umdns/lighttpd_webdav.json>+<code yaml /etc/umdns/lighttpd_webdav.json>
 { {
   "lighttpd_webdav": {   "lighttpd_webdav": {
  • Last modified: 2024/12/19 14:35
  • by stokito