Include pl-fe in available frontends
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9330d30240
commit
327671a906
2 changed files with 8 additions and 0 deletions
|
@ -776,6 +776,13 @@
|
|||
|
||||
config :pleroma, :frontends,
|
||||
available: %{
|
||||
"pl-fe" => %{
|
||||
"name" => "pl-fe",
|
||||
"git" => "https://github.com/mkljczk/pl-fe",
|
||||
"build_url" => "https://pl.mkljczk.pl/pl-fe.zip",
|
||||
"ref" => "develop",
|
||||
"build_dir" => "."
|
||||
},
|
||||
"kenoma" => %{
|
||||
"name" => "kenoma",
|
||||
"git" => "https://git.pleroma.social/lambadalambda/kenoma",
|
||||
|
|
|
@ -20,6 +20,7 @@ You can give all the options directly on the command line, but missing informati
|
|||
|
||||
Currently, known `<frontend>` values are:
|
||||
|
||||
- [pl-fe](https://github.com/mkljczk/pl-fe)
|
||||
- [admin-fe](https://git.pleroma.social/pleroma/admin-fe)
|
||||
- [kenoma](http://git.pleroma.social/lambadalambda/kenoma)
|
||||
- [pleroma-fe](http://git.pleroma.social/pleroma/pleroma-fe)
|
||||
|
|
Loading…
Reference in a new issue