Hi again,

Thanks for all the help yesterday - I have one more question I was hoping 
to get some pointers on.

I have (almost) managed to set up the gallery publisher using the guide 
at https://perkeep.org/doc/publishing/README in that it is running, talking 
to perkeepd and after creating the camliRoot form "camliPath:test" to an 
image permanode i can access https://example.com/img/test.

However, the gallery page only shows the name of the image, and looking at 
the network request the gallery pages tries to do a request 
to https://localhost:3179/img/search instead of my 
https://example.com/img/search (which is what I assume it should be 
connecting to?) - which obviously fails since there is nothing running on 
localhost on my laptop.

Since there was no information on how to set up a low-level config (which i 
need for syncing the blobs to different remote targets) for publisher in 
the guide I have tried to put it together myself, ending up with:

 "prefixes": {
        "/img/": {
            "handler": "app",
            "handlerArgs": {
            "program":"publisher",
            "apiHost": "http://localhost:3179/";,
            "listen": ":3155",
            "backendURL": "http://localhost:3155/";,
            "appConfig":{
                "camliRoot":"imgshare",
                "cacheRoot":"/home/vron/perkeep/cache",
                "goTemplate":"gallery.html"
            }
        }

Is there something obviously wrong with this config that explains this, or 
is it a bug?

Thanks in advance / Viktor

-- 
You received this message because you are subscribed to the Google Groups 
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to