From 531c98d396a41f2a142e0e51a481bb5030da6222 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Aug 2022 12:47:06 +0000 Subject: [PATCH] Auto-update README --- README.md | 4 +++- README_fr.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 :