Cheatsheet: Add more info.

This commit is contained in:
lain 2020-07-28 17:48:35 +02:00
parent 08732e8a03
commit 393128fb02

View file

@ -1065,4 +1065,4 @@ config :pleroma, :frontends,
}
```
This would serve frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself.
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.