Quote:
Originally Posted by kovidgoyal
You cant have both anonymous and non-anonymous access. If you want anonymous access, then simply create a special library and expose it. If you want authenticated access then define restirctions per user.
|
That's what I am trying to achieve by having 2 separate libraries and copying from 'staging' library to 'prod' library with filtering by tags, so that only books with special tag are copied. I want to automate it via cron script or something like that so I'd only have to tag a book as 'ready' in my 'staging' (authenticated) instance on port 8080 and it would (eventually) end up in my anonymous and read-only instance on port 80.