Skip to content

Latest commit

 

History

History
executable file
·
39 lines (27 loc) · 663 Bytes

README.md

File metadata and controls

executable file
·
39 lines (27 loc) · 663 Bytes

Discourse National Flags Plugin

Allows a user-defined National Flag image to be displayed in posts

Example

User Settings

Installing

  • Add the plugin's repo url to your container's app.yml file
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/Ebsy/discourse-nationalflags.git
  • Rebuild the container
cd /var/discourse
git pull
./launcher rebuild app

See https://meta.discourse.org/t/install-a-plugin/19157/14

License

MIT