Update sample config files #48

Merged
floatingghost merged 19 commits from norm/akkoma:config-files into develop 2022-07-06 18:50:02 +00:00
Contributor

Also includes:

  • Update Caddyfile to Caddy v2 (9b69ccb35b)
  • Adding /etc/akkoma/config.exs into the config search path. The old /etc/pleroma/config.exs path is kept for backwards compatibility.

Resolves #36

Also includes: - Update Caddyfile to Caddy v2 (https://git.pleroma.social/pleroma/pleroma/-/commit/9b69ccb35b8521efa58d40931b9a83266ad2f686) - Adding `/etc/akkoma/config.exs` into the config search path. The old `/etc/pleroma/config.exs` path is kept for backwards compatibility. Resolves https://akkoma.dev/AkkomaGang/akkoma/issues/36
norm added 16 commits 2022-07-05 11:12:37 +00:00
Author
Contributor

The config file path thing might not be correct so that may need to be corrected.

The config file path thing might not be correct so that may need to be corrected.
norm added 1 commit 2022-07-05 11:33:57 +00:00
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/release Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details
271e08fa48
Fix config path lookup
floatingghost reviewed 2022-07-06 18:33:02 +00:00
floatingghost left a comment
Owner

two little things but will be good to go after that

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

not your change, but typo here - `strictly`
Author
Contributor

done: 97657088e8

done: https://akkoma.dev/AkkomaGang/akkoma/commit/97657088e854bbf26ed5ba2eaf830be9f57fcef7
norm marked this conversation as resolved
@ -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

you can probably merge in the other change to remove this from the diff
norm marked this conversation as resolved
norm added 2 commits 2022-07-06 18:47:51 +00:00

thankthank

thankthank
floatingghost merged commit c0e6f30e4d into develop 2022-07-06 18:50:02 +00:00
Sign in to join this conversation.
No description provided.