diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-04 07:55:47 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-04 07:55:47 +0100 |
commit | 7cd5d76a9f0d61044d28983cf60f283ad5cfa9b5 (patch) | |
tree | 17bdbb274bb24d71ef930b3f3bd7e6682c5c2a1e /doc/de | |
parent | 5768b2060c0ddb8aa54d694eb7e857c00342e136 (diff) | |
download | weechat-7cd5d76a9f0d61044d28983cf60f283ad5cfa9b5.zip |
doc: add a question about configuration sharing in FAQ
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index d1518013f..bfc84e213 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -1021,6 +1021,20 @@ Beispiel: /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.de.html#files_and_directories[User's guide / Files and directories] +for more information about configuration files. + [[development]] == Entwicklung |