Update Alpine install guide #49

Merged
floatingghost merged 11 commits from norm/akkoma:alpine-docs-update into develop 2022-07-07 18:17:32 +00:00
Showing only changes of commit 61da001e7b - Show all commits

View file

@ -59,8 +59,8 @@ def copy_files(%{path: target_path} = release) do
def copy_nginx_config(%{path: target_path} = release) do
File.cp!(
"./installation/pleroma.nginx",
Path.join([target_path, "installation", "pleroma.nginx"])
"./installation/nginx/akkoma.nginx",
Path.join([target_path, "installation", "akkoma.nginx"])
)
release
@ -348,6 +348,9 @@ defp add_copyright(_) do
# Pleroma: A lightweight social networking server
# Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
# Akkoma: The cooler pleroma
# Copyright © 2022-#{year} Akkoma Authors <https://akkoma.dev/>
# SPDX-License-Identifier: AGPL-3.0-only
] |> String.replace("\n", "\\n")