1
0
Fork 0
forked from Fluxcord/core
A Discord <-> Fluxer bridge.
  • JavaScript 90.6%
  • TypeScript 9.1%
  • Dockerfile 0.3%
2026-04-14 03:17:55 +08:00
.forgejo/workflows ~~sui~~ 2026-03-21 03:16:01 +01:00
.vscode do some prettier formatting 2026-02-22 22:37:06 +08:00
commands ok 2026-03-10 14:37:51 +08:00
data add dockerfile 2026-02-21 16:40:19 +08:00
db another oops 2026-04-13 22:37:16 +08:00
migrations ok this one 2026-04-13 22:33:35 +08:00
utils more fixes 2026-04-14 03:17:55 +08:00
.dockerignore 1.8a part 1 2026-03-01 22:34:59 +08:00
.gitattributes fix(docker): fixed windows not being able to start the container 2026-03-21 21:19:17 +01:00
.gitignore 1.8a part 1 2026-03-01 22:34:59 +08:00
CLAUDE.md nevermind bro im fucking stupid 2026-03-01 18:05:30 +01:00
config.example.js feat(config): added WebSocket configuration to the example 2026-03-19 20:09:28 +01:00
docker-compose.yml feat(docker): added commented out port for WebSocket in the compose file 2026-03-19 20:31:11 +01:00
docker-entrypoint.sh 1.8a part 1 2026-03-01 22:34:59 +08:00
Dockerfile fix(docker): fixed windows not being able to start the container 2026-03-21 21:19:17 +01:00
index.js deleted message reply edit thingy + cascade 2026-04-13 22:30:57 +08:00
LICENSE add gitignore and license 2026-02-20 23:39:37 +08:00
migrate.ts 1.8a part 1 2026-03-01 22:34:59 +08:00
package.json chore: bump minor 2026-04-10 03:47:50 +02:00
pnpm-lock.yaml chore: bump minor 2026-04-10 03:47:50 +02:00
pnpm-workspace.yaml do not build voice for now 2026-03-03 15:06:37 +08:00
README.md Update README.md 2026-04-11 17:33:36 +02:00
tsconfig.json 1.8a part 1 2026-03-01 22:34:59 +08:00

Fluxcord

A set-and-forget Discord <-> Fluxer bridge.

Features

  • Basic message bridging
  • Voice bridging (in very alpha)
  • Edit/Delete bridging
  • Reply bridging
  • Emoji bridging
  • Embed bridging
  • Attachment bridging
  • Pins bridging
  • Bulk deletion bridging
  • others soon

Self hosted setup

Check https://fluxcord.jbcrn.dev/self-hosting for self hosting docs

Development

Firstly, this requires both Node.js and PNPM installed.

Do not pull this repo directly. Instead, pull the Fluxcord Dev repository:

git pull https://git.gay/Fluxcord/dev Fluxcord

then initialize it:

cd Fluxcord
pnpm run init

If you use VSCode or a fork, you can find a code-workspace file here that can help you with stuff.