minor-changes #313
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#313
Loading…
Reference in a new issue
No description provided.
Delete branch ":minor-changes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@ -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)I'll just drop that commit then. I wasn't aware there was an actual technical reason behind adding
pleroma
, so ifakkoma
is fine then this isn't needed.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
7c9f4917ef
to580afed663
Modified commits as needed
thanks, that all looks ok