[GH-ISSUE #171] Bug: Setting analyticsToken to empty string did not disable analytics in Ambar v2.0 #168

Closed
opened 2026-02-27 15:55:26 +03:00 by kerem · 8 comments
Owner

Originally created by @bakrowork on GitHub (Jun 28, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/171

Dear all,

Using ambar I see a lot of facebook, yandex, mixpanel, etc queries.
I think this open-source project should have option to opt-out from any tracking and etc.
At least have a remark about this in the README.md file.

My bigger problem is that this repo does not represents the docker image:
Please take a look at the frontend index.html file:
eg.: view-source:http://{your IP addr}/ or:

docker exec -t -i $(docker ps | grep ambar-frontend | grep -o '^\S*') /bin/bash
cd /usr/share/nginx/html
cat index.html

https://pastebin.com/TAGEtByh

This file does not equals to the one in the repository
https://github.com/RD17/ambar/blob/master/FrontEnd/src/index.html#L16

Please make a change!!

:(

Originally created by @bakrowork on GitHub (Jun 28, 2018). Original GitHub issue: https://github.com/RD17/ambar/issues/171 Dear all, Using ambar I see a lot of facebook, yandex, mixpanel, etc queries. I think this open-source project should have option to opt-out from any tracking and etc. At least have a remark about this in the README.md file. My bigger problem is that this repo does not represents the docker image: Please take a look at the frontend index.html file: eg.: view-source:http://{your IP addr}/ or: ``` docker exec -t -i $(docker ps | grep ambar-frontend | grep -o '^\S*') /bin/bash cd /usr/share/nginx/html cat index.html ``` https://pastebin.com/TAGEtByh This file does not equals to the one in the repository https://github.com/RD17/ambar/blob/master/FrontEnd/src/index.html#L16 Please make a change!! >:(
kerem 2026-02-27 15:55:26 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@sochix commented on GitHub (Jun 28, 2018):

Just set analyticsToken to empty string to disable it. It was described in
our installation instructions.

чт, 28 июня 2018 г. в 19:20, bakrowork notifications@github.com:

Dear all,

Using ambar I see a lot of facebook, yandex, mixpanel, etc queries.
I think this open-source project should have option to opt-out from any
tracking and etc.
At least have a remark about this in the README.md file.

My bigger problem is that this repo does not represents the docker image:
Please take a look at the frontend index.html file:
eg.: view-source:http://{your IP addr}/ or:

docker exec -t -i $(docker ps | grep ambar-frontend | grep -o '^\S*') /bin/bash
cd /usr/share/nginx/html
cat index.html

https://pastebin.com/TAGEtByh

This file does not equals to the one in the repository
https://github.com/RD17/ambar/blob/master/FrontEnd/src/index.html#L16

Please make a change!!

:(


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/RD17/ambar/issues/171, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABd-YhQCE_MXxiDm7iW-rfghP47KT1tzks5uBQJHgaJpZM4U7sHw
.

--
Best regards, Ilya (http://sochix.ru)
С уважением, Илья (http://sochix.ru)

<!-- gh-comment-id:401100007 --> @sochix commented on GitHub (Jun 28, 2018): Just set analyticsToken to empty string to disable it. It was described in our installation instructions. чт, 28 июня 2018 г. в 19:20, bakrowork <notifications@github.com>: > Dear all, > > Using ambar I see a lot of facebook, yandex, mixpanel, etc queries. > I think this open-source project should have option to opt-out from any > tracking and etc. > At least have a remark about this in the README.md file. > > My bigger problem is that this repo does not represents the docker image: > Please take a look at the frontend index.html file: > eg.: view-source:http://{your IP addr}/ or: > > docker exec -t -i $(docker ps | grep ambar-frontend | grep -o '^\S*') /bin/bash > cd /usr/share/nginx/html > cat index.html > > https://pastebin.com/TAGEtByh > > This file does not equals to the one in the repository > https://github.com/RD17/ambar/blob/master/FrontEnd/src/index.html#L16 > > Please make a change!! > > :( > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/RD17/ambar/issues/171>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/ABd-YhQCE_MXxiDm7iW-rfghP47KT1tzks5uBQJHgaJpZM4U7sHw> > . > -- Best regards, Ilya (http://sochix.ru) С уважением, Илья (http://sochix.ru)
Author
Owner

@bakrowork commented on GitHub (Jun 29, 2018):

If I am correct: you are referring to this: https://github.com/RD17/ambar/blob/master/Install.md as your installation instructions.

It does not mention the analyticsToken.

<!-- gh-comment-id:401275715 --> @bakrowork commented on GitHub (Jun 29, 2018): If I am correct: you are referring to this: https://github.com/RD17/ambar/blob/master/Install.md as your installation instructions. It does not mention the analyticsToken.
Author
Owner

@sochix commented on GitHub (Jun 29, 2018):

It was mentioned in our blog. Please, create a pull-request to Installation instruction and we'll add it

<!-- gh-comment-id:401280998 --> @sochix commented on GitHub (Jun 29, 2018): It was mentioned in our blog. Please, create a pull-request to Installation instruction and we'll add it
Author
Owner

@bakrowork commented on GitHub (Jun 29, 2018):

You mean this: https://blog.ambar.cloud/ambar-installation-step-by-step-guide-2/
which directs me to the same Install.md.

Editing the docker-compose.yml file and setting analyticsToken to an empty string makes no change:

image

Dont fool you the error codes, my adblocker block this sites.

<!-- gh-comment-id:401293497 --> @bakrowork commented on GitHub (Jun 29, 2018): You mean this: https://blog.ambar.cloud/ambar-installation-step-by-step-guide-2/ which directs me to the same Install.md. Editing the docker-compose.yml file and setting analyticsToken to an empty string makes no change: ![image](https://user-images.githubusercontent.com/40396973/42083230-8fcb60ae-7b8a-11e8-938a-f00bf6c8fd87.png) _Dont fool you the error codes, my adblocker block this sites._
Author
Owner

@sochix commented on GitHub (Jul 2, 2018):

Ok, can confirm that it's a bug

<!-- gh-comment-id:401709462 --> @sochix commented on GitHub (Jul 2, 2018): Ok, can confirm that it's a bug
Author
Owner

@stale[bot] commented on GitHub (Sep 10, 2018):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

<!-- gh-comment-id:419949971 --> @stale[bot] commented on GitHub (Sep 10, 2018): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Author
Owner

@bakrowork commented on GitHub (Sep 11, 2018):

Should be fixed

<!-- gh-comment-id:420184751 --> @bakrowork commented on GitHub (Sep 11, 2018): Should be fixed
Author
Owner

@sochix commented on GitHub (Sep 17, 2018):

Check v2.1.18, we completely removed analyticsToken from source code

<!-- gh-comment-id:422076215 --> @sochix commented on GitHub (Sep 17, 2018): Check v2.1.18, we completely removed analyticsToken from source code
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#168
No description provided.