Popularity
4.2
Stable
Activity
4.8
Declining
618
13
52
Programming language: HTML
License: MIT License
Tags:
Bookmarks & Link Sharing
Firefox Account Server
Hackershare alternatives and similar software solutions
Based on the "Firefox Account Server" category.
Alternatively, view Hackershare alternatives based on common mentions on social networks and blogs.
-
linkding
Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of Hackershare or a related project?
README
Hackershare
Social bookmarks website for hackers. Alternative to delicious, hackernews, pocket. Hackershare is the open source software which powers hackershare.dev
There is also a project introduction article for your reference: hackershare: Social bookmarking reinvented!
Dependencies
Setup local
- PG extension install
- rails db:create
- rails db:migrate
- rails db:seed_fu
Setup by Docker
- Make a copy of the example environment file and modify as required [optional].
cp .env .env.local
- Build the images.
docker-compose build
- After building the image or after destroying the stack you would have to reset the database using the following command.
docker-compose run --rm rails bundle exec rails db:create
docker-compose run --rm rails bundle exec rails db:migrate
docker-compose run --rm rails bundle exec rails db:seed_fu
or
docker-compose run --rm rails bundle exec rails db:reset
docker-compose run --rm rails bundle exec rails db:seed_fu
- Run app
docker-compose up
- stop app
docker-compose down
Deployment
- Nginx conf sync: bundle exec cap production puma:nginx_config
- Deploy: bundle exec cap production deploy
Chrome extension
- https://github.com/hackershare/hackershare-ext
- https://chrome.google.com/webstore/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Refresh sitemap
- bundle exec rake sitemap:refresh