This commit is contained in:
Roman 2021-04-08 19:12:46 +02:00
parent 4582ca0f9f
commit 4cd6dd2067

@ -39,6 +39,12 @@ For any changes made in [/adminPanel](/adminPanel) or [/fileControlPanel](/fileC
2. build: `npm run build`
The compiled dist files will be automatically moved to `/js`.
To fulfill the requirements of data deletion for GDPR, add the following line to your `/etc/crontab`
or any other cron file:
```
@daily www-data /usr/bin/sh -c 'cd /var/www/html && /usr/bin/php cli.php db clean'
```
## Extending the Base
### Adding API-Endpoints