aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar LucasVerneyDGE <58298410+LucasVerneyDGE@users.noreply.github.com> 2020-07-23 11:26:11 +0200
committerGravatar GitHub <noreply@github.com> 2020-07-23 11:26:11 +0200
commit12d2baf64d3d6a1b95376460c7128a079dd1bac6 (patch)
tree483b5603d32e1697f6970fa8eb59a033e5142877 /docs
parent399ce395795c2c0d7ada796f097eca646f269716 (diff)
Update doc about default configuration (#3124)
See https://github.com/FreshRSS/FreshRSS/issues/3066
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/03_Installation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/admins/03_Installation.md b/docs/en/admins/03_Installation.md
index e999a69ad..5efd0871f 100644
--- a/docs/en/admins/03_Installation.md
+++ b/docs/en/admins/03_Installation.md
@@ -16,6 +16,8 @@ Before you begin, make sure that you've read the [prerequisites](02_Prerequisite
6. Using your supported web browser of choice, navigate to the address you've installed your server to complete the installation from the GUI.[^3]
+7. You can then customize [the configuration of your instance](https://github.com/FreshRSS/FreshRSS/blob/master/config.default.php#L3-L4), [the default configuration for new users](https://github.com/FreshRSS/FreshRSS/blob/master/config-user.default.php#L3-L5) or [the default set of feeds for new users](https://github.com/FreshRSS/FreshRSS/blob/master/opml.default.xml#L2-L5).
+
[^1]: Make sure to expose only the `./p/` folder to the Web, as the other directories contain personal and sensitive data.
[^2]: If you wish to allow updates from the web interface, also give group write permissions to this folder.