totaljs / openplatform

OpenPlatform v5 is a beautiful and simple portal for running, integrating and managing multiple 3rd party web applications.
https://www.totaljs.com/openplatform/
MIT License
95 stars 45 forks source link
application nodejs openplatform totaljs webplatform

OpenPlatform v5

OpenPlatform is a simple enterprise-ready platform for running, integrating and managing multiple web applications.

OpenPlatform

Installation

WARNING: Please do not execute database.sql, this script will use OpenPlatform internally.

Manual installation:

Docker Hub:

docker pull totalplatform/openplatform
docker run --env DATABASE='postgresql://user:pass@hostname/database' -p 8000:8000 totalplatform/openplatform

Docker Compose:

git clone https://github.com/totaljs/openplatform.git
cd openplatform
docker compose up

Default credentials

login : info@totaljs.com
password : admin

Good to know

Don't forget: every added third-party app must be assigned to a group.