Hey all. I installed the wallabag app, and now want to upload my articles json file from a previous installation.
But I get an nginx error saying that the file is too large. (4.7mb). How can I make yunohost/nginx accept larger files?
Hey all. I installed the wallabag app, and now want to upload my articles json file from a previous installation.
But I get an nginx error saying that the file is too large. (4.7mb). How can I make yunohost/nginx accept larger files?
I’m not sure if it’s a Nginx error. I think it’s a php issue.
I’ve a similar issue with Shaarli (https://github.com/YunoHost-Apps/shaarli_ynh/issues/31), but I don’t know which php config file I need to change.
(Does anyone here knows that ? )
And where I can find those files…
Try to take a look at /etc/php/7.0/fpm/php-fpm.conf
(not sure if it’s the right one)
I do not see any update on the github page… am I looking in the wrong place?
Sorry, that’s my fault, this is not merged in the master (which allows to update in the normal way), but in the testing branch.
Use yunohost app upgrade wallabag -u https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing
instead.
Shouldn’t that be:
yunohost app upgrade wallabag2 -u https://github.com/YunoHost-Apps/wallabag2_ynh/tree/testing
instead?
That’s right, sorry, I forgot the 2
Just to be sure, I don’t want to break it
Edit to add the result.
First, this was the CLI output;
pps/wallabag2_ynh/tree/testing
Info: Upgrading apps wallabag2
Info: Upgrading app wallabag2...
Warning: The helper ynh_mkdir_tmp is deprecated.
Warning: You should use 'mktemp -d' instead and manage permissions properly with chmod/chown.
Warning: 2018-08-25 20:53:40 URL:https://static.wallabag.org/releases/wallabag-release-2.3.2.tar.gz [43103191/43103191] -> "app.tar.gz" [1]
Success! wallabag2 has been upgraded
Success! The SSOwat configuration has been generated
Success! Upgrade complete
And this was the Web result:
Cool beans! Articles and their status have been imported!
Thnx @Lapineige!
You’re welcome