Browse Source

agate: add Farsi translation (#13291)

Mohammad Reza Soleimani 7 months ago
parent
commit
5aa7f35d98
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages.fa/common/agate.md

+ 16 - 0
pages.fa/common/agate.md

@@ -0,0 +1,16 @@
+# agate
+
+> یک سرور ساده برای پروتوکل شبکه Gemini.
+> اطلاعات بیشتر: <https://github.com/mbrubeck/agate>.
+
+- اجرا و ساخت یک کلید خصوصی و مجوز:
+
+`agate --content {{path/to/content/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}`
+
+- اجرا کردن سرور:
+
+`agate {{path/to/file}}`
+
+- نمایش راهنما:
+
+`agate -h`