Signup and account management app for Kosmos/LDAP Accounts https://accounts.kosmos.org
Go to file
Greg fd2ebc4ad3
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Merge pull request 'Cache dependencies on CI' (#6) from chore/cache_bundle_on_ci into master
Reviewed-on: #6
2020-11-26 15:44:19 +00:00
app Add production config and credentials 2020-11-20 22:43:47 +01:00
bin Hello kosmos. 2020-11-07 14:49:52 +01:00
config Set correct email address for devise 2020-11-21 17:17:33 +01:00
db Add LDAP logins and password resets, config, etc. 2020-11-10 11:36:06 +01:00
lib Hello kosmos. 2020-11-07 14:49:52 +01:00
log Hello kosmos. 2020-11-07 14:49:52 +01:00
public Add some basic styles 2020-11-16 19:42:32 +01:00
spec Add feature spec examples 2020-11-18 10:10:31 +01:00
tmp Hello kosmos. 2020-11-07 14:49:52 +01:00
vendor Hello kosmos. 2020-11-07 14:49:52 +01:00
.browserslistrc Hello kosmos. 2020-11-07 14:49:52 +01:00
.drone.yml Cache dependencies on CI 2020-11-21 23:17:12 +01:00
.env.example Add dotenv 2020-11-09 09:58:23 +01:00
.gitignore Add dotenv 2020-11-09 09:58:23 +01:00
.rspec Hello kosmos. 2020-11-07 14:49:52 +01:00
.ruby-version Hello kosmos. 2020-11-07 14:49:52 +01:00
Gemfile Add missing postgres gem 2020-11-21 14:12:09 +01:00
Gemfile.lock Add missing postgres gem 2020-11-21 14:12:09 +01:00
LICENSE Add AGPL license 2020-11-18 15:32:27 +01:00
README.md Document current and planned features 2020-11-18 16:03:21 +01:00
Rakefile Hello kosmos. 2020-11-07 14:49:52 +01:00
babel.config.js Hello kosmos. 2020-11-07 14:49:52 +01:00
config.ru Hello kosmos. 2020-11-07 14:49:52 +01:00
package.json Hello kosmos. 2020-11-07 14:49:52 +01:00
postcss.config.js Hello kosmos. 2020-11-07 14:49:52 +01:00
yarn.lock Hello kosmos. 2020-11-07 14:49:52 +01:00

README.md

Akkounts

This app allows Kosmos/LDAP users to manage their accounts, including credentials, invites, donations, etc..

Features

  • Log in with existing LDAP account
  • Reset account password by providing both username and email address
  • Reset account password when logged in, via reset email
  • Log in with admin permissions
  • View LDAP users as admin
  • List my donations
  • Invite new users from your account
  • Sign up for a new account via invite
  • Sign up for a new account by donating upfront
  • Sign up for a new account via proving contributions (via cryptographic signature)
  • ...

Planned features are not at all a complete or static list, of course. Suggestions and pull requests welcome!

Development

Rails app

Installing dependencies:

bundle install
yarn install

Setting up local database (SQLite):

bundle exec rails db:create
bundle exec rails db:migrate

Running the dev server:

bundle exec rails server

Running all specs:

bundle exec rspec

LDAP server

TODO make it easy to run a local Kosmos LDAP server for development, without manual LDIF imports etc. (or provide a staging instance)

Documentation

Testing

LDAP / Auth

License

GNU Affero General Public License v3.0