This extension should enable people to log into mediawiki with their nostr identity.
On your wiki go to Special:NostrLogin
Go to Special:UserLogin
Login with Nostr
.
Go to the root of your MediaWiki setup.
Run:
cd extensions
git clone https://github.com/Trustroots/mediawiki-nostr-auth.git
Add the following to LocalSettings.php
wfLoadExtension( 'mediawiki-nostr-auth' );
$NostrLoginDomains = [
'trustroots.org'
];
Install the PluggableAuth extension and the following to LocalSettings.php
wfLoadExtension( 'PluggableAuth' );
$wgPluggableAuth_EnableLocalLogin = true;
Install https://github.com/nostrver-se/nostr-php via composer
on your Mediawiki.
- We'll first try to get this to work on nomadwiki.org, which arose from the digital graveyard in October 2024.
- Thoughts about the user flow: #5
- When we have something that works we'll set it up on trashwiki.org
- Finally set it up on hitchwiki.org, which is the most active wiki we run.
- Promote logging into these wikis to trustroots users.
- https://github.com/hexmode/mediawiki-iframe/tree/master
- https://github.com/wikimedia/mediawiki-extensions-BoilerPlate/tree/master
- https://www.mediawiki.org/wiki/Extension:PluggableAuth
- https://www.mediawiki.org/wiki/Extension:AuthRemoteUser
- https://www.mediawiki.org/wiki/Extension:LDAPAuthentication2
- https://github.com/wikimedia/mediawiki-extensions-GoogleLogin
- https://github.com/Sebastix/CCNS
- browser extension (e.g Alby) used to sign Nostr events
- no user with the same trustroots user name exists so far in the wiki
This automates the recommended code checkers for PHP and JavaScript code in Wikimedia projects (see https://www.mediawiki.org/wiki/Continuous_integration/Entry_points). To take advantage of this automation.
- install nodejs, npm, and PHP composer
- change to the extension's directory
npm install
composer install
Once set up, running npm test
and composer test
will run automated code checks.
In August 2024 OpenSats granted Trustroots to work on nostroots https://opensats.org/blog/nostr-grants-august-2024#nostroots as the Trustroots ecosystem includes several MediaWikis we invested energy into this MediaWiki extension to tighten the bonds between nostroots and the Wikis.