Fix config path lookup #139
No reviewers
Labels
No labels
approved, awaiting change
broken setup
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!139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "norm/akkoma:fix/config-path"
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?
While I was attempting to set up an Akkoma instance using the OTP build,
I noticed that it was falling back to using
/etc/pleromainstead of/etc/akkomafor the config path.As the
config.exsfile doesn't exist prior to runningpleroma_ctl instance gen, it tries to write to/etc/pleroma/config.exsbut the directory doesn't exist when followingthe OTP install guide, so the config generation fails.
This patch should hopefully fix that.
that should be gud, thanks