Insipid is a web-based bookmark manager. https://www.bananas-playground.net/projekt/insipid/

Banana a4fbea7900 better readme 9 tháng trước cách đây
documentation 9be6d52057 adding browserless.io as full page screenshot service 10 tháng trước cách đây
source 458e284b43 icons added 5 năm trước cách đây
webroot 9be6d52057 adding browserless.io as full page screenshot service 10 tháng trước cách đây
.gitignore 1f53d8fd21 should not be included 5 năm trước cách đây
AUTHORS 509b78f74c some execution cleanup 4 năm trước cách đây
CHANGELOG 15cf63bd65 file rename 9 tháng trước cách đây
CODE_OF_CONDUCT.md accf570220 adding some code of conduct and contributing 10 tháng trước cách đây
CONTRIBUTING.md accf570220 adding some code of conduct and contributing 10 tháng trước cách đây
COPYING 6dddbcd02b updated license and added two files 1 năm trước cách đây
LICENSE 6dddbcd02b updated license and added two files 1 năm trước cách đây
README.md a4fbea7900 better readme 9 tháng trước cách đây
TODO aa943fa1af code cleanup 10 tháng trước cách đây
USES 6dddbcd02b updated license and added two files 1 năm trước cách đây
VERSION cbd1152c49 init of a new version 1 năm trước cách đây

README.md

About

Insipid is a self hosted web-based bookmark manager similar to the Delicious service.

Project page: https://www.bananas-playground.net/projekt/insipid/

Documentation

Documentation can be found in the documentation folder of each release.

Usage

You install the latest release on a webserver of your own. Add your links, either public or private.

Contribute

Want to contribute or found a problem?

See Contributing document: CONTRIBUTING.md

Requirements

  • Apache (2.4 and up) with PHP extension enabled
  • PHP (8 and up)
    • mysql & mysqli
    • curl
    • pdo
    • imap +ssl if you us the email importer
    • xmlread
    • xmlwriter
  • MySQL server or access to a database 5.6.x and up
    • DB user rights has to include create, alter a view
    • NOT MariaDB. It is missing some functions MySQL has.

Latest browser for accessing the client. IE (not Edge) is not supported anymore.

Uses