FoundKey microblogging server.
Go to file
Norm dde6f5eb55
foundkey-js: fix build errors
The use of `"moduleResolution": "Node16"` is to make TS use the same
module resolution as Node does when using ESM modules.

`reconnecting-websocket`'s TS definition files were copied over but
wrapped in a `declare module` block to make TS properly accept
using the default import directly without using `.default`.

I also decided to look into `autobind-decorator`'s source code and
figured that I could use the `boundMethod` annotation directly instead
of using the `autobind` default export.
2022-09-09 00:08:21 -04:00
.config Remove signToActivityPubGet option 2022-08-21 12:38:43 -04:00
.vscode remove npm extension from vscode config 2022-08-31 06:23:41 -04:00
.woodpecker Revert "ci: combine install and lint/build tasks" 2022-09-07 14:02:45 -04:00
.yarn migrate to Yarn 3.2.3 2022-08-26 15:24:29 -04:00
assets Improve README (#8645) 2022-05-18 01:12:00 +09:00
cypress update cypress 2022-06-11 15:53:45 +09:00
docs docs: add migration guide 2022-09-08 05:09:15 +00:00
locales client: remove "Disable AiScript on Pages" setting 2022-09-07 13:07:03 -04:00
packages foundkey-js: fix build errors 2022-09-09 00:08:21 -04:00
scripts Use native shell commands for clean/clean-all 2022-09-05 04:43:40 -04:00
.dockerignore chore: .configをdockerイメージに入れないように (#7625) 2021-09-13 20:07:39 +09:00
.editorconfig Use tabs in json 2017-05-24 20:27:39 +09:00
.gitattributes MisskeyRoom (#5267) 2019-08-18 14:41:33 +09:00
.gitignore ignore tsconfig.tsbuildinfo files 2022-09-03 17:49:53 -04:00
.node-version Update .node-version 2022-06-06 21:01:00 +09:00
.vsls.json Add .vsls.json 2018-08-13 00:24:45 +09:00
.yarnrc.yml migrate to Yarn 3.2.3 2022-08-26 15:24:29 -04:00
CHANGELOG-OLD.md Archive old changelog 2022-08-07 10:37:34 -04:00
CHANGELOG.md changelog: use changelog trailer instead 2022-09-04 01:23:37 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-17 10:01:05 +09:00
CONTRIBUTING.md Add note about development platform in contributing guide 2022-09-05 16:04:13 +00:00
COPYING Supports Emoji 13.1 (#7539) 2021-05-30 20:52:39 +09:00
cypress.config.ts update cypress 2022-06-11 15:53:45 +09:00
docker-compose.yml update postgres and redis in docker-compose 2022-09-03 19:57:14 -04:00
Dockerfile Power up (#8684) 2022-05-15 22:22:06 +09:00
gulpfile.js Fix paths for twemoji and font-awesome 2022-08-26 00:31:17 -04:00
LICENSE Use AGPLv3 2018-03-28 22:56:28 +09:00
package.json build: update typescript and related packages 2022-09-08 23:00:36 -04:00
Procfile Create Procfile 2019-04-05 18:17:30 +09:00
READING.md add READING file 2022-07-09 18:08:15 +02:00
README.md improve wording in readme 2022-09-01 15:41:01 +00:00
ROADMAP.md implant new roadmap 2022-07-08 16:19:39 -04:00
SECURITY.md Create SECURITY.md 2021-05-24 05:50:45 +09:00
yarn.lock build: update typescript and related packages 2022-09-08 23:00:36 -04:00

FoundKey

FoundKey is a free and open source microblogging server compatible with ActivityPub. Forked from Misskey, FoundKey improves on maintainability and behaviour, while also bringing in useful features.

See the changelog and roadmap for more on what's changed and future plans.

Documentation

FoundKey's documentation is a work in progress. In the meantime, much of the documentation on the Misskey Hub will also apply to FoundKey.

Contributing

If you're interested in helping out with the project, please read the contributing guide.

Sponsors

FoundKey is not interested in sponsorships.