Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Linkding | 3,427 | 5 days ago | 72 | mit | Python | |||||
Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker. | ||||||||||
Reminiscence | 1,383 | 2 years ago | 21 | agpl-3.0 | JavaScript | |||||
Self-Hosted Bookmark And Archive Manager | ||||||||||
Job Portal Django | 120 | 7 months ago | 1 | HTML | ||||||
DJobPortal is a job posting site developed in Django. Where Employer can Register their Company profile, Login Then add Job Post. Employee can bookmark & apply for the Job. There is a dashboard section where Employer can check his job posting list & applicants details also can delete and update his job post. Employee can see his job bookmark list & can update his profile. | ||||||||||
Pathagar | 89 | a year ago | March 22, 2018 | 47 | gpl-2.0 | Python | ||||
Pathagar is a simple bookserver serving OPDS feeds | ||||||||||
Django Antichaos | 33 | 1 | 12 years ago | 10 | April 09, 2011 | other | JavaScript | |||
This is a django application for visual editing your messy tag clouds. Working with django-tagging or django-tagging-ng. | ||||||||||
Bmarks | 31 | 8 months ago | 14 | mit | Python | |||||
Tag-based bookmark manager inspired by delicious and Pinboard | ||||||||||
Mezzanine Bookmarks | 22 | 7 years ago | 1 | July 28, 2012 | Python | |||||
Bookmark Service built on Django and Mezzanine. | ||||||||||
Omnom | 20 | 13 days ago | 2 | February 11, 2022 | 2 | agpl-3.0 | Go | |||
A webpage bookmarking and snapshotting service | ||||||||||
Bookie | 19 | 17 days ago | 9 | gpl-3.0 | Python | |||||
Save all your bookmarks! | ||||||||||
Forum App | 19 | 5 years ago | mit | Vue | ||||||
Django REST Framework + Vue.js Forum App |
Social website for saving images using bookmarklets.
Bookmarks allows to:
Please pay attention that env variables should be places at the end of file venv/bin/activate
(Linux) or venv/Scripts/activate
(Windows) for security reasons. Also, they should be unset in function deactivate
deactivate() {
...
unset SOCIAL_AUTH_FACEBOOK_KEY
unset SOCIAL_AUTH_FACEBOOK_SECRET
unset SECRET_KEY
unset SOCIAL_AUTH_GOOGLE_OAUTH2_KEY
unset SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET
}
...
export SECRET_KEY="key"
export SOCIAL_AUTH_FACEBOOK_KEY="key"
export SOCIAL_AUTH_FACEBOOK_SECRET="secret"
export SOCIAL_AUTH_GOOGLE_OAUTH2_KEY="key"
export SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET="secret"
In order to provide sufficient security level run server with command
python manage.py runserver_plus --cert-file cert.crt
Install Redis on Linux or Windows and run server in separate terminal