Jeremy Bone

Results 36 comments of Jeremy Bone

I can sort of get it to load by pointing to the local ip of my NAS like this `http://x.x.x.x/comics/`--but the theming is messed up and most links are broken....

Yeah, I tried all different types of slashes, including that. The first thing that got me was the config; I mistakenly put just `comics` since the webroot setup on my...

@davide-romanini out of curiosity when you say "it works", what do you mean exactly? What url are you testing to see that it works?

Also, I just noticed that this partially breaks integration with Chunky comic reader (@mike-ferenduros). Even with the webroot field empty, Chunky gives a 404 when loading the ComicStreamer browser in-app....

I added the reverse-proxy for `/static` and I can access it locally now without including the port, so that's progress, at least. I still cannot access it externally from my...

I'm not seeing much in the ComicStreamer.log. It does appear to be seeing my attempt to access externally, because every time I try, I see this in the log: ```...

I noticed that when I access the web browser from its local ip (which works, as I mentioned) the log is a little different. It is: ``` 015-08-28 10:37:35,848 -...

I'm running it on a Synology NAS (DS414). What details would you like to know? There are several apache config files that it's using--is there something specific you're looking for?...

Yeah, I can access it internally--from a previous comment: > I added the reverse-proxy for /static and I can access it locally now without including the port, so that's progress,...

I updated to the latest and was able to remove the proxypass for /static as you mentioned to access locally. But I still have the same problem externally. Just to...