0.103.0 • Published 4 months ago

ooko v0.103.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
4 months ago

OOKO - Task management

Task management service based on the Kanban methodology. Helps decompose the task pipeline and speeds up all stages of your work

Telegram https://t.me/ookopro Demo https://ooko.pro

ooko

Requirements

- Node or Bun- CouchDB (optional)

Install

Create file package.json

echo -e '{"type": "module", "dependencies": {"ooko": "*"}}' > package.json
npm i # or bun i

Run

node node_modules/ooko/server.js --pwd node_modules/ooko --app-configs ../../configs.js
--- or ---
bun node_modules/ooko/server.js --pwd node_modules/ooko --app-configs ../../configs.js

configs.js

export default {
    application_host: "https://ooko.local", // the address of the website where your service will work
    license: "demo", // free license for 25 users and 25 projects
    db_board: "/var/opt/ooko/db-board", // directory for data files
    /*
    db_board: {
        url: "http://127.0.0.1:5984/ooko", // for couchdb
        login: "admin",
        password: "##",
    },
    */
    admins: [/*"USER_ID"*/], // Specify users who will have administrator rights

    email_approved: null, // null | ['work-co.local', ...] - approved email domains for registration
    email_noreply: '"ooko.local" <noreply@ooko.local>', // Sender's address
    email: { // settings for sending letters
        service: "Gmail", // nodemailer Gmail|Hotmail|Mail.ru|Yandex|...
        user: "noreply@ooko.local",
        pass: "##",
    },
    host: "127.0.0.1",
    port: 8010,
};
0.103.0

4 months ago

0.102.1

4 months ago

0.102.0

4 months ago

0.101.0

6 months ago

0.100.0

7 months ago

0.99.1

7 months ago

0.98.0

8 months ago

0.94.4

8 months ago

0.94.3

8 months ago

0.94.2

8 months ago

0.94.1

8 months ago

0.94.0

8 months ago

0.0.1

8 months ago