Giter VIP home page Giter VIP logo

Comments (10)

0verbyte avatar 0verbyte commented on May 1, 2024

+1. I will add it to my fork and submit a PR.

from linux-dash.

OrangeTux avatar OrangeTux commented on May 1, 2024

+1

from linux-dash.

lacivert avatar lacivert commented on May 1, 2024

Could it be something like 'sudo' ? For example, if user is in sudo group, then he could see. Does this make sense?

from linux-dash.

OrangeTux avatar OrangeTux commented on May 1, 2024

You mean a user has to login as a system user?

from linux-dash.

lacivert avatar lacivert commented on May 1, 2024

Yes, as an offer, optional login, optional user group etc. Does that make sense?
I am not sure, in PHP, how much is it possible

from linux-dash.

glasspelican avatar glasspelican commented on May 1, 2024

I added this to my nginx config

    location /linux-dash {
            auth_basic "Administrator Login";
            auth_basic_user_file /var/www/.htpasswd;
    }

I imagination there is something similar you can do with apachie

from linux-dash.

tariqbuilds avatar tariqbuilds commented on May 1, 2024

Thanks for pointing this out, guys.

Please see discussion here for my reasoning for not adding a security option in the application: #37

Let me know what you guys think.

from linux-dash.

 avatar commented on May 1, 2024

@afaqurk i dont think you should close the issue before you have taken a final decision on the subject. I am not used to git ways yet tho.

i think @glasspelican solution is pretty simple and clean, maybe it should be used as a README example or something until we have this figured it out, i am sure i will be using it.

from linux-dash.

lacivert avatar lacivert commented on May 1, 2024

@glasspelican thank you very much, that is the shortest way I think 👍

from linux-dash.

tariqbuilds avatar tariqbuilds commented on May 1, 2024

After giving this some thought, I have decided to stick by my initial decision for now. Please see my reasoning in #37.

However, thanks partially to this issue's discussion, a security feature will be designed, outlined, and added to the development roadmap.

Also, I will amend the readme to make it very obvious that the user needs to secure this page.

Thanks again, guys.

from linux-dash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.