sebsauvage / Shaarli

The personal, minimalist, super-fast, no-database delicious clone.
http://sebsauvage.net/wiki/doku.php?id=php:shaarli
Other
676 stars 390 forks source link

Make a fully private Shaarli. #15

Open sebsauvage opened 11 years ago

sebsauvage commented 11 years ago

For a fully private Shaarli, no link would be visible, except if you are logged in.

ghost commented 11 years ago

Come to think of it, do you recommend using .htaccess (relax, I'm using nginx) or a fully private Shaarli? I've been using the htaccess method to keep up a private shaarli instance and wonder if I'd better use that feature when it comes out.

sebsauvage commented 11 years ago

htacces does the trick, but you are dependant on the webserver: With nginx you're out of luck, and some bad Apache host don't allow the use of htaccess. I'd prefer to see this feature implement in Shaarli itself.

ghost commented 11 years ago

Maybe add a checkbox in Shaarli prefs to make all new links private by default?

Knah-Tsaeb commented 11 years ago

Just a little precision, all link are private with no exception ? Or exception are possible ?

Because the difference between https://github.com/sebsauvage/Shaarli/issues/20 on this issue are subtile for me.

sebsauvage commented 11 years ago

This would be an option to mask all links, public or private. (But it would not change the status public/private of each link). This could be useful for those who want to make a fully private shaarli, or temporarly close they shaarli without putting it offline.

Knah-Tsaeb commented 11 years ago

Ok thanks for precision.