View Single Post
Old 03-07-2013, 02:20 AM   #328
vlad59
Addict
vlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five wordsvlad59 can name that ebook in five words
 
Posts: 369
Karma: 37869
Join Date: Sep 2011
Device: Kobo eReader Touch, Kobo Aura HD
Quote:
Originally Posted by deksden View Post
Is there any proper way to configure access to my COPS catalog on Synology NAS? I want to be able to "login" to browse catalog from my iOS devices! And i want to restrict unauthorized browsing of catalog.

Installed from package (0.3.1-1) on DSM4.2/DS409+.
I'm not sure to fully understand what you're asking.

If you want to enable password protection on your synology, you can uncomment the following lines in your .htaccess :
Code:
###########################################
# Uncomment if you wish to protect access with a password
###########################################
#AuthUserFile /path/to/file
#AuthGroupFile /dev/null
#AuthName "Acces securise"
#AuthType Basic
#Require valid-user
You have to adapt /path/to/file to use a real path.
You can use any online htpasswd generator to build the file (http://www.htaccesstools.com/htpasswd-generator/ for example).
vlad59 is offline   Reply With Quote