Skip to content

mentalstring/discourse-nationalflags

 
 

Repository files navigation

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

About

National Flags plugin for Discourse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 43.0%
  • JavaScript 38.5%
  • Handlebars 16.8%
  • SCSS 1.7%