Merge pull request 'remove the docs for stuff i didn't do' (#72) from remove-weird-frontend into develop
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/release Pipeline failed

Reviewed-on: #72
This commit is contained in:
floatingghost 2022-07-14 11:11:37 +00:00
commit bcdbbad037

View file

@ -19,14 +19,7 @@ config :pleroma, :frontends,
admin: %{ admin: %{
"name" => "admin", "name" => "admin",
"ref" => "develop" "ref" => "develop"
}, }
dwarves: %{
"name" => "diggydiggy",
"ref" => "hole"
},
extra: [
%{"subdomain" => "dwarves", "key" => :dwarves}
]
``` ```
This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit. This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit.