Added Planka to BigBearCasaOS

About

The real-time kanban board for workgroups is built with React and Redux.

Requested By

Commit

App Store

Documentation

Default Credentials

Username: demo Password: demo

Change Base URL

Change [YOUR_CASAOS_LAN_IP] to your CasaOS LAN IP.

Update Default Credentials

Once you get it working, you need to change the default credentials to be more secure.

Generate Secret Key

The command openssl rand -hex 64 generates 64 bytes of random data. When converted to hexadecimal format, each byte is represented by two hexadecimal characters. Therefore, the output string will be 128 characters long in hexadecimal representation, corresponding to 64 bytes of data. To clarify:

  • 64 bytes = 512 bits (since 1 byte = 8 bits)
openssl rand -hex 64