You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Sync Web Portal docs to README_zh.md and README_ar.md
- config.py: use <BASE_URL> placeholder instead of hardcoded http://host:9527
- Remove extra blank line in README.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README_ar.md
+31-11Lines changed: 31 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,21 +163,41 @@ ark new mma --from-pdf proposal.pdf
163
163
|`ark list`| سرد جميع المشاريع وحالتها |
164
164
|`ark webapp install`| تثبيت خدمة بوابة الويب |
165
165
166
+
---
167
+
168
+
## بوابة الويب
169
+
170
+
يتضمن ARK بوابة ويب لإدارة المشاريع وعرض الدرجات وتوجيه الوكلاء.
171
+
172
+
### الإعدادات
173
+
174
+
يتم تكوين تطبيق الويب عبر `webapp.env` الموجود في دليل إعدادات ARK (الافتراضي: `.ark/webapp.env` في جذر المشروع). يتم إنشاؤه تلقائيًا عند أول تشغيل لـ `ark webapp`.
175
+
176
+
#### المصادقة والوصول
177
+
-**SMTP**: مطلوب لتسجيل الدخول بالرابط السحري. عيّن `SMTP_HOST` و`SMTP_USER` و`SMTP_PASSWORD`.
178
+
-**تقييد الوصول**: استخدم `ALLOWED_EMAILS` (مستخدمون محددون) أو `EMAIL_DOMAINS` (مؤسسات كاملة).
0 commit comments