From 0ae0310f5f678826b0551eb31c0e42df5ec0b9ec Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 22 Jan 2020 21:00:14 +0100 Subject: [PATCH] Tweak the README --- README.md | 8 ++------ docs/head.html | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 docs/head.html diff --git a/README.md b/README.md index 849ec7d..6abe066 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ **Still in early development/I do not recommend to run an instance yet.** + + ## Features - Implements a basic [ActivityPub](https://activitypub.rocks/) server (with federation) @@ -90,12 +92,6 @@ By default, the server will listen on `localhost:5005` (http://localhost:5005 sh For production, you need to setup a reverse proxy (nginx, caddy) to forward your domain to the local server (and check [certbot](https://certbot.eff.org/) for getting a free TLS certificate). - -### HTTP API - -See [docs/api.md](docs/api.md) for the internal HTTP API documentation. - - ### Backup The easiest way to backup all of your data is to backup the `microblog.pub/` directory directly (that's what I do and I have been able to restore super easily). diff --git a/docs/head.html b/docs/head.html new file mode 100644 index 0000000..86fc9c4 --- /dev/null +++ b/docs/head.html @@ -0,0 +1,18 @@ +