Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't store videos on /var/www/peertube (small partition) #8

Closed
arthurlutz opened this issue Mar 24, 2018 · 2 comments
Closed

Don't store videos on /var/www/peertube (small partition) #8

arthurlutz opened this issue Mar 24, 2018 · 2 comments

Comments

@arthurlutz
Copy link

I don't know if this is only on my yunohost install, but the partition is done so that /var is 2Go and most of the space available is on /home. So I ended up filling my /var with uploaded videos. I moved the videos folder to /home/peertube/videos and added a symbolic link :

ls /var/www/peertube 
[snip]
lrwxrwxrwx   1 root     root       22 mars  22 21:29 videos -> /home/peertube/videos/
@anmol26s
Copy link
Contributor

Its a very good suggestion. Planning various basic structures beforehand would be better for updating and restoring the app too.

anmol26s pushed a commit to anmol26s/peertube_ynh that referenced this issue Mar 26, 2018
…t,password check for lenght,multi_instance
@anmol26s
Copy link
Contributor

anmol26s commented Apr 3, 2018

Now videos are stored in /home/yunohost.app/app/storage as you suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants