Socket
Socket
Sign inDemoInstall

github.com/nitrix/kanban

Package Overview
Dependencies
7
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/nitrix/kanban


Version published

Readme

Source

kanban

A real-time & persistent kanban board.

Usage

This is meant to be used only by me.

  1. One option online at the https://kanban.nitrix.me
  2. Another option is locally using docker run -p 80 -e USERNAME=test -e PASSWORD=test nitrix/kanban.

Feature flags

NameDescriptionDefault
FEATURE_STAY_LOGGEDStays logged in via a browser cookie.false

Persistent storage

By default, SQLite is used for local storage, meaning it's probably a good idea to mount a volume at /opt/data for where /opt/data/kanban.db will reside to not loose your data.

Alternatively, you can use an external Postgres database by mounting SSL certificates at /opt/certs and playing with the environment variables:

NameDefaultExample
POSTGRES_ENABLEDfalsetrue
POSTGRES_HOSTNAMElocalhostcockroachdb
POSTGRES_DATABASEkanbannitrix
POSTGRES_USERNAMEkanbannitrix
POSTGRES_PORT543226257
POSTGRES_CA_PATHcerts/ca.crtcerts/ca.crt
POSTGRES_KEY_PATHcerts/kanban.keycerts/nitrix.key
POSTGRES_CERT_PATHcerts/kanban.crtcerts/nitrix.crt

Disclaimer

The code was put together in a hurry (less than a day) and is an absolute disaster.

License

This is free and unencumbered software released into the public domain. See the UNLICENSE file for more details.

FAQs

Last updated on 13 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc