Initial bundle of basic AdminFE

Due to CSP headers we only allow connecting to self. If you want to
host AdminFE on a separate domain without CSP headers you will be able
to connect to any public Pleroma host.
This commit is contained in:
feld 2019-05-11 01:34:17 +00:00 committed by Haelwenn
commit c953ae8c3d
63 changed files with 806 additions and 1 deletions

View file

@ -113,7 +113,8 @@ defmodule Pleroma.Mixfile do
{:recon, github: "ferd/recon", tag: "2.4.0"},
{:quack, "~> 0.1.1"},
{:benchee, "~> 1.0"},
{:esshd, "~> 0.1.0"}
{:esshd, "~> 0.1.0"},
{:plug_static_index_html, "~> 1.0.0"}
] ++ oauth_deps
end