Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

wtasg/meetonline

Repository files navigation

👋 meetonline

License Issues Pull Requests

meetonline is a full-stack web application designed for building and discovering online communities.

🐛 Reporting bugs

💬 Discussions

Start with introducing yourself here.

🛠️ Development/Run

🤖 AI / LLM

  • Take help of AI/LLMs; learn what they did and implement yourself.
  • Create AI PRs via AI-bots.

🌱 Good First Issues

  • Feel free to work on them. You don't need our permission for working on GFIs.
  • If you need help, ask, maybe once a day.
  • check GFIs here

🌿 Branch naming rules

  • Repository enforces branch naming pattern: ^[A-Za-z][A-Za-z0-9_/-]+$.
  • Allowed characters: ASCII letters, digits, hyphen (-), underscore (_), slash (/).
  • Not allowed: emoji, spaces, other non-ASCII characters.

If your PR fails the branch-name check, rename the branch locally:

git branch -m old-name new-name
git push origin new-name
git push origin --delete old-name

📋 Checklists

⌨️ Manual Compose

## make certificates
./scripts/make.certs.sh

## make environment
./scripts/make.env.sh

## install pacakges
./scripts/package.install.sh

## update pacakges
./scripts/package.update.sh

## run tests
## e2e takes time; be patient
./scripts/test.sh

# docker compose --file compose.yml down
# docker volume list | sed '1d' | awk '{print $2}' | xargs -n1 docker volume rm

# run database and server
./scripts/manual-compose.sh --all --no-client
## +watch client changes
./scripts/watch-client.sh

## accept certs
## add meet.online in /etc/hosts
echo "127.0.0.1 meet.online" | sudo tee -a /etc/hosts
# visit https://meet.online:9443/ and accept certs
# visit https://meet.online:5173/ and accept certs

# cleanup
/scripts/manual-compose.sh --clean --no-client

📚 Documentation

Documentation is available in docs/. Visit Documentation Home

Component Documentation

Features

🌐 Social

📜 LICENSE

Read associated file: LICENSE

About

A networking site for meeting online

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors