1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00
tube_ynh/doc/DISCLAIMER.md

12 lines
659 B
Markdown
Raw Normal View History

2022-08-27 07:36:45 +02:00
## Configuration
#### Where are stored your videos
Your video files are stored by default in `/home/yunohost.app/tube/videos`.
2022-08-27 14:47:01 +02:00
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.
2022-08-27 08:21:26 +02:00
2022-08-27 11:59:27 +02:00
RSS feed address is available at `https://your_domain.tld/feed.xml`
2022-08-27 14:47:01 +02:00
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`