YunoHost-Apps / pixelfed_ynh

The federated image shareing service Pixelfed for YunoHost
https://pixelfed.org/
GNU Affero General Public License v3.0
44 stars 15 forks source link

How to change storage quotas ? #77

Closed stemy2 closed 5 years ago

stemy2 commented 5 years ago

Hello,

I see the default quota is 1GB and i'd like to set it to «unlimited», but i dont see such parameter in the .env file. How can i do that ?

There is no «LIMIT_ACCOUNT_SIZE» in my .env file, and adding it manually with the parameter «false» doesn't do anything.

yalh76 commented 5 years ago

Hi @stemy2

You have the information in the documentation RTFM

stemy2 commented 5 years ago

Actually, i have read the documentation, this is why i know that i have to set LIMIT_ACCOUNT_SIZE to «false». But as i said, the problem is that this parameter is not present in my .env file. And nothing changed when i added «LIMIT_ACCOUNT_SIZE=false» manually and reloaded the cache.

I found nothing in the documentation how to do when the quota is still there even if LIMIT_ACCOUNT_SIZE is set to «false».

yalh76 commented 5 years ago

After making the configuration changes, did you execute:

(cd /var/www/pixelfed && php7.2 artisan config:clear)
(cd /var/www/pixelfed && php7.2 artisan config:cache)
stemy2 commented 5 years ago

Yes.