2
5
Fork
You've already forked outpost
0
activitypub server thingy (in heavy development, do not use)
This repository has been archived on 2025年08月22日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C# 82.1%
  • Vue 8%
  • CSS 4.2%
  • TypeScript 3.3%
  • Dockerfile 1.4%
  • Other 1%
2024年09月24日 04:26:00 +03:00
.config chore 2024年07月20日 18:16:08 +03:00
.vscode db events 2024年07月16日 17:15:23 +03:00
Docs fix incorrect path 2024年09月20日 07:01:18 +03:00
Outpost idk man 2024年09月24日 04:26:00 +03:00
Outpost.Frontend idk man 2024年09月24日 04:26:00 +03:00
Outpost.Jigs process uploaded media 2024年08月08日 17:50:50 +03:00
ThirdParty dockerfile optimization 2024年08月22日 22:52:26 +03:00
.dockerignore dockerfile optimization 2024年08月22日 22:52:26 +03:00
.editorconfig mrf framework 2024年08月13日 16:59:57 +03:00
.gitignore parse non-Functional json-ld properties by simply taking the first values 2024年08月21日 21:10:51 +03:00
.gitmodules implement FEP-8b32 verification 2024年08月22日 07:25:06 +03:00
Directory.Build.props lower log spam with queue 2024年09月12日 12:33:19 +03:00
Dockerfile dockerfile optimization 2024年08月22日 22:52:26 +03:00
FEDERATION.md expose replies collection 2024年08月27日 01:16:16 +03:00
LICENSE.txt forgot the license 2024年07月01日 09:04:51 +03:00
Outpost.sln optimize login process 2024年06月19日 23:01:10 +03:00
README.md signature tweak 2024年08月22日 17:54:54 +03:00

Outpost

A federated social networking software aiming to be compatible with the subset of the ActivityPub suggestions used by the microblogging (and in the future, forums) bubbles of the fediverse, aimed at instances with a low amount of users. (single user instances, small friend groups, ...)

Outpost is in no way shape or form ready to be used just yet. Major features are missing, and stability can not be guaranteed at this stage in development.

$ git clone --recursive https://codeberg.org/KittyShopper/outpost
# the --recursive is REQUIRED in order to download submodules

See the deployment documentation on how one might want to set up Outpost once it is ready enough. It is, as well as the entire project, still incomplete.