shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
603 stars 61 forks source link

Put entire SDR-Scanner site behind user name and password #99

Open mikepaxton opened 3 months ago

mikepaxton commented 3 months ago

I want to put SDR-Scanner behind a reverse proxy so I may gain access from anywhere in the world. But, it would really be nice to put the entire website behind the /admin, prompting for user name and password dialog box.

There really is no reason to allow just anyone to see such things as transmissions and spectrograms. Any information given to unauthorized users on the Internet is too much information.

I'm sure i'm not the only user who would like to use this from outside my network.

If i've missed something and this is already possible, pleases let me know.

ps. Awesome software!

mikepaxton commented 3 months ago

I want to put SDR-Scanner behind a reverse proxy so I may gain access from anywhere in the world. But, it would really be nice to put the entire website behind the /admin, prompting for user name and password dialog box.

There really is no reason to allow just anyone to see such things as transmissions and spectrograms. Any information given to unauthorized users on the Internet is too much information.

I'm sure i'm not the only user who would like to use this from outside my network.

If i've missed something and this is already possible, pleases let me know.

ps. Awesome software!

Never mind, I switched to the devel branch and it looks like this is indeed already done.

Again, great software...enjoying it very much.