Update DAV_Containers/supernote/README.md

This commit is contained in:
2026-09-15 22:46:33 +00:00
parent 3470f48d9f
commit 4acf2c7749
+9
View File
@@ -1,6 +1,15 @@
Source: https://github.com/allenporter/supernote
Give the directory permission:
```
mkdir -p /srv/docker/supernote/
chown -R 1000:1000 /srv/docker/supernote
```
Once the server is running, register your administrator account:
Using Docker CLI:
```
# Create the initial admin account
docker exec -it supernote-server supernote admin --url http://localhost:8080 user add you@example.com
```