Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bukuserver readme update #657

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

`buku` is a powerful bookmark manager and a personal textual mini-web.

For those who prefer the GUI, [bukuserver](https://github.com/jarun/buku/tree/master/bukuserver#readme) exposes a browsable front-end on a local web host server.
For those who prefer the GUI, `bukuserver` exposes a browsable front-end on a local web host server. See [bukuserver page](https://github.com/jarun/buku/tree/master/bukuserver#readme) for config and screenshot.
rachmadaniHaryono marked this conversation as resolved.
Show resolved Hide resolved

When I started writing it, I couldn't find a flexible command-line solution with a private, portable, merge-able database along with seamless GUI integration. Hence, `buku`.

Expand Down
25 changes: 23 additions & 2 deletions bukuserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Using Docker Compose](#using-docker-compose)
- [Webserver options](#webserver-options)
- [Configuration](#configuration)
- [Screenshots](#screenshots)
- [Screenshots](#screenshots) ([imgur album](https://imgur.com/a/nk9dPEk))

### Installation

Expand Down Expand Up @@ -149,8 +149,23 @@ Note: the value for BUKUSERVER_REVERSE_PROXY_PATH
is recommended to include preceding slash and not have trailing slash
(i.e. use `/foo` not `/foo/`)

Note: At Bukuserver, we have disabled favicon as a default setting in order to prevent any non-user triggered network activity.

Our favicon is generated with the assistance of Google.

It is important to be aware that favicon has the potential to be used for browser fingerprinting,
a technique used to identify and track a person's web browsing habits.

- Github repo example https://github.com/jonasstrehle/supercookie
- Paper by Scientists at University of Illinois, Chicago https://www.cs.uic.edu/~polakis/papers/solomos-ndss21.pdf
- Article https://heise.de/-5027814
rachmadaniHaryono marked this conversation as resolved.
Show resolved Hide resolved

It is important to note that favicon can potentially be exploited in this way, even though it is a small and seemingly insignificant feature.

LeXofLeviafan marked this conversation as resolved.
Show resolved Hide resolved
### Screenshots

([imgur album](https://imgur.com/a/nk9dPEk))

<p><br></p>
<p align="center">
<a href="https://i.imgur.com/LozEqsT.png"><img src="https://i.imgur.com/LozEqsT.png" alt="home page" width="650"/></a>
Expand All @@ -167,7 +182,13 @@ is recommended to include preceding slash and not have trailing slash
<p align="center">
<a href="https://i.imgur.com/1eMruZD.png"><img src="https://i.imgur.com/1eMruZD.png" alt="index page" width="650"/></a>
</p>
<p align="center"><i>bookmark page</i></a></p>
<p align="center"><i>bookmark page with favicon enabled</i></a></p>

<p><br><br></p>
<p align="center">
<a href="https://i.imgur.com/DtUcjIl.png"><img src="https://i.imgur.com/KaZIezk.png" alt="index page" width="650"/></a>
</p>
<p align="center"><i>bookmark page with 'slate' theme and favicon enabled</i></a></p>

<p><br><br></p>
<p align="center">
Expand Down