diff options
author | feld <feld@feld.me> | 2019-05-11 01:34:17 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-05-11 01:34:17 +0000 |
commit | c953ae8c3d75beb55ba02b3bada864d019470b05 (patch) | |
tree | 0cb14ad1a42e791bee88868b5848312e2be48d73 /priv/static/adminfe/index.html | |
parent | 17d01869ea82e1b0ad4b78479cabe0637d04d1cf (diff) | |
download | pleroma-c953ae8c3d75beb55ba02b3bada864d019470b05.tar.gz pleroma-c953ae8c3d75beb55ba02b3bada864d019470b05.zip |
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.
Diffstat (limited to 'priv/static/adminfe/index.html')
-rw-r--r-- | priv/static/adminfe/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/priv/static/adminfe/index.html b/priv/static/adminfe/index.html new file mode 100644 index 000000000..44a58a44e --- /dev/null +++ b/priv/static/adminfe/index.html @@ -0,0 +1 @@ +<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=renderer content=webkit><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><title>Admin FE</title><link rel="shortcut icon" href=favicon.ico><link href=static/css/chunk-elementUI.4296cedf.css rel=stylesheet><link href=static/css/chunk-libs.bd17d456.css rel=stylesheet><link href=static/css/app.cea15678.css rel=stylesheet></head><body><script src=/pleroma/admin/static/tinymce4.7.5/tinymce.min.js></script><div id=app></div><script type=text/javascript src=static/js/runtime.7144b2cf.js></script><script type=text/javascript src=static/js/chunk-elementUI.d388c21d.js></script><script type=text/javascript src=static/js/chunk-libs.48e79a9e.js></script><script type=text/javascript src=static/js/app.25699e3d.js></script></body></html>
\ No newline at end of file |