summaryrefslogtreecommitdiff
path: root/DOCS.md
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-03-31 14:15:32 +0100
committerFranz Geffke <franz@pantherx.org>2024-03-31 14:15:32 +0100
commit3dae6df6f54a2e6e8bf900b680da3521e890e860 (patch)
tree97dbbeb5ce1b71e63b7bd11e8f81637d96d13f11 /DOCS.md
parent212cc9d25ebe54eda8c946955ec77647b877b1cc (diff)
px: px-device-identity-service: Add new configuration options
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