diff --git a/build.sh b/build.sh index 85f1bd5e4f..e433ffdf8a 100755 --- a/build.sh +++ b/build.sh @@ -11,3 +11,4 @@ cp dist/index.html "${TARGET}/instance/static/index.html" rsync --delete -ra dist/static/ "${TARGET}/instance/static/static" rsync --delete -ra images/ "${TARGET}/instance/static/images" rsync --delete -ra sounds/ "${TARGET}/instance/static/sounds" +rsync --delete -ra instance/ "${TARGET}/instance/static/instance" diff --git a/instance/panel.html b/instance/panel.html new file mode 100644 index 0000000000..496f630d6f --- /dev/null +++ b/instance/panel.html @@ -0,0 +1,36 @@ +
+

Welcome to the H.M.S. Neckbeard running on Pleroma!

+

+ + + + + + + + + + + + + + + + + + + + +
Useful info and services
Pleroma FEglitch-soc/Mastodon FE
Rules & InfoDMCA
NetdataTor/onion service
Neckbeard Sounds
+

+ +
+ diff --git a/instance/thumbnail.jpeg b/instance/thumbnail.jpeg new file mode 100644 index 0000000000..3f3e0e1490 Binary files /dev/null and b/instance/thumbnail.jpeg differ