FoundKey microblogging server.
Go to file
Johann150 2696c34f6c
Some checks failed
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline failed
ci/woodpecker/push/lint-backend Pipeline failed
ci/woodpecker/push/lint-sw Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline failed
fix some audience parsing assumptions
The assumptions made in the comment is actually wrong. The comment says:
"If value is a string, this means it must have passed through the resolver,
which means it must be public." But this is not true because we do signed
GET requests which means we may well get non-public posts using the
resolver.
2023-05-28 23:28:43 +02:00
.config remove syslog 2023-05-19 23:15:24 +02:00
.woodpecker run CI on pushes to main 2023-05-07 15:26:14 +02:00
.yarn meta: Update Yarn to 3.4.1 2023-02-27 13:00:22 -05:00
cypress update cypress 2022-06-11 15:53:45 +09:00
docs document environment variables 2023-05-23 19:51:55 +02:00
locales Update translation files 2023-05-27 18:43:53 +00:00
packages fix some audience parsing assumptions 2023-05-28 23:28:43 +02:00
scripts scripts: convert to ESM and deduplicate (#290) 2022-12-16 17:15:25 +00:00
.dockerignore remove vscode config files 2022-12-14 18:52:36 +01:00
.editorconfig remove vscode config files 2022-12-14 18:52:36 +01:00
.gitattributes chore: update .gitattributes to reflect removed assets 2022-12-11 23:16:05 +00:00
.gitignore client: add mod tracker 2022-12-29 21:36:44 +01:00
.mailmap adjust mailmap 2023-01-30 19:36:22 +01:00
.node-version Lower .node-version to 18.7.0 2022-11-26 16:59:37 +00:00
.yarnrc.yml meta: Update Yarn to 3.4.1 2023-02-27 13:00:22 -05:00
CHANGELOG-OLD.md Add link to current CHANGELOG and changelog trailers guide in CHANGELOG-OLD.md 2022-09-15 05:41:19 +00:00
CHANGELOG.md update changelog and version number 2023-05-23 21:59:14 +02:00
CODE_OF_CONDUCT.md update code of conduct to v2.1 2023-04-21 18:28:19 +02:00
CONTRIBUTING.md clarify that translation updates dont go in the changelog 2023-02-24 20:09:19 +01:00
COPYING add foundkey floofer 2023-02-04 22:15:28 +01:00
cypress.config.ts update cypress 2022-06-11 15:53:45 +09:00
docker-compose.yml docker: update WORKDIR to foundkey 2022-10-04 13:37:55 -04:00
Dockerfile Update dockerfile to node 18.12.1 2022-11-25 02:07:21 -05:00
gulpfile.js server: remove bios and cli 2022-12-14 17:59:25 +00:00
LICENSE Use AGPLv3 2018-03-28 22:56:28 +09:00
logo.svg add foundkey floofer 2023-02-04 22:15:28 +01:00
package.json update changelog and version number 2023-05-23 21:59:14 +02:00
Procfile Create Procfile 2019-04-05 18:17:30 +09:00
READING.md add more activitypub details to READING 2023-03-22 23:03:10 +01:00
README.md improve docs files 2023-03-03 23:46:45 +01:00
ROADMAP.md roadmap: Update links to reference labels instead of projects 2023-01-07 01:50:25 +00:00
SECURITY.md update SECURITY.md 2022-10-16 00:28:00 +02:00
yarn.lock update mfm-js lib 2023-05-27 12:12:28 +02:00

Foundkey logo, an owl holding a key

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, which can be found in the docs/ folder.

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 finanical sponsorships. We welcome contributions in the forms of code, testing and bug reporting (see also section Contributing above).