Update DAV_Containers/supernote/README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user