Felipe Martin

Results 230 comments of Felipe Martin

`/tmp` folder docs fixed by https://github.com/go-shiori/shiori/pull/1040

I'm not familiar with Apache2, but have you tried setting the `-webroot` confgiuration flag to `/shiori`? if you wouldn't mind when you have it ready and working can you submit...

I believe you need to use the `--webroot /shiori` and leave the apache configuration as: ``` ProxyPass http://192.168.1.180:8080/ ProxyPassReverse http://192.168.1.180:8080/ ```

> Gives a WHITE screen. Change the `HTTP_WEBROOT` environment variable for `SHIORI_HTTP_ROOT_PATH`. Anything in the apache logs or Shiori logs? you should see the environment variable configuration on shiori boot,...

We now create multi-tag images. You can preppend `alpine-` to the tag you are using (example: `alpine-v1.7.3`) and you have an Alpine OS at your disposal.

Hey @Oxyaxion, sorry that you are experiencing problems with the latest Shiori version. Let me address the two issues separately: 1. The connection URL can contain special characters (I'm guessing...

This seems weird, let me reopen the issue and leave this open to investigate. Glad it ended up worked on your end even if you had to lower your database...

Yeah, currently the data download task is a sync process. We could just launch this in background but right now we don't have means of telling the user what's the...