diff --git a/README.md b/README.md index 449408a..7fbc579 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,12 @@ tube is a Youtube-like (without censorship and features you don't need!) Video S Your video files are stored by default in `/home/yunohost.app/tube/videos`. -You can configure options in this file `/var/www/tube/config.json` using the [documentation](https://git.mills.io/prologic/tube#configuration). Remember to restart Tube service if you change your configuration file. +You can configure options in this file `/home/yunohost.app/tube/config.json` using the [documentation](https://git.mills.io/prologic/tube#configuration). Remember to restart Tube service if you change your configuration file. RSS feed address is available at `https://your_domain.tld/feed.xml` +The data directory with uploaded videos and the configuration file is untouched when upgrading the app. If you want to delete the data directory with the application, use the `--purge` option: `sudo yunohost app remove tube --purge` + ## Documentation and resources * Upstream app code repository: diff --git a/README_fr.md b/README_fr.md index 858b25f..dbc612f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -47,10 +47,12 @@ tube is a Youtube-like (without censorship and features you don't need!) Video S Your video files are stored by default in `/home/yunohost.app/tube/videos`. -You can configure options in this file `/var/www/tube/config.json` using the [documentation](https://git.mills.io/prologic/tube#configuration). Remember to restart Tube service if you change your configuration file. +You can configure options in this file `/home/yunohost.app/tube/config.json` using the [documentation](https://git.mills.io/prologic/tube#configuration). Remember to restart Tube service if you change your configuration file. RSS feed address is available at `https://your_domain.tld/feed.xml` +The data directory with uploaded videos and the configuration file is untouched when upgrading the app. If you want to delete the data directory with the application, use the `--purge` option: `sudo yunohost app remove tube --purge` + ## Documentations et ressources * Dépôt de code officiel de l'app :