rotdrop / nextcloud-app-files-archive

Archive inspection and extraction as Nextcloud app.
Other
9 stars 4 forks source link

Cannot change settings #48

Open LoxoSoftware opened 1 month ago

LoxoSoftware commented 1 month ago

When I try to increase the administrative size limit, the text in the input field resets to the default "4 GiB" and a toast shows up saying "Successfully set value for "archiveSizeLimit" to "4 GiB"". To confirm this, the personal administrative size limit is still reported to be 4 GiB. Is there a way to manually change this in the config files?

rotdrop commented 1 month ago

Could you please also report the version of the, and the NC version? Thanks.

Apart from this "formal" answer I think this is already solved in ebc2cd6

LoxoSoftware commented 1 month ago

Could you please also report the version of the, and the NC version? Thanks.

Apart from this "formal" answer I think this is already solved in ebc2cd6

I updated to the latest pre-release version, but I still have the issue. My Nextcloud version is 29.0.0

EDIT: I did install the latest pre-release version but it looks like Nextcloud re-downloaded V.1.2.3

LoxoSoftware commented 1 month ago

image I moved the project folder to /var/www/nextcloud/apps and renamed it to "files_archive" but now it fails to enable it.

rotdrop commented 1 month ago

I moved the project folder to /var/www/nextcloud/apps and renamed it to "files_archive" but now it fails to enable it.

I do not quite understand. What do you mean by "project-folder"? What did you try to do?

LoxoSoftware commented 1 month ago

I was trying to install the app manually because the version in the store is outdated

LoxoSoftware commented 1 month ago

I figured out how to update it, now it works. I had to chmod 777 files_archive -R and that fixed it

rotdrop commented 1 month ago

I figured out how to update it, now it works. I had to chmod 777 files_archive -R and that fixed it

chown -R www-data:www-data (assuming a Debian-like system) would hanve been a more secure solution. Please note also that the "main"-branch does not contain the compiled assets, while the "stableXY" branches do.