• Joined on 2022-12-06
paulyd created pull request AkkomaGang/akkoma#821 2024-07-18 02:15:22 +00:00
Add short_description to mastodon v1 instance api response.
paulyd pushed to add_short_description_to_masto_api at paulyd/akkoma 2024-07-18 01:56:23 +00:00
312ce5a1bf Add short_description to mastodon v1 instance api response.
paulyd created branch add_short_description_to_masto_api in paulyd/akkoma 2024-07-18 01:53:46 +00:00
paulyd pushed to add_short_description_to_masto_api at paulyd/akkoma 2024-07-18 01:53:46 +00:00
87feb78960 Add short_description to mastodon v1 instance api response.
3ff0f46b9f Merge pull request 'Docs: Improve backup restore + fix warnings' (#554) from ilja/akkoma:docs_db_create_in_separate_commands into develop
4f0cb61782 Merge pull request 'Move prune changelog entries to correct version' (#808) from norm/akkoma:prune-changelog into develop
5fdb5d69d2 Merge pull request 'Update Caddyfile' (#809) from norm/akkoma:caddyfile-update into develop
f66135ed08 Merge pull request 'Avoid accumulation of stale data in websockets' (#806) from Oneric/akkoma:websocket_fullsweep into develop
Compare 10 commits »
paulyd commented on issue AkkomaGang/akkoma#736 2024-04-12 12:49:03 +00:00
[bug] Akkoma getting OOM killed

I have also seen this on GenServer Social, but I am never around when it starts so I am not sure what triggers it yet, I figured it was just a "me issue" so never prioritized digging in.

It…

paulyd commented on issue AkkomaGang/akkoma#445 2023-01-25 14:15:47 +00:00
[bug] ./bin/pleroma daemon results sed error

I think this is related to this issue in Elixir which was fixed last week:

https://github.com/elixir-lang/elixir/issues/12345

and only recent upgrade of busybox, which became stricter…

paulyd created pull request AkkomaGang/akkoma#376 2022-12-16 14:11:03 +00:00
Remove legacy references to FE that is not officially supported
paulyd created branch remove-legacy-fe-reference in paulyd/akkoma 2022-12-16 14:08:28 +00:00
paulyd pushed to remove-legacy-fe-reference at paulyd/akkoma 2022-12-16 14:08:28 +00:00
eb9ef59d50 Remove legacy references to FE that is not officially supported
paulyd created repository paulyd/akkoma 2022-12-16 13:56:36 +00:00
paulyd commented on issue AkkomaGang/akkoma#344 2022-12-06 15:01:39 +00:00
Log spam: "Authenticity is not established by certificate path validation"

I am not sure if this applies to @SuperDicq's case but:

I am able to reproduce this by using the pleroma_ctl email test --to=... utility using the SMTP email adapter and ssl: true

paulyd commented on issue AkkomaGang/akkoma#344 2022-12-06 00:55:40 +00:00
Log spam: "Authenticity is not established by certificate path validation"

I also see this error about 3-4 times per hour using the OTP release deployment method (I migrated from Pleroma to Akkoma).

I have no special settings under pleroma/http/tesla, and am on Debian…