summaryrefslogtreecommitdiff
path: root/DOCS.md
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS.md')
-rw-r--r--DOCS.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/DOCS.md b/DOCS.md
new file mode 100644
index 0000000..e050106
--- /dev/null
+++ b/DOCS.md
@@ -0,0 +1,24 @@
+
+## Services
+
+### Device Identity Service
+
+Options:
+
+- `port` - The port the service will listen on.
+- `config-dir` - The directory where the configuration files are stored.
+- `key-dir` - The directory where the keys are stored.
+
+```scheme
+(service px-device-identity-service-type
+ (px-device-identity-configuration
+ (port 8000)
+ (config-dir "/etc/px-device-identity")
+ (key-dir "/root/.local/share/px-device-identity")))
+```
+
+### User Identity Service
+
+```scheme
+(service px-user-identity-service-type)
+``` \ No newline at end of file