O aplicativo de reconstrução do Laucher não carrega os plugins

## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-ai.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/discourse/discourse-doc-categories.git
          - git clone https://github.com/discourse/discourse-gamification.git
          - git clone https://github.com/discourse/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-algolia.git
          - git clone https://github.com/discourse/discourse-staff-alias.git
          - git clone https://github.com/discourse/discourse-yearly-review.git
          - git clone https://github.com/discourse/discourse-reactions.git
          - git clone https://github.com/discourse/discourse-google-one-tap.git
          - git clone https://github.com/discourse/discourse-cakeday.git
          - git clone https://github.com/discourse/discourse-hcaptcha.git
          - git clone https://github.com/discourse/discourse-policy.git
          - git clone https://github.com/discourse/discourse-akismet.git
          - git clone https://github.com/discourse/discourse-gated-topics-in-category.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-saved-searches.git
          - git clone https://github.com/discourse/discourse-fingerprint.git
          - git clone https://github.com/communiteq/discourse-private-replies.git
## Any custom commands to run after building
run:
  - exec: echo "Beginning of custom commands"
  ## If you want to set the 'From' email address for your first registration, uncomment and change:
  ## After getting the first signup email, re-comment the line. It only needs to run once.
  #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
  - exec: echo "End of custom commands"

./launcher rebuild app
não adiciona o plugin recém-adicionado
sem erro
O que estou perdendo?

Que programa você está usando para execução?

Eu não te entendi. Desculpe. Você pode explicar um pouco mais o que você quer dizer com Que programa

1 curtida

Qual programa SSH você está usando para atualizar o ./launcher rebuild app?

PuTTY: última versão (0.81)

eu usei o mesmo antes, funcionou muito bem.

A reconstrução foi concluída e informou que estava destruindo e iniciando um novo contêiner?

O que o

docker ps

mostra?

1 curtida

eu te mandei uma DM

Se alguém tiver um problema semelhante
Eu o resolvi combinando a versão do cliente e do servidor para corresponder à API também.
então isso ajudará a criar novos plugins.
Antes.


Depois

1 curtida

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.