Update sample config files #48
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#48
Loading…
Reference in a new issue
No description provided.
Delete branch "norm/akkoma:config-files"
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?
Also includes:
9b69ccb35b
)/etc/akkoma/config.exs
into the config search path. The old/etc/pleroma/config.exs
path is kept for backwards compatibility.Resolves #36
The config file path thing might not be correct so that may need to be corrected.
two little things but will be good to go after that
@ -26,3 +26,3 @@
# Append a bunch of headers
match request header append "X-Forwarded-For" value "$REMOTE_ADDR" # This two header and the next one are not strictl required by pleroma but adding them won't hurt
match request header append "X-Forwarded-For" value "$REMOTE_ADDR" # This two header and the next one are not strictl required by akkoma but adding them won't hurt
not your change, but typo here -
strictly
done:
97657088e8
@ -13,3 +13,3 @@
config_path =
opts[:config_path] || System.get_env("PLEROMA_CONFIG_PATH") || "/etc/pleroma/config.exs"
cond do
you can probably merge in the other change to remove this from the diff
thankthank