0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 17:31:21 +01:00
No description
Find a file
2023-04-24 14:02:24 -07:00
.github/workflows github/workflows/docker: Add manual dispatch arguments. 2023-04-24 14:02:24 -07:00
construct
deps
doc@a91f7dd0d9
docker
include/ircd ircd::json::stack::member: Conversion constructions from other member categories. 2023-04-22 21:44:55 -07:00
ircd ircd::json::stack::member: Conversion constructions from other member categories. 2023-04-22 21:44:55 -07:00
matrix modules/client/sync: Stub device_unused_fallback_key_types. 2023-04-22 00:21:29 -07:00
modules modules/federation/user_keys_query: Cross signatures. 2023-04-22 22:04:59 -07:00
nix
share
tools
.appveyor.yml
.envrc
.gitignore
.gitmodules
.travis.yml
autogen.sh
configure.ac
default.nix
Doxyfile
flake.lock
flake.nix
LICENSE
Makefile.am
NEWS.md
README.md
shell.nix

This — is The Construct

FEDERATED MESSAGING SERVER

Chat in #construct:zemos.net

🚚 GET CONSTRUCT

🗒️ INSTRUCTIONS

  1. 🏗️ BUILD to compile Construct from source.

  2. 🪛 SETUP to run Construct for the first time.

  3. TUNING to optimize Construct for your deployment.

🛑 Operating a Construct server which is open to public user registration is unsafe. Local users may be able to exceed resource limitations and deny service to other users.

👷‍♀️ DEVELOPERS

📚 DOCUMENTATION

Generate doxygen using doxygen ./Doxyfile the target directory is doc/html. Browse to doc/html/index.html.

🛣️ DEPLOYMENT ROADMAP
  • Personal: Dozens of users. Few default restrictions; higher log output.
  • Company: Hundreds of users. Moderate default restrictions.
  • Public: Thousands of users. Untrusting configuration defaults.