Lucas Azevedo
Lucas Azevedo
Great! Happy to help. Let us know if you got it fully working. At the moment, a Nextcloud account is required for signing the document, but we are aware that...
Thanks for reporting again. Sure. I suggest you to running the following commands: ```sh # Uninstall all LibreSign binaries (Java, cfssl etc) php occ libresign:uninstall --all # Update Nextcloud filesystem...
No problem, I'm learning a lot while trying to understand what is happening! Oh, that should be `-e NEXTCLOUD_ADDITIONAL_APKS="imagemagick ghostscript"`, where: - `imagemagick` is the sole default value of `NEXTCLOUD_ADDITIONAL_APKS`,...
@bigbeka We improved error logging for the setup process in v6.2.9 (Nextcloud 25) and v7.0.0 (Nextcloud 26). Maybe we can get more details about your issue. Try downloading binaries again...
`Any other thoughts on this?` Either you do not have ghostscript installed or LibreSign wasn't able to detect it, the former is most likely. You can check by opening a...
Oops, I missed your comment about the error log. I'll take a look into it later this weekend. Thank you for your patience.
> @lhsazevedo you did the makefile generator script if I remember correctly? Yup, that was me! Anything we need to fix in it?
Is this still active?
I'm running a fork with PSR11 containers here: [lhsazevedo/restatic](https://github.com/lhsazevedo/restatic)
The serial console option logs data sent to the SH4 The Serial Communication Interface (SCIF). I got this working using dc-load-serial's [scif.c](https://github.com/sizious/dcload-serial-archive/blob/920b2b8890acf248dbd9d34b4ca2da88734af2fc/target-src/dcload/scif.c) / [scif.h](https://github.com/sizious/dcload-serial-archive/blob/920b2b8890acf248dbd9d34b4ca2da88734af2fc/target-src/dcload/scif.h), so the issue probably is not...