d
/
akkoma
1
0
Fork 0
Local copy of Akkoma, an ActivityPub server software. Contains modifications running live on fedi.underscore.world
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Dee 690ad028f7 README: fix heading levels 3 months ago
.gitea/issue_template Add YAML issue templates for bug and feat 3 months ago
benchmarks Merge branch 'benchmark-fixes' into 'develop' 1 year ago
ci CI: Use own package as base 1 year ago
config extend reject MRF to check if originating instance is blocked 3 months ago
docker-resources Don't listen Erlang Port Mapper Daemon (4369/tcp) on 0.0.0.0 3 months ago
docs Add dark and light theme mode to docs, detection, and button 3 months ago
installation Don't listen Erlang Port Mapper Daemon (4369/tcp) on 0.0.0.0 3 months ago
lib Replace eblurhash with rinpatch-blurhash 3 months ago
priv Merge tag 'v3.5.0' into underscore-world 3 months ago
rel Add installation note about flavour, support special cases (#222) 6 months ago
restarter fix_flaky_transfer_task_test.exs (#237) 5 months ago
test Merge tag 'v3.5.0' into underscore-world 3 months ago
uploads fix issues with the uploads directory 4 years ago
.buildpacks CI: Add auto-deployment via dokku. 4 years ago
.credo.exs Move Consistency.FileLocation to ./test 2 years ago
.dockerignore Docker builds (#231) 5 months ago
.formatter.exs .formatter.exs: Format optional migrations 2 years ago
.gitattributes static-fe overhaul (#236) 4 months ago
.gitignore uw: drop instance/ 4 months ago
.mailmap Add myself to .mailmap 2 years ago
.woodpecker.yml fix tests broken by relay defaults changing (#314) 4 months ago
AGPL-3 LICENSE → AGPL-3 4 years ago
CC-BY-4.0 Add a copy of CC-BY-4.0 to the repo 3 years ago
CC-BY-SA-4.0 CC-BY-SA-4.0: Add a copy of the CC-BY-SA-4.0 license 4 years ago
CHANGELOG.md Merge tag 'v3.5.0' into underscore-world 3 months ago
CODE_OF_CONDUCT.md add code of conduct (#129) 8 months ago
COPYING Remove reference to city.jpg in COPYING 4 months ago
Dockerfile Don't listen Erlang Port Mapper Daemon (4369/tcp) on 0.0.0.0 3 months ago
Makefile Documentation updates for stable release (#73) 8 months ago
Procfile CI: Add auto-deployment via dokku. 4 years ago
README.md README: fix heading levels 3 months ago
README.original.md uw: add underscore.world-specific README 4 months ago
SECURITY.md SECURITY.md: update supported versions to only 2.2 2 years ago
SIGNING_KEY.pub 2022.09 stable release chores (#206) 6 months ago
coveralls.json exclude file_location check from coveralls 2 years ago
docker-compose.yml Add docker migration guide 5 months ago
docker-entrypoint.sh Docker builds (#231) 5 months ago
elixir_buildpack.config Upgrade to Elixir 1.9 3 years ago
mix.exs Replace eblurhash with rinpatch-blurhash 3 months ago
mix.lock Replace eblurhash with rinpatch-blurhash 3 months ago

README.md

Akkoma of underscore.world

This is the version of Akkoma which normally runs on fedi.underscore.world. It is largely the upstream Akkoma, with some minor modifications. If you wish to deploy Akkoma yourself, using upstream Akkoma is very likely more preferable.

For more information on Akkoma, see upstream readme in this repository, at README.original.md

Changes

3.5.0-uw2

  • Switched to rinpatch_blurhash for generating blurhashes instead of eblurhash (hint: use the Pleroma.Upload.Filter.AnalyzeMetadata upload filter to enable blurhash generation on the server side).

Older versions

  • Details of outgoing federation failures are logged (at info level)
  • HTML sanitizer permits more tags, such as <kbd> or <cite>

Repository

The canonical location of the repository for this fork is at https://git.underscore.world/d/akkoma. The underscore-world branch tracks fedi.underscore.world-specific changes; upstream changes are regularly merged into it.

Akkoma running on fedi.underscore.world reports its version in the pattern v0.0.0-uw0, where the v0.0.0 part is the upstream version, and -uw0 is the version of individual changes on top of that. Each fedi.underscore.world-specific version has its own tag in the repository.