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.
 
 

260 lines
8.8 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-16 12:05+0900\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.16.0\n"
  22. #: ../../../docs/prerequisites.md:1
  23. msgid "Prerequisites"
  24. msgstr ""
  25. #: ../../../docs/prerequisites.md:3
  26. msgid ""
  27. "<sup>Prerequisites > [Configuring your DNS settings](configuring-dns.md) "
  28. "> [Getting the playbook](getting-the-playbook.md) > [Configuring the "
  29. "playbook](configuring-playbook.md) > [Installing](installing.md)</sup>"
  30. msgstr ""
  31. #: ../../../docs/prerequisites.md:5
  32. msgid ""
  33. "To install Matrix services using this Ansible playbook, you need to "
  34. "prepare several requirements both on your local computer (where you will "
  35. "run the playbook to configure the server) and the server (where the "
  36. "playbook will install the Matrix services for you). **These requirements "
  37. "need to be set up manually** before proceeding to the next step."
  38. msgstr ""
  39. #: ../../../docs/prerequisites.md:7
  40. msgid ""
  41. "We will be using `example.com` as the domain in the following "
  42. "instruction. Please remember to replace it with your own domain before "
  43. "running any commands."
  44. msgstr ""
  45. #: ../../../docs/prerequisites.md:9
  46. msgid ""
  47. "**Note**: if you do not have an existing Matrix server and want to start "
  48. "quickly with \"opinionated defaults\", we suggest you to follow ⚡ "
  49. "**[Quick start](quick-start.md)** installation guide."
  50. msgstr ""
  51. #: ../../../docs/prerequisites.md:11
  52. msgid "Your local computer"
  53. msgstr ""
  54. #: ../../../docs/prerequisites.md:13
  55. msgid ""
  56. "[Ansible](http://ansible.com/) program. It's used to run this playbook "
  57. "and configures your server for you. Take a look at [our guide about "
  58. "Ansible](ansible.md) for more information, as well as [version "
  59. "requirements](ansible.md#supported-ansible-versions) and alternative ways"
  60. " to run Ansible."
  61. msgstr ""
  62. #: ../../../docs/prerequisites.md:15
  63. msgid ""
  64. "[passlib](https://passlib.readthedocs.io/en/stable/index.html) Python "
  65. "library. See [this official "
  66. "documentation](https://passlib.readthedocs.io/en/stable/install.html"
  67. "#installation-instructions) for an instruction to install it. On most "
  68. "distros, you need to install some `python-passlib` or `py3-passlib` "
  69. "package, etc."
  70. msgstr ""
  71. #: ../../../docs/prerequisites.md:17
  72. msgid ""
  73. "[`git`](https://git-scm.com/) as the recommended way to download the "
  74. "playbook. `git` may also be required on the server if you will be [self-"
  75. "building](self-building.md) components."
  76. msgstr ""
  77. #: ../../../docs/prerequisites.md:19
  78. msgid ""
  79. "[`just`](https://github.com/casey/just) for running `just roles`, `just "
  80. "update`, etc. (see [`justfile`](../justfile)), although you can also run "
  81. "these commands manually. Take at look at this documentation for more "
  82. "information: [Running `just` commands](just.md)."
  83. msgstr ""
  84. #: ../../../docs/prerequisites.md:21
  85. msgid ""
  86. "Strong password (random strings) generator. The playbook often requires "
  87. "you to create a strong password and use it for settings on `vars.yml`, "
  88. "components, etc. As any tools should be fine, this playbook has adopted "
  89. "[`pwgen`](https://linux.die.net/man/1/pwgen) (running `pwgen -s 64 1`). "
  90. "[Password Tech](https://pwgen-win.sourceforge.io/), formerly known as "
  91. "\"PWGen for Windows\", is available as free and open source password "
  92. "generator for Windows. Generally, using a random generator available on "
  93. "the internet is not recommended."
  94. msgstr ""
  95. #: ../../../docs/prerequisites.md:23
  96. msgid "Server"
  97. msgstr ""
  98. #: ../../../docs/prerequisites.md:25
  99. msgid ""
  100. "(Recommended) An **x86** server ([What kind of server specs do I "
  101. "need?](faq.md#what-kind-of-server-specs-do-i-need)) running one of these "
  102. "operating systems that make use of [systemd](https://systemd.io/):"
  103. msgstr ""
  104. #: ../../../docs/prerequisites.md:26
  105. msgid "**Archlinux**"
  106. msgstr ""
  107. #: ../../../docs/prerequisites.md:27
  108. msgid ""
  109. "**CentOS**, **Rocky Linux**, **AlmaLinux**, or possibly other RHEL "
  110. "alternatives (although your mileage may vary)"
  111. msgstr ""
  112. #: ../../../docs/prerequisites.md:28
  113. msgid "**Debian** (10/Buster or newer)"
  114. msgstr ""
  115. #: ../../../docs/prerequisites.md:29
  116. msgid ""
  117. "**Ubuntu** (18.04 or newer, although [20.04 may be "
  118. "problematic](ansible.md#supported-ansible-versions) if you run the "
  119. "Ansible playbook on it)"
  120. msgstr ""
  121. #: ../../../docs/prerequisites.md:31
  122. msgid ""
  123. "Generally, newer is better. We only strive to support released stable "
  124. "versions of distributions, not betas or pre-releases. This playbook can "
  125. "take over your whole server or co-exist with other services that you have"
  126. " there."
  127. msgstr ""
  128. #: ../../../docs/prerequisites.md:33
  129. msgid ""
  130. "This playbook somewhat supports running on non-`amd64` architectures like"
  131. " ARM. See [Alternative Architectures](alternative-architectures.md)."
  132. msgstr ""
  133. #: ../../../docs/prerequisites.md:35
  134. msgid ""
  135. "If your distro runs within an [LXC "
  136. "container](https://linuxcontainers.org/), you may hit [this "
  137. "issue](https://github.com/spantaleev/matrix-docker-ansible-"
  138. "deploy/issues/703). It can be worked around, if absolutely necessary, but"
  139. " we suggest that you avoid running from within an LXC container."
  140. msgstr ""
  141. #: ../../../docs/prerequisites.md:37
  142. msgid ""
  143. "`root` access to your server (or a user capable of elevating to `root` "
  144. "via `sudo`)."
  145. msgstr ""
  146. #: ../../../docs/prerequisites.md:39
  147. msgid ""
  148. "[Python](https://www.python.org/). Most distributions install Python by "
  149. "default, but some don't (e.g. Ubuntu 18.04) and require manual "
  150. "installation (something like `apt-get install python3`). On some distros,"
  151. " Ansible may incorrectly [detect the Python "
  152. "version](https://docs.ansible.com/ansible/latest/reference_appendices/interpreter_discovery.html)"
  153. " (2 vs 3) and you may need to explicitly specify the interpreter path in "
  154. "`inventory/hosts` during installation (e.g. "
  155. "`ansible_python_interpreter=/usr/bin/python3`)"
  156. msgstr ""
  157. #: ../../../docs/prerequisites.md:41
  158. msgid ""
  159. "[sudo](https://www.sudo.ws/), even when you've configured Ansible to log "
  160. "in as `root`. Some distributions, like a minimal Debian net install, do "
  161. "not include the `sudo` package by default."
  162. msgstr ""
  163. #: ../../../docs/prerequisites.md:43
  164. msgid ""
  165. "An HTTPS-capable web server at the base domain name (`example.com`) which"
  166. " is capable of serving static files. Unless you decide to [Serve the base"
  167. " domain from the Matrix server](configuring-playbook-base-domain-"
  168. "serving.md) or alternatively, to use DNS SRV records for [Server "
  169. "Delegation](howto-server-delegation.md)."
  170. msgstr ""
  171. #: ../../../docs/prerequisites.md:45
  172. msgid ""
  173. "Properly configured DNS records for `example.com` (details in "
  174. "[Configuring DNS](configuring-dns.md))."
  175. msgstr ""
  176. #: ../../../docs/prerequisites.md:47
  177. msgid ""
  178. "Some TCP/UDP ports open. This playbook (actually [Docker "
  179. "itself](https://docs.docker.com/network/iptables/)) configures the "
  180. "server's internal firewall for you. In most cases, you don't need to do "
  181. "anything special. But **if your server is running behind another "
  182. "firewall**, you'd need to open these ports:"
  183. msgstr ""
  184. #: ../../../docs/prerequisites.md:49
  185. msgid "`80/tcp`: HTTP webserver"
  186. msgstr ""
  187. #: ../../../docs/prerequisites.md:50
  188. msgid "`443/tcp` and `443/udp`: HTTPS webserver"
  189. msgstr ""
  190. #: ../../../docs/prerequisites.md:51
  191. msgid "`3478/tcp`: TURN over TCP (used by Coturn)"
  192. msgstr ""
  193. #: ../../../docs/prerequisites.md:52
  194. msgid "`3478/udp`: TURN over UDP (used by Coturn)"
  195. msgstr ""
  196. #: ../../../docs/prerequisites.md:53
  197. msgid "`5349/tcp`: TURN over TCP (used by Coturn)"
  198. msgstr ""
  199. #: ../../../docs/prerequisites.md:54
  200. msgid "`5349/udp`: TURN over UDP (used by Coturn)"
  201. msgstr ""
  202. #: ../../../docs/prerequisites.md:55
  203. msgid ""
  204. "`8448/tcp` and `8448/udp`: Matrix Federation API HTTPS webserver. In some"
  205. " cases, this **may necessary even with federation disabled**. Integration"
  206. " Servers (like Dimension) and Identity Servers (like ma1sd) may need to "
  207. "access `openid` APIs on the federation port."
  208. msgstr ""
  209. #: ../../../docs/prerequisites.md:56
  210. msgid "the range `49152-49172/udp`: TURN over UDP"
  211. msgstr ""
  212. #: ../../../docs/prerequisites.md:57
  213. msgid ""
  214. "potentially some other ports, depending on the additional (non-default) "
  215. "services that you enable in the **configuring the playbook** step (later "
  216. "on). Consult each service's documentation page in `docs/` for that."
  217. msgstr ""
  218. #: ../../../docs/prerequisites.md:61
  219. msgid ""
  220. "[▶️](configuring-dns.md) When ready to proceed, continue with "
  221. "[Configuring DNS](configuring-dns.md)."
  222. msgstr ""