Your comments

Hey Scott, I noticed there's no arcBuilder with this interation. Is there any plans to re-release that? I was just trying to start doing the arcBuilder script, and came across your post about the new version of the Comixology theme.

I've just installed the newest version of Ubooquity, and I've put the Comixology theme into the /themes folder, but when I look inside of the General settings of Admin I only see "default". What am I doing wrong?

When I attempted to run Comixology on an earlier build of 2.1, I was unable to get it to work as it completely broke the CSS and everything. Are you running a specific build/version of the theme? How do you have it setup?

Why not let the user choose what to use? For example, I don't use the books section at all so if I could disable that, and thus strip the /comics portion out that would be perfect. All I really want is to not have /comics/comics though.

The unable to view the comics might be due to the Comixology theme, but the other issue, which is what the title is about, is clearly visible in your screenshots in the URL: it says comics/comics and not just /comics.

Top portion (uncommented) is the old version since the Comixology theme still works with it. The commented out section is the new version, where the same issue occurs:


                        location /comics {
                        proxy_pass http://192.168.1.176:2202;
                        proxy_set_header Host $host;
                        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                        proxy_set_header X-Real-IP $remote_addr;
        }
#       location /comics {
#                       proxy_pass http://192.168.1.176:2202;
#                        proxy_set_header Host $host;
#                        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#                        proxy_set_header X-Real-IP $remote_addr;
#        }
#        location /comics/admin {
#                        proxy_pass http://192.168.1.176:2203;
#                        proxy_set_header Host $host;
#                        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
#                        proxy_set_header X-Real-IP $remote_addr;
#        }


So basically, I run Ubooquity behind an NGINX proxy. You go to domain.net/comics and it brings you to Ubooquity. I set my reverse proxy prefix to comics. When I'm looking at the Latest Additions, I see this: domain.net/comics/comics/?latest=true. If I'm looking at the Publishers page, I see: domain.net/comics/comics/347876/.


This is all under 1.0. If I move to 2.0, I literally cannot use the service because instead of the root page being / and tacking my /comics on, it becomes /comics/comics/ and keeps refreshing the page. You should be able to repro by simply changing your reverse proxy prefix to comics and then loading the page.

I'm seeing the same thing, except I was just trying to run the --help option.

I'm loving the theme, however I have my reverse proxy setup to be /comics. I'd really rather not have to change the redirect and have to go about updating all the places where I've got it set, so which file has it pointed to /ubooquity/ so I can go and fix it for my own personal installation? I've changed it in the .js files, but I just can't find it for the bookmarks header.

I'm running into the same problem. I've changed my filesystem to allow the max number of open files, yet every couple of days Ubooquity crashes and I have to manually stop the process and restart it. It's gotten to the point where I even signed up for a server checking status to tell me when it's died so I can restart it. I've got my open files set to 65535, yet it's still crashing.


What exactly do you need from me to fix this bug?