diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 3 | ||||
| -rw-r--r-- | static/terms-of-service.html | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json index 3b6d56c4..195ee046 100644 --- a/static/config.json +++ b/static/config.json @@ -2,5 +2,6 @@ "name": "Pleroma FE", "theme": "base16-pleroma-dark.css", "background": "/static/bg.jpg", - "logo": "/static/logo.png" + "logo": "/static/logo.png", + "registrationOpen": false } diff --git a/static/terms-of-service.html b/static/terms-of-service.html new file mode 100644 index 00000000..c02cb719 --- /dev/null +++ b/static/terms-of-service.html @@ -0,0 +1,7 @@ +<h4>Terms of Service</h4> + +<p>This is a placeholder ToS.</p> + +<p>Edit <code>"/static/terms-of-service.html"</code> to make it fit the needs of your instance.</p> +<br> +<img src="/static/logo.png"/ style="display: block; margin: auto;"> |
