discourse-nationalflags
discourse-nationalflags copied to clipboard
National Flags plugin for Discourse
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.ymlfile
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