Signup and account management app for Kosmos/LDAP Accounts https://accounts.kosmos.org
Go to file
Basti fa8650b43a
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
Improve email config
Add specific auth options, specify sender address
2020-11-20 22:47:35 +01: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 Improve email config 2020-11-20 22:47:35 +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 Speed up bundle-install on CI 2020-11-19 19:04:24 +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 Remove Ruby version lock from Gemfile 2020-11-19 14:29:16 +01:00
Gemfile.lock Remove Ruby version lock from Gemfile 2020-11-19 14:29:16 +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