Skip to content

kokoro-ko/discourse-kokoro-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published