💬Discourse
A Discourse plugin to enable Sign-In with Ethereum as an authentication method.
Enabling the Plugin


Create a Project ID

Edit the message statement

Last updated
A Discourse plugin to enable Sign-In with Ethereum as an authentication method.




Last updated
cd /var/discourse
nano containers/app.ymlhooks:
before_code: # <-- added
- exec: # <-- added
cmd: # <-- added
- gem install rubyzip # <-- added
after_code:
- exec:
cd: $home/plugins
cmd:
- sudo -E -u discourse git clone https://github.com/discourse/docker_manager.git
- sudo -E -u discourse git clone https://github.com/spruceid/discourse-siwe-auth.git # <-- addedcd /var/discourse
./launcher rebuild app