change default paths for oCIS services

This commit is contained in:
Willy Kloucek committed 2021-10-19 14:37:20 +02:00
1 parent 75a4015954
commit cddb334f80
54 files changed
+212 -218

No files matched your search

+1 -1
View File
@@ -46,7 +46,7 @@ chmod +x ocis
./ocis server
```
The default primary storage location is `/var/tmp/ocis`. You can change that value by configuration.
The default primary storage location is `~/.ocis` or `/var/lib/ocis` depending on the packaging format and your operating system user. You can change that value by configuration.
{{< hint warning >}}
oCIS by default relies on Multicast DNS (mDNS), usually via avahi-daemon. If your system has a firewall, make sure mDNS is allowed in your active zone.