Skip to content

antonraharja/discourse-oauth2-enl-v

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Item Info
Project discourse-oauth2-enl-v
Purpose Enable OAuth2 with Project V for Discourse
Version 0.1
Maintainer audazel

Installation

Edit app.yml:

cd /var/discourse
vi containers/app.yml

Insert or edit below config snippet in app.yml. You will need to add this project URL:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/antonraharja/discourse-oauth2-enl-v.git

Rebuild and re-run:

cd /var/discourse
./launcher rebuild app

Visit this page for more information on howto install plugins in Discourse:

Settings

Get client ID and client secret from Project V

The callback URL is https://<your discourse>/auth/oauth2_enl_v/callback

Set client ID and client secret from Discourse in Admin -> Settings -> Login

About

Enable Project V OAuth2 in Discourse

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%