summaryrefslogtreecommitdiff
path: root/doc/it/weechat_faq.it.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/weechat_faq.it.adoc')
-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