d
/
akkoma
1
0
Fork 0
Local copy of Akkoma, an ActivityPub server software. Contains modifications running live on fedi.underscore.world
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Dee 79120af873 Merge tag 'v3.9.2' into underscore-world 4 months ago
.gitea/issue_template Update '.gitea/issue_template/feat.yml' 10 months ago
benchmarks Merge branch 'benchmark-fixes' into 'develop' 2 years ago
ci CI: Use own package as base 2 years ago
config Fix create processing in direct message disabled 4 months ago
docker-resources Don't listen Erlang Port Mapper Daemon (4369/tcp) on 0.0.0.0 10 months ago
docs Merge pull request 'Remove "default" image description' (#493) from ilja/akkoma:remove_default_image_description into develop 6 months ago
installation Fix typo in installation/akkoma.service 7 months ago
lib Merge tag 'v3.9.2' into underscore-world 4 months ago
priv Merge tag 'v3.9.2' into underscore-world 4 months ago
rel Add installation note about flavour, support special cases (#222) 1 year ago
restarter fix_flaky_transfer_task_test.exs (#237) 11 months ago
scripts document prometheus 10 months ago
test Merge tag 'v3.9.2' into underscore-world 4 months ago
uploads fix issues with the uploads directory 5 years ago
.buildpacks CI: Add auto-deployment via dokku. 4 years ago
.credo.exs Move Consistency.FileLocation to ./test 3 years ago
.dockerignore Docker builds (#231) 12 months ago
.formatter.exs .formatter.exs: Format optional migrations 3 years ago
.gitattributes Don't treat js/css as binary in git anymore 10 months ago
.gitignore Change docs README for new way of building docs 8 months ago
.mailmap Add myself to .mailmap 3 years ago
.woodpecker.yml build musl on develop 8 months ago
AGPL-3 LICENSE → AGPL-3 5 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 5 years ago
CHANGELOG.md Merge tag 'v3.9.2' into underscore-world 4 months ago
CODE_OF_CONDUCT.md add code of conduct (#129) 1 year ago
COPYING Remove reference to city.jpg in COPYING 10 months ago
Dockerfile Update base image in Dockerfile to newer elixir version 7 months ago
Procfile CI: Add auto-deployment via dokku. 4 years ago
README.md Add YunoHost to installation guides 6 months ago
README.original.md Merge tag 'v3.8.0' into underscore-world 5 months ago
SECURITY.md SECURITY.md: update supported versions to only 2.2 3 years ago
SIGNING_KEY.pub 2022.09 stable release chores (#206) 1 year ago
coveralls.json exclude file_location check from coveralls 3 years ago
docker-compose.yml Add docker migration guide 12 months ago
docker-entrypoint.sh Docker builds (#231) 12 months ago
elixir_buildpack.config Update elixir version in elixir_buildpack.config 7 months ago
mix.exs Merge tag 'v3.9.2' into underscore-world 4 months ago
mix.lock Merge tag 'v3.9.2' into underscore-world 4 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.