Update donetick/README.md

This commit is contained in:
HHF Technology 2024-12-04 22:33:03 +05:30
parent 6f85a60a61
commit b0660d9244

View file

@ -2,21 +2,21 @@ To set this up:
1. Create the necessary directories: 1. Create the necessary directories:
```bash ```bash
mkdir -p /mnt/user/appdata/Donetick/database mkdir -p /mnt/user/appdata/donetick/database
mkdir -p /mnt/user/appdata/Donetick/config mkdir -p /mnt/user/appdata/donetick/config
``` ```
2. Create the selfhosted.yaml file: 2. Create the selfhosted.yaml file:
```bash ```bash
nano /mnt/user/appdata/Donetick/config/local.yaml nano /mnt/user/appdata/donetick/config/local.yaml
``` ```
Copy the YAML content from above into this file. Copy the YAML content from above into this file.
3. Set proper permissions: 3. Set proper permissions:
```bash ```bash
chmod -R 755 /mnt/user/appdata/Donetick chmod -R 755 /mnt/user/appdata/donetick
chmod 644 /mnt/user/appdata/Donetick/config/local.yaml chmod 644 /mnt/user/appdata/donetick/config/local.yaml
chown -R nobody:users /mnt/user/appdata/Donetick chown -R nobody:users /mnt/user/appdata/donetick
``` ```
Key points: Key points: