summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-03-04 07:55:47 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-03-04 07:55:47 +0100
commit7cd5d76a9f0d61044d28983cf60f283ad5cfa9b5 (patch)
tree17bdbb274bb24d71ef930b3f3bd7e6682c5c2a1e /doc/en
parent5768b2060c0ddb8aa54d694eb7e857c00342e136 (diff)
downloadweechat-7cd5d76a9f0d61044d28983cf60f283ad5cfa9b5.zip
doc: add a question about configuration sharing in FAQ
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_faq.en.adoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc
index 09cc35a69..ed8aefbe4 100644
--- a/doc/en/weechat_faq.en.adoc
+++ b/doc/en/weechat_faq.en.adoc
@@ -966,6 +966,19 @@ For example:
/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
----
+[[sharing_config_files]]
+=== I want to share my WeeChat configuration, what files should I share and what should I keep private?
+
+You can share files _~/.weechat/*.conf_ except the file _sec.conf_ which
+contains your passwords ciphered with your passphrase.
+
+Some other files like _irc.conf_ may contain sensitive info like passwords
+for servers/channels (if they are not stored in _sec.conf_ with the `/secure`
+command).
+
+See the link:weechat_user.en.html#files_and_directories[User's guide / Files and directories]
+for more information about configuration files.
+
[[development]]
== Development