1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

add note about cleanup

Peter Bieringer 2025-03-16 13:27:27 +01:00
parent dd75c45e6e
commit 884361b9ba

@ -42,6 +42,22 @@ unzip -d /usr/lib/python3.9/site-packages/radicale/web/internal_data/ /tmp/InfCl
# Extract into public accessible web server directory # Extract into public accessible web server directory
unzip -d /var/www/html/ /tmp/InfCloud_0.13.1.zip unzip -d /var/www/html/ /tmp/InfCloud_0.13.1.zip
``` ```
## Cleanup (common)
Following files can be removed
```
infcloud/.htaccess
infcloud/readme.txt
infcloud/changelog.txt
infcloud/changelog_carddavmate.txt
infcloud/changelog_caldavzap.txt
infcloud/auth/
infcloud/misc/
# Bundled in addition
infcloud/cache_update.sh
```
# Configuration InfCloud # Configuration InfCloud