0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-18 01:30:12 +01:00
No description
Find a file
2022-07-29 22:30:09 -07:00
construct construct: Add conf items to supplement cmd positional arguments. 2022-07-27 16:08:55 -07:00
deps
doc@a91f7dd0d9
docker Docker: Enable buildkit; postfix tags with target. [ci skip] 2022-07-29 22:30:09 -07:00
include/ircd ircd::log: Cold section log::critical constructions. 2022-07-26 15:46:09 -07:00
ircd ircd::mods: Add conf item for static dtor check; remove redundant debuglog. 2022-07-27 17:36:50 -07:00
matrix ircd:Ⓜ️:resource: Unstable is also a version (undocumented). 2022-07-29 17:35:58 -07:00
modules ircd::mods: Eliminate RTLD_DEEPBIND by linking modules -Bsymbolic. 2022-07-27 16:22:42 -07:00
nix
share Makefiles: Fix bashisms. (#88) 2022-07-25 14:08:26 -07:00
tools m4: Always extract major version number in CXX -dumpversion. 2022-07-25 14:08:26 -07:00
.appveyor.yml
.envrc
.gitignore Add post-processed source type extensions to gitignore. 2022-06-17 21:11:53 -07:00
.gitmodules
.travis.yml
autogen.sh
configure.ac configure: Output target codegen feature table. 2022-07-27 15:03:31 -07:00
default.nix
Doxyfile
flake.lock
flake.nix nix: move config to separate file 2020-05-13 20:17:51 +01:00
LICENSE
Makefile.am
NEWS.md
README.md Docker: Enable buildkit; postfix tags with target. [ci skip] 2022-07-29 22:30:09 -07:00
shell.nix

This — is The Construct

Federated Messaging Server

Chat in #construct:zemos.net

📦 RUN YOUR OWN

  • git clone https://github.com/matrix-construct/construct

Fully Featured Builds Minimal Dependencies

🗒️ INSTRUCTIONS

  1. 🏗️ BUILD instructions to compile Construct from source.

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

  3. TUNING guide 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.