Skip to content

Application for tracking dependencies of projects.

License

Notifications You must be signed in to change notification settings

c0rydoras/outdated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outdated

An application to track the dependencies of projects.

Requirements

Required

  • Docker
  • docker compose

Optional

  • pnpm (for linting ember)

Running

First set your UID by running:

  • echo "UID=$(id -u)" > .env

Then start the application by running:

  • make start

Then import the keycloak config by running:

  • make keycloak-import

Then add outdated.local to your hosts:

  • echo "127.0.0.1 outdated.local" | sudo tee -a /etc/hosts

You can now access the application under the following URIs:

The default Keycloak access credentials for the admin interface are

  • user: admin
  • password: keycloak

For the application there is two users generated by default (in the dev setup), their credentials are:

  • Regular user
  • user: outdated
  • password: keycloak
  • Admin user
  • user: admin
  • password: keycloak

About

Application for tracking dependencies of projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.4%
  • JavaScript 40.4%
  • SCSS 4.6%
  • Makefile 1.4%
  • Handlebars 1.1%
  • HTML 0.9%
  • Other 2.2%