GithubHelp home page GithubHelp logo

puppycodes / meemo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudron-io/meemo

0.0 1.0 0.0 3.67 MB

Meemo - Your personal notes

Home Page: https://meemo.minimal-space.de

License: MIT License

JavaScript 77.75% HTML 17.80% CSS 4.32% Shell 0.13%

meemo's Introduction

Meemo

Meemo is a personal data manager. It lets you simply input any kind of information like notes, thoughts, ideas as well as acts as a bookmarkmanager and todo list. The user interface resembles a news feed organized with tags. Full text search further allows you to quickly find information in your pile of accumulated data.

For better bookmarking, there are chrome and firefox webextensions available.

Build Status

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id de.nebulon.guacamoly

To you run Meemo outside a Cloudron environment, those dependencies are required:

nodejs  >= 4.1.1
mongodb >= 2.6

and the installation consist of:

cd meemo
npm i
./node_modules/.bin/gulp
./app.js

Possible env variables for configuration are:

PORT=3000
BIND_ADDRESS=0.0.0.0
APP_ORIGIN="https://example.com"
MONGODB_URL="mongodb://username:[email protected]:27017/meemo" # username and password are optional
ATTACHMENT_DIR="./storage"

# using LDAP user management
LDAP_URL="ldap://my.ldap.server"
LDAP_USERS_BASE_DN="ou=users,dc=example"
LDAP_BIND_DN="cn=admin,ou=users,dc=example"
LDAP_BIND_PASSWORD=""

# using local file user management via admin cli tool
LOCAL_AUTH_FILE=".users.json"	# also pass this for the admin tool to find the correct file

# to enable email receiving
MAIL_IMAP_SERVER="my.mail.server"
MAIL_IMAP_PORT=993
MAIL_IMAP_USERNAME=""
MAIL_IMAP_PASSWORD=""
MAIL_DOMAIN="example.com"

Building

The app package can be built using the Cloudron command line tooling.

cd meemo

cloudron build
cloudron install

Development

The app can also be run locally for development. It depends on a locally running mongodb and optionally on an instance of the ldap test server.

cd meemo

npm install

# with LDAP
LDAP_BIND_DN="cn=admin,ou=users,dc=example" LDAP_BIND_PASSWORD="password" LDAP_USERS_BASE_DN="ou=users,dc=example" LDAP_URL="ldap://localhost:3002" ./app.js

# without LDAP
./admin user-add --username test --password test --display-name "Test User"
./app.js

meemo's People

Contributors

foorb avatar gramakri avatar nebulade avatar ocdtrekkie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.