summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-04-07 16:35:55 +0200
committerlain <lain@soykaf.club>2018-04-07 16:35:55 +0200
commita9203ab363fdedcf69c3f299063345e26b836a05 (patch)
tree45a54a9a90a293cbad30c389d80970a585f42deb /README.md
parent60f92e406ce1b270f40e4de0a445536cd02e1973 (diff)
Update Readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d909e776..a6bc5000e 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,9 @@ No release has been made yet, but several servers have been online for months al
By default, it listens on port 4000 (TCP), so you can access it on http://localhost:4000/ (if you are on the same machine). In case of an error it will restart automatically.
+### Frontends
+Pleroma comes with two frontends. The first one, Pleroma FE, can be reached by normally visiting the site. The other one, based on the Mastodon project, can be found by visiting the /web path of your site.
+
### As systemd service (with provided .service file)
Running `service pleroma start`
Logs can be watched by using `journalctl -fu pleroma.service`
@@ -72,3 +75,9 @@ Run `mix generate_password_reset username` to generate a password reset link tha
You can make users moderators. They will then be able to delete any post.
Run `mix set_moderator username [true|false]` to make user a moderator or not.
+
+## Troubleshooting
+
+### No incoming federation
+
+Check that you correctly forward the "host" header to backend. It is needed to validate signatures.