Browse Source

README: Mention REST API and web interface better

tags/v0.5.0
Daniel Oaks 7 years ago
parent
commit
94c2a661c3
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      README.md

+ 3
- 1
README.md View File

@@ -32,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). For the purpo
32 32
 * passwords stored with [bcrypt](https://godoc.org/golang.org/x/crypto) (client account passwords also salted)
33 33
 * [IRCv3 support](http://ircv3.net/software/servers.html)
34 34
 * a heavy focus on developing with [specifications](http://oragono.io/specs.html)
35
-* integrated REST API and web interface
35
+* integrated (alpha) REST API and web interface
36 36
 
37 37
 ## Installation
38 38
 
@@ -65,6 +65,8 @@ oragono run
65 65
 
66 66
 Oragono also includes a web interface, which works with the REST API to provide a way to manage user accounts and bans.
67 67
 
68
+This interface is an early alpha, is in no way secure and will not be in a final release for a while. Requires the alpha REST API to be enabled (check your server config to enable that if you really want to).
69
+
68 70
 ## Installation
69 71
 
70 72
 ```sh

Loading…
Cancel
Save