diff -r 2e3a24b9896a -r 8b88efcbf56f docs/html/configuration.html --- a/docs/html/configuration.html Sun Dec 15 16:54:05 2019 +0100 +++ b/docs/html/configuration.html Sun Dec 15 17:00:46 2019 +0100 @@ -1,12 +1,20 @@ - - + + - - + + Configuration - - + + +
@@ -26,6 +34,7 @@
  • remove
  • copy
  • move
  • +
  • rename
  • export
  • import
  • get-property
  • @@ -35,9 +44,19 @@
  • unlock
  • info
  • date
  • +
  • versioncontrol
  • +
  • list-versions
  • +
  • checkout
  • +
  • checkin
  • +
  • uncheckout
  • add-repository
  • remove-repository
  • list-repositories
  • +
  • repository-url
  • +
  • add-user
  • +
  • remove-user
  • +
  • edit-user
  • +
  • list-users
  • check-config
  • Configuration
  • @@ -53,11 +72,13 @@
  • pull
  • push
  • archive
  • -
  • list-conflicts
  • +
  • restore
  • +
  • list-conflicts
  • resolve-conflicts
  • delete-conflicts
  • trash-info
  • empty-trash
  • +
  • list-versions
  • add-tag
  • remove-tag
  • set-tags
  • @@ -74,10 +95,10 @@
    - -

    The main configuration file for dav is $HOME/.dav/config.xml and is used for configuring repositories, proxies and encryption keys. This configuration is also used by dav-sync. The file is created automaticaly if it doesn't exist.

    + +

    The main configuration file for dav is $HOME/.dav/config.xml and is used for configuring repositories, proxies and encryption keys. This configuration is also used by dav-sync. The file is created automaticaly if it doesn’t exist.

    The config.xml file is an XML file with <configuration> as root element. The <configuration> element can have the following child elements: <repository>, <http-proxy>, <https-proxy>, <key>, <namespace>

    repository

    This element is used to configure a repository. A repository must have a unique name to identify the repository and a url pointing to the root collection for this repository.

    @@ -99,6 +120,10 @@

    A base64 encoded password used for authentication.

    Type: base64 string
    Example: <password>MTIzNDU2Nzg=</password>

    +

    stored-user

    +

    Credentials id used for authentication. The credentials must be stored in the secret store.

    +

    Type: string
    +Example: <stored-user>alice</stored-user>

    default-key

    Identifer of the key used by default for encryption. There must be a configured key with this name.

    Type: string
    @@ -127,7 +152,7 @@

    Path to a file containing certificates to verify the TLS connection to the server.

    Type: string
    Example: <cert>/etc/certs/cabundle.pem</cert>

    -

    Note: This element does the same as curl's --cacert option.

    +

    Note: This element does the same as curl’s --cacert option.

    verification

    This element can disable TLS certificate verification.

    Type: boolean