All Projects → hackershare → Hackershare

hackershare / Hackershare

Licence: mit
Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature

Projects that are alternatives of or similar to Hackershare

Githubtrendingrss
Unofficial RSS feed generator for GitHub Trending
Stars: ✭ 54 (-69.66%)
Mutual labels:  rss, rss-feed
Myrss
a copy of my RSS feeds in a handy .opml file
Stars: ✭ 103 (-42.13%)
Mutual labels:  rss, rss-feed
Vkrss
Generates RSS feed of opened/closed vk.com wall or global searched opened posts. Features: post filtering (include/exclude by regexp and/or by owner type), ads skipping, automatic title generation, hash-tags extraction as RSS categories, initial author extraction, HTML formatting
Stars: ✭ 59 (-66.85%)
Mutual labels:  rss, rss-feed
Scrape Rss Bot
Slack bot that converts links to an RSS feed
Stars: ✭ 16 (-91.01%)
Mutual labels:  rss, rss-feed
Sharer.js
🔛 🔖 Create your own social share buttons. No jquery.
Stars: ✭ 1,624 (+812.36%)
Mutual labels:  hackernews, reddit
Bbc Rss
BBC iPlayer programmes / Nitro API to RSS adaptor app
Stars: ✭ 10 (-94.38%)
Mutual labels:  rss, rss-feed
Rss To Json
RSS and Atom feed generator for Node.js
Stars: ✭ 88 (-50.56%)
Mutual labels:  rss, rss-feed
Api.rss
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Stars: ✭ 340 (+91.01%)
Mutual labels:  rss, rss-feed
Telegram Robot Rss
A clean and easy to use RSS Newsfeed Bot for fabulous Telegram Messenger App! 🤖 ✉️ ❤️
Stars: ✭ 120 (-32.58%)
Mutual labels:  rss, rss-feed
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (-35.39%)
Mutual labels:  rss, rss-feed
Rss Parser
A lightweight RSS parser, for Node and the browser
Stars: ✭ 793 (+345.51%)
Mutual labels:  rss, rss-feed
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+889.89%)
Mutual labels:  rss, rss-feed
All About Rss
A list of RSS related stuff: tools, services, communities and tutorials, etc.
Stars: ✭ 636 (+257.3%)
Mutual labels:  rss, rss-feed
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (+411.24%)
Mutual labels:  rss, rss-feed
Feedhq
FeedHQ is a web-based feed reader
Stars: ✭ 525 (+194.94%)
Mutual labels:  rss, rss-feed
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-62.36%)
Mutual labels:  rss, rss-feed
gitbook-plugin-rss
RSS for your gitbook
Stars: ✭ 19 (-89.33%)
Mutual labels:  rss, rss-feed
Rss Bridge
The RSS feed for websites missing it
Stars: ✭ 4,067 (+2184.83%)
Mutual labels:  rss-feed, rss
Slownews
🐢 Bringing slow news for the nervous among us
Stars: ✭ 112 (-37.08%)
Mutual labels:  hackernews, reddit
Dato.rss
The best RSS Search experience you can find
Stars: ✭ 122 (-31.46%)
Mutual labels:  rss, rss-feed

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!

CI

Dependency

  • Postgresql 12
  • Rails 6
  • Stimulusjs
  • Turbolinks 5
  • rails-ujs
  • imagemagic
  • redis

Setup local

Setup by Docker

  1. Make a copy of the example environment file and modify as required [optional].
cp .docker.env .env
  1. Build the images.
docker-compose build
  1. 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
  1. Run app
docker-compose up
  1. stop app
docker-compose down

Deployment

  • Nginx conf sync: bundle exec cap production puma:nginx_config
  • Deploy: bundle exec cap production deploy

chrome extension

refresh sitemap

  • bundle exec rake sitemap:refresh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].