siyuan icon indicating copy to clipboard operation
siyuan copied to clipboard

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

Results 141 siyuan issues
Sort by recently updated
recently updated
newest added

I know recoll is licensed under GPL, but I can't find any licensing statement for the recoll-webui. Is it possible to add a license to the recoll-webui? Best regards,

Due to a wrong wsgi user configuration, the line `from recoll import rclextract` threw an exception as a result from `mkdir(/usr/share/httpd/.recoll) failed: Permission denied` This is correct behaviour until here....

Hallo, Yesterday i become the error: ``` Sorry, the requested URL 'http://omv2:8088/results?query=trapez&dir=%3Call%3E&after=&before=&sort=relevancyrating&ascending=0&page=1' caused an error: Internal Server Error Exception: AttributeError("'NoneType' object has no attribute 'ipath'",) Traceback: Traceback (most recent call...

Would it be possible to let the webserver read the file and present it to the browser? This would make the webui and therefore recoll very docker/server friendly. Thank you

Add a sample systemd script in examples and a README describing how to integrate the standalone WebUI app with systemd.

This PR encompasses the following changes: - changed JSON endpoint to allow paged json, use without `page` parameter (or `page=0`) to get unpaged result - added `snippets` and `highlight` parameters...

I just got everything set up in a stack similar to this, some documentation would be really helpful for those that would like to set this up in a similar...

Hi there, nice litte tool. However, any idea why it takes about 20-30 secs to answer a query, instead of like 0.1 s on the CLI? The funny thing is,...

Using https://github.com/koniu/recoll-webui/archive/master.zip installed to /var/www/html/recoll-webui-master/ and with apache2.conf with WSGIDaemonProcess recoll user=john group=john threads=5 display-name=%{GROUP} python-path=/var/www/html/recoll-webui-master WSGIScriptAlias /recoll /var/www/html/recoll-webui-master/webui-wsgi.py WSGIProcessGroup recoll Require all granted I found I had to change...

I got recoll-webui and ran webui-standalon.py on cmd, but I get this error. Traceback (most recent call last): File "./webui-standalone.py", line 3, in import webui File "/media/daten/download/recoll-webui/webui.py", line 6, in...