Skip to content

A simple profile page for deployments and containers

License

Notifications You must be signed in to change notification settings

Kibibit/kb-profile-page

Repository files navigation

@kibibit/kb-profile-page

A simple profile page for deployments and containers


should work with lipp/login-with

This library requires three parameters: kbCookieSecret, kbJwtSecret, kbApp.

You can also pass the following optional parameters:

  • kbIcon
  • kbCustomBg - replace the particles default background
  • kbHideKibibit - in order to use in non-kibibit projects, this will hide the kibibit logo

You can pass them either with environment variables or with passing it as cli arguments:

ENVIRONMENT

KB_APP=example app
KB_ICON=<url to icon>
KB_CUSTOM_BG=<url to bg>
KB_HIDE_KIBIBIT=true|false

CLI

node server.js --kbApp kb-coding-server --kbIcon https://image.flaticon.com/icons/svg/119/119595.svg --kbCustomBg http://hdwpro.com/wp-content/uploads/2017/03/Art-Background-Image.png

You can use whatever case you like, the application will convert it internally to camel case using lodash.

Examples

Contributors

Thanks goes to our contributors! (emoji key):


Library logo is made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY

About

A simple profile page for deployments and containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published