minor-changes #313

Merged
floatingghost merged 4 commits from :minor-changes into develop 2022-11-26 19:27:58 +00:00
First-time contributor

Only real change here is making MRF rejects log as debug instead of info (#234)

I don't know if it's the best way to do it, but it seems it's just MRF using this and almost always this is intended.

The rest are just minor docs changes and syncing the restricted nicknames stuff.

I compiled and ran my changes with Docker and they all work.

Only real change here is making MRF rejects log as debug instead of info (https://akkoma.dev/AkkomaGang/akkoma/issues/234) I don't know if it's the best way to do it, but it seems it's just MRF using this and almost always this is intended. The rest are just minor docs changes and syncing the restricted nicknames stuff. I compiled and ran my changes with Docker and they all work.
floatingghost reviewed 2022-11-26 18:15:11 +00:00
@ -512,6 +512,7 @@ config :pleroma, Pleroma.User,
"~",
"about",
"activities",
"akkoma",

we probably don't need to restrict this - this setting is only there to prevent path-matching issues - but i don't think anything except swagger is served at /akkoma/* (i run a user called akkoma and it seems fine anyhow)

we probably don't need to restrict this - this setting is only there to prevent path-matching issues - but i don't think anything except swagger is served at `/akkoma/*` (i run a user called akkoma and it seems fine anyhow)
Author
First-time contributor

I'll just drop that commit then. I wasn't aware there was an actual technical reason behind adding pleroma, so if akkoma is fine then this isn't needed.

I'll just drop that commit then. I wasn't aware there was an actual technical reason behind adding `pleroma`, so if `akkoma` is fine then this isn't needed.
floatingghost reviewed 2022-11-26 18:16:01 +00:00
floatingghost left a comment
Owner

probably no need to restrict the nicks, but otherwise ok

will wait on the typo then this should be ok

probably no need to restrict the nicks, but otherwise ok will wait on the typo then this should be ok
@ -52,3 +52,3 @@
This will ask you a few questions - the defaults are fine for most things,
the database hostname is `db`, and you will want to set the ip to `0.0.0.0`.
the database hostname is `db`, the database passowrd is `akkoma`

typo here, password

typo here, `password`
Ghost marked this conversation as resolved
Ghost force-pushed minor-changes from 7c9f4917ef to 580afed663 2022-11-26 18:59:19 +00:00 Compare
Author
First-time contributor

Modified commits as needed

Modified commits as needed

thanks, that all looks ok

thanks, that all looks ok
floatingghost merged commit 565ead8397 into develop 2022-11-26 19:27:58 +00:00
floatingghost deleted branch minor-changes 2022-11-26 19:27:59 +00:00
floatingghost referenced this issue from a commit 2022-11-26 19:27:59 +00:00
rat referenced this issue from a commit 2024-02-25 20:33:30 +00:00
Sign in to join this conversation.
No description provided.