content.def

[ in progress ]

This file is used to specify the sets of paths on the file system for sharing with your network.

Example:

content:
  path: ~/Files
  path: ~/Desktop

Advanced example:

This is an example with multiple root keys (notice they are all the same - content: ...)

content:
  path: ~/Files
  
content: music
  path: ~/Music

Unnamed content is the default content.

Last updated

Was this helpful?