lilab-bcb / cirrocumulus

Bring your single-cell data to life
https://cirrocumulus.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
74 stars 16 forks source link

Viewing the visit history of the website #207

Open SNOL2 opened 11 months ago

SNOL2 commented 11 months ago

Hello, thanks for devloping and maintaining this wonderful project! I am new to website development. I was wondering can I get the visit history(like IP address) of the website I started. In addition, is there a way to create a password for the website? Thanks again!

joshua-gould commented 11 months ago

I'd recommend using NGINX or Apache web servers as reverse proxy. You can use basic authentication with either of those web servers. Alternatively, you can restrict access per dataset (https://cirrocumulus.readthedocs.io/en/latest/installation.html#server-mode) using Google or okta authentication.