Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.12 KB

Logo

discourse-kokoro-box

This plugin for Discourse uses the discourse-api to decorate the cooked-posts. Primary usage is for properly embedding Anime- and Manga-Links in Discourse posts and parsing them into better looking iframes. Using these base attributes (Caution: Some attributes might not be filled for every site-type):

Anime:

  • Episodes
  • Status
  • Rating
  • Release

Manga:

  • Volumes
  • Chapters
  • Status
  • Release
  • Rating

Supported sites:

Installation

Add the plugin's repository URL to your container's app.yml file, for example:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - mkdir -p plugins
          - git clone https://github.com/Machigatta/discourse-kokoro-box.git

Rebuild the container:

cd /var/discourse
./launcher rebuild app

License

MIT License.