comparison mod_nodeinfo2/README.markdown @ 3792:aec772bbd558

mod_nodeinfo2: Only expose amount of accounts if nodeinfo2_expose_users isn’t set to false
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 30 Dec 2019 22:44:12 +0100
parents e3b673df3906
children 63d8072dc864
comparison
equal deleted inserted replaced
3791:34a8f9f996ec 3792:aec772bbd558
20 "nodeinfo2" 20 "nodeinfo2"
21 ... 21 ...
22 } 22 }
23 ``` 23 ```
24 24
25 Set the `nodeinfo2_expose_users` option to false if you don’t want to expose
26 statistics about the amount of users you host:
27 ```
28 nodeinfo2_expose_users = false
29 ```
30
25 Set the `nodeinfo2_expose_posts` option to false if you don’t want to expose 31 Set the `nodeinfo2_expose_posts` option to false if you don’t want to expose
26 statistics about the amount of messages being exchanged by your users: 32 statistics about the amount of messages being exchanged by your users:
27 ``` 33 ```
28 nodeinfo2_expose_posts = false 34 nodeinfo2_expose_posts = false
29 ``` 35 ```