Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

130 lines
5.9 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-02-13 10:32+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-dynamic-dns.md:22
  19. msgid "Setting up Dynamic DNS (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-dynamic-dns.md:24
  22. msgid "The playbook can configure Dynamic DNS with [ddclient⁠](https://github.com/ddclient/ddclient) for you. It is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-dynamic-dns.md:26
  25. msgid "Most cloud providers / ISPs will charge you extra for a static IP address. If you're not hosting a highly reliable homeserver you can workaround this via dynamic DNS."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-dynamic-dns.md:28
  28. msgid "For details about configuring the [Ansible role for ddclient](https://github.com/mother-of-all-self-hosting/ansible-role-ddclient), you can check them via:"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-dynamic-dns.md:29
  31. msgid "🌐 [the role's documentation](https://github.com/mother-of-all-self-hosting/ansible-role-ddclient/blob/main/docs/configuring-ddclient.md) online"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-dynamic-dns.md:30
  34. msgid "📁 `roles/galaxy/ddclient/docs/configuring-ddclient.md` locally, if you have [fetched the Ansible roles](../installing.md)"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-dynamic-dns.md:32
  37. msgid "Prerequisite"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-dynamic-dns.md:34
  40. msgid "You'll need to authenticate with your DNS provider somehow, in most cases this is simply a username and password but can differ from provider to provider. Please consult with your providers documentation and the upstream [ddclient documentation](https://github.com/ddclient/ddclient/blob/main/ddclient.conf.in) to determine what you'll need to provide to authenticate."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-dynamic-dns.md:36
  43. msgid "Adjusting the playbook configuration"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-dynamic-dns.md:38
  46. msgid "To enable dynamic DNS, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-dynamic-dns.md:51
  49. msgid "Keep in mind that certain providers may require a different configuration of the `ddclient_domain_configurations` variable, for provider specific examples see the [upstream documentation](https://github.com/ddclient/ddclient/blob/main/ddclient.conf.in)."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-dynamic-dns.md:53
  52. msgid "Configuring the endpoint to obtain IP address (optional)"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-dynamic-dns.md:55
  55. msgid "The playbook sets the default endpoint for obtaining the IP address to `https://cloudflare.com/cdn-cgi/trace`. You can replace it by specifying yours to `ddclient_web` and `ddclient_web_skip` if necessary."
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-dynamic-dns.md:57
  58. msgid "Refer to [this section](https://github.com/mother-of-all-self-hosting/ansible-role-ddclient/blob/main/docs/configuring-ddclient.md#setting-the-endpoint-to-obtain-ip-address-optional) for more information."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-dynamic-dns.md:59
  61. msgid "Extending the configuration"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-dynamic-dns.md:61
  64. msgid "There are some additional things you may wish to configure about the component."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-dynamic-dns.md:63
  67. msgid "Take a look at:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-dynamic-dns.md:65
  70. msgid "`roles/galaxy/ddclient/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-dynamic-dns.md:67
  73. msgid "Installing"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-dynamic-dns.md:69
  76. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-dynamic-dns.md:76
  79. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-dynamic-dns.md:78
  82. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-dynamic-dns.md:80
  85. msgid "Additional Reading"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-dynamic-dns.md:82
  88. msgid "Additional resources:"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-dynamic-dns.md:84
  91. msgid "https://matrix.org/docs/guides/free-small-matrix-server"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-dynamic-dns.md:85
  94. msgid "https://github.com/linuxserver/docker-ddclient"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-dynamic-dns.md:87
  97. msgid "Troubleshooting"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-dynamic-dns.md:89
  100. msgid "See [this section](https://github.com/mother-of-all-self-hosting/ansible-role-ddclient/blob/main/docs/configuring-ddclient.md#troubleshooting) on the role's documentation for details."
  101. msgstr ""