Simple note app built with Rails 5 and Mongoid.
10K+
Simple note app built with Rails 5 and Mongoid.
Demo: https://rails-note.arukascloud.io
ADMIN_EMAIL Administrator email address (default: [email protected])DB_NAME MongoDB database name (default: rails_note_#{Rails.env})DB_ADDRESS MongoDB host address (default: localhost)DB_PORT MongoDB host port (default: 27017)DB_MAX_POOL_SIZE MongoDB maximum number of connections in the connection pool. (default: 5)DB_MIN_POOL_SIZE MongoDB minimum number of connections in the connection pool. (default: 1)DB_USER MongoDB user name for authentication.DB_PASSWORD MongoDB password for authentication.SECRET_KEY_BASE You can generete one with rake secret command from app' root folderSPARKPOST_API_KEY You can grab one from https://sparkpost.com/DEFAULT_FROM_EMAIL Dafault from emailRAILS_USE_SSL (optional) Optionally force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.APP_HOSTNAME Application hostname. Required by ActionMailerThe app is available as open source under the terms of the MIT License.
Content type
Image
Digest
Size
314.9 MB
Last updated
over 9 years ago
docker pull muhlisbc/rails_note