الحصول على خطأ في بناء جملة YAML أثناء إضافة الإضافات

مرحبًا،
أحاول تثبيت الإضافات
باستخدام هذا الكود

## تذهب الإضافات هنا
## راجع https://meta.discourse.org/t/19157 للتفاصيل
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/JoeSey/reply-by-email-TL.git
          - git clone https://github.com/procourse/procourse-static-pages.git
          - git clone https://github.com/sudaraka94/preventing-malicious-linking-plugin.git
          - git clone https://github.com/discourse/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-voting.git
          - git clone https://github.com/synweap15/discourse-voice-record.git
          - git clone https://github.com/zh99998/discourse-username-localization.git
          - git clone https://github.com/JafethDC/discourse-user-feedback.git
	  - git clone https://github.com/discourse/discourse-translator.git
          - git clone https://github.com/paviliondev/discourse-topic-previews.git
	  - git clone https://github.com/TomGrobbe/discourse-topic-limit.git
	  - git clone https://github.com/discourse/discourse-tooltips.git
	  - git clone https://github.com/vinkashq/discourse-timeline.git
	  - git clone https://github.com/davidtaylorhq/discourse-telegram-notifications.git
	  - git clone https://github.com/discourse/discourse-user-notes.git
	  - git clone https://github.com/discourse/discourse-solved.git
	  - git clone https://github.com/discourse/discourse-chat-integration.git
	  - git clone https://github.com/discourse/discourse-sitemap.git
          - git clone https://github.com/bolariin/discourse-response-bot.git
          - git clone https://github.com/paviliondev/discourse-ratings.git
          - git clone https://github.com/paviliondev/discourse-quick-messages.git
          - git clone https://github.com/paviliondev/discourse-question-answer.git
          - git clone https://github.com/discourse/discourse-push-notifications.git
          - git clone https://github.com/gnunicorn/discourse-plugin-profile-notes.git
          - git clone https://github.com/pmusaraj/discourse-onesignal.git
          - git clone https://github.com/discourse/discourse-policy.git
          - git clone https://github.com/angusmcleod/discourse-moderator-extension.git
          - git clone https://github.com/xfalcox/discourse-backups-to-dropbox.git
          - git clone https://github.com/discourse/discourse-affiliate.git
          - git clone https://github.com/discourse/discourse-akismet.git
          - git clone https://github.com/saiqulhaq/discourse-admin-statistics-digest.git
          - git clone https://github.com/discourse/discourse-adplugin.git
          - git clone https://github.com/communiteq/discourse-adsense.git

غير متأكد من سبب ظهور التطبيق
(<unknown>): تم العثور على حرف تبويب ينتهك المسافة البادئة أثناء فحص مقياس عادي في السطر 93 العمود 13 -e LANG=en_US.UTF-8 خطأ في بناء جملة YAML. يرجى التحقق من ملفات التكوين containers/*.yml الخاصة بك.

على الأرجح لأنك قمت بإدراج حرف تبويب بدلاً من المسافات، وبالتالي لم يتم تنسيقه بشكل صحيح.

أنصحك بحذف app.yml ثم إعادة تشغيل discourse-setup.

بعد ذلك، انسخ والصق سطر الإضافة الأول وعدّله بإزالة عنوان GitHub والصق العنوان الجديد مكانه.

لم تسأل عن هذا، لكن من شبه المؤكد أن تثبيت كل هذه الإضافات فكرة سيئة.