Being able to run on a Segate NAS is a great idea. Perhaps you can clarify, I believe you are running into a problem I have seen on the latest 0.9 version as well. It appears the web interface hardcodes an IP/hostname into links, rather than using relative or absolute links, i.e. instead of:
<a href="/something"> It is doing <a href="http://localhost:3179"> Which is a problem when you are behind a proxy, dynamic dns, ngnix, or a router/hardware device that impacts the URL. Im not sure if there is a workaround for this. On Tuesday, May 31, 2016 at 7:58:48 AM UTC+10, Bastien VALLET wrote: > > Hello, > > I'm currently starting a side project to port Camlistore to a Seagate NAS > OS App to run on a Seagate NAS. > Here is the current state of the port : > > https://github.com/Djailla/nas-os-camlistore > > Service is running ok but I have just one small issue with importer. > > As importer use baseURL to be accessed, I need to setup this information. > My concern is that on my NAS, there are 2 network interface that can have > different IP and this IPs can changed with DHCP. So this is really tricky > to put any "good" content on the baseURL parameter value. > > I basically access to camlistore via the NAS IP : > http://192.168.1.14:3179/ui/ > > Any though would be great help to complete my app. > > Regards > -- You received this message because you are subscribed to the Google Groups "Camlistore" 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.
