Update sample config files #48
No reviewers
Labels
No labels
approved, awaiting change
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our 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…
Add table
Add a link
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:
pleroma/-@9b69ccb35b)/etc/akkoma/config.exsinto the config search path. The old/etc/pleroma/config.exspath 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 headersmatch 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 hurtmatch 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 hurtnot your change, but typo here -
strictlydone:
AkkomaGang/akkoma@97657088e8@ -13,3 +13,3 @@config_path =opts[:config_path] || System.get_env("PLEROMA_CONFIG_PATH") || "/etc/pleroma/config.exs"cond doyou can probably merge in the other change to remove this from the diff
thankthank