summaryrefslogtreecommitdiff
path: root/doc/it
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/it
parent5768b2060c0ddb8aa54d694eb7e857c00342e136 (diff)
downloadweechat-7cd5d76a9f0d61044d28983cf60f283ad5cfa9b5.zip
doc: add a question about configuration sharing in FAQ
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc
index 11e517e7b..a6a3c1761 100644
--- a/doc/it/weechat_faq.it.adoc
+++ b/doc/it/weechat_faq.it.adoc
@@ -1039,6 +1039,20 @@ For example:
/set irc.server.freenode.sasl_password "${sec.data.freenode_password}"
----
+// TRANSLATION MISSING
+[[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.it.html#files_and_directories[User's guide / Files and directories]
+for more information about configuration files.
+
[[development]]
== Sviluppo