Skip to content

This is a plugin for discourse created with the aim of add custom endpoints routes and controllers

License

Notifications You must be signed in to change notification settings

heridev/discourse-endpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse endpoint plugin

Usage

Installation

  • 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/heridev/discourse-endpoint.git
  • Rebuild the container
ssh [email protected]
cd /var/discourse
./launcher rebuild app

License

MIT

About

This is a plugin for discourse created with the aim of add custom endpoints routes and controllers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages