Migrate web frontend to docusaurus and copy over existing notes to new format

This commit is contained in:
Keannu Christian Bernasol 2024-10-14 18:17:08 +08:00
parent 81ec3e90ed
commit 77471093c4
133 changed files with 17275 additions and 58 deletions

View file

@ -0,0 +1,9 @@
Create CIFS/Samba Volume
```bash
docker volume create \
--driver local \
--opt type=cifs \
--opt device=//uxxxxx.your-server.de/backup \
--opt username=USERNAME,password=PASSWORD,file_mode=0777,dir_mode=0777 \
--name VOLUME_NAME
```