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

Reviewed-on: #72
This commit is contained in:
floatingghost 2022-07-14 11:11:37 +00:00
commit bcdbbad037
1 changed files with 1 additions and 8 deletions

View File

@ -19,14 +19,7 @@ config :pleroma, :frontends,
admin: %{
"name" => "admin",
"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.