guacamoly

1.2.0 • Public • Published

Guacamoly

Guacamoly 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

Building

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

cd guacamoly

cloudron build
cloudron install

Development

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

cd guacamoly

npm install

LDAP_USERS_BASE_DN="ou=users,dc=example" LDAP_URL="ldap://localhost:3002" ./app.js

Readme

Keywords

none

Package Sidebar

Install

npm i guacamoly

Weekly Downloads

4

Version

1.2.0

License

MIT

Last publish

Collaborators

  • nebulon