<img src="https://img.shields.io/github/v/release/RARgames/4gaBoards?color=orange" alt="4ga Boards Latest Release" />
<img src="https://img.shields.io/github/license/rargames/4gaBoards" alt="4ga Boards License" />
<img src="https://img.shields.io/github/contributors/rargames/4gaboards" alt="4ga Boards Contributors" />
<h1>4ga Boards</h1>
Straightforward boards system for realtime project management
Don't want to get your hands dirty?\ Check 4ga Boards Professional Hosting.
If you find this project useful for you, please consider donating.\ Donations are highly appreciated and help us spend more time improving 4ga Boards.
You can also include your email address with the donation and later contact us about a feature request - we'll increase its priority accordingly.
Requirements: Docker, Docker Compose
Download docker-compose.yml (or create docker-compose.yml based on the example)
curl -L https://raw.githubusercontent.com/RARgames/4gaBoards/main/docker-compose.yml -o docker-compose.yml
Configure 4ga Boards instance variables
Configure environment sections in docker-compose.yml:
Edit BASE_URL to match your domain name or IP address.\
Edit SECRET_KEY with a random value. You can generate it by openssl rand -hex 64.\
Edit POSTGRES_PASSWORD and DATABASE_URL replacing notpassword with randomly generated db password.\
4ga Boards instance variables
Pull images and start 4ga Boards
docker compose up -d
Default 4ga Boards url: http://localhost:3000 \
Default user: demo\
Default password: demo
Before executing backup/restore scripts, change current directory to the directory where docker-compose.yml is located.
Backup 4ga Boards instance data
./boards-backup.sh
Restore 4ga Boards instance data
./boards-restore.sh 4gaBoards-backup.tgz
You can use any relative path.
When restoring, the password has to match docker-compose password (If you don't remember it, you can set new password in docker-compose, but you have to skip altering the default user in backup.tgz/postgres.sql file e.g. comment line ALTER ROLE postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS PASSWORD 'XXX' before restoring the backup).
It's already available in 4ga Boards. Just add a project, then click Import while creating a new board.
Requirements: Node.js\ Optional requirements: Docker, Docker Compose
Clone 4ga Boards repository into a directory of your choice
git clone https://github.com/RARgames/4gaBoards.git .
Install dependencies
pnpm i
Copy .env
cp server/.env.sample server/.env
Optional: Build client, copy build to the server directory to suppress startup warnings
pnpm client:build
cp -r client/build server/public
cp client/build/index.html server/views/index.ejs
Start the provided development database (Optionally, use your own database)
docker compose -f docker-compose-dev.yml up -d
If using your own database, edit DATABASE_URL in server/.env.
Initialize the database
pnpm server:db:init
Start the development server
pnpm dev
Default 4ga Boards url: http://localhost:3000 \
Default user: demo\
Default password: demo
Full 4ga Boards Contribution Guidelines
Full 4ga Boards Security Information
$ claude mcp add 4gaBoards \
-- python -m otcore.mcp_server <graph>