remove the docs for stuff i didn't do
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
This commit is contained in:
parent
7ecc10b097
commit
d0366705d8
1 changed files with 1 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue