Giter Club home page Giter Club logo

stackbase's Issues

Different IP address

I want to change the Host to something other than '127.0.0.1' It's returning errors after changing the IP. I want to reverse proxy this but my server which I have Nginx is different so I can't use 127.0.0.1 (to my knowledge.) Just wondering if this is possible to change the IP.

Add user admin

There is no additional user for teams
with roles like
[ - ]
[========================]
[ - ]
Admin - Can manage and make more users
Oncall - Can view and restart, shutdown and start
Staff - Can view but not edit anything or manage status
[ - ]
[========================]
[ - ]
For Oncall make a cron job system that adds users on call and removes yestardays one
sends a email (Optional) when getting error, it also sends logs
Ability to change pfp, password, username

force route after login please?

Hello,

in router.post('/login', loginRateLimiter, checkAuthentication, async (ctx) => { const { username, password } = ctx.request.body; try { await validateAdminUser(username, password) ctx.session.isAuthenticated = true; ctx.session.username = username return ctx.redirect('/deployments') } catch(err){ return await ctx.render('auth/login', {layout : false, login: { username, password, error: err.message }}) } }) i've replaced deployments by services but everytime, it back to deployments... how i can force this please?

Thanks

Login issue

|[]=Bug report=[]|

When i go to /services without logging in it sets me as logged in, i could just access it with out even logging in first,
might be the middle ware and session issues.

ERR_SSL_PROTOCOL_ERROR when accessing from a non 127.0.0.1 address

I am able to access the site from the local machine by navigating to localhost:4343 but when i change the IP to the internal ip and try to access it from another machine on the same network i get the ERR_SSL_PROTOCOL_ERROR in my brave browser. The log in page displays but is malformed.

image image

several vulnerabilities

Hello,

trying to install but several vulnerabilities found:

npm audit report

ejs  <3.1.7
Severity: high
Template injection in ejs - https://github.com/advisories/GHSA-phwq-j96m-2c2q
No fix available
node_modules/ejs
 koa-ejs  *
 Depends on vulnerable versions of ejs
 node_modules/koa-ejs

2 high severity vulnerabilities

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.