{"id":17162851,"url":"https://github.com/statianzo/que-web","last_synced_at":"2025-11-11T18:28:11.068Z","repository":{"id":23204987,"uuid":"26561763","full_name":"statianzo/que-web","owner":"statianzo","description":"A web interface for the Que queue","archived":false,"fork":false,"pushed_at":"2023-10-27T12:57:20.000Z","size":582,"stargazers_count":88,"open_issues_count":15,"forks_count":50,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-28T21:05:53.350Z","etag":null,"topics":["hacktoberfest","postgresql","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statianzo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-12T23:46:04.000Z","updated_at":"2023-10-19T21:41:16.000Z","dependencies_parsed_at":"2024-06-19T00:19:52.340Z","dependency_job_id":"149b00eb-3123-49c0-a35d-0ae1c0492476","html_url":"https://github.com/statianzo/que-web","commit_stats":{"total_commits":115,"total_committers":20,"mean_commits":5.75,"dds":0.6086956521739131,"last_synced_commit":"893386647bf58f6b25ef8378efd8a689eeb4523f"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statianzo%2Fque-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statianzo%2Fque-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statianzo%2Fque-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statianzo%2Fque-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statianzo","download_url":"https://codeload.github.com/statianzo/que-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256112,"owners_count":20909240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","postgresql","rails","ruby"],"created_at":"2024-10-14T22:46:57.730Z","updated_at":"2025-11-11T18:28:11.032Z","avatar_url":"https://github.com/statianzo.png","language":"Ruby","readme":"# que-web [![Build Status](https://travis-ci.org/statianzo/que-web.svg?branch=master)](https://travis-ci.org/statianzo/que-web)\n\nque-web is a web UI to the [Que](https://github.com/chanks/que) job queue.\n\n![Que Web](https://raw.githubusercontent.com/statianzo/que-web/master/doc/queweb.png)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'que-web'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install que-web\n\n## Usage\n\n#### With `config.ru`\n\nAdd in `config.ru`:\n\n```ruby\nrequire \"que/web\"\n\nmap \"/que\" do\n  run Que::Web\nend\n```\n\n### Rails\n\nIn `config/routes.rb`:\n\n```ruby\nrequire \"que/web\"\nmount Que::Web =\u003e \"/que\"\n```\n\n### Authentication\n\n#### Devise\n```ruby\n# config/routes.rb\nauthenticate :user do\n  mount Que::Web, at: 'que'\nend\n```\n\n#### Basic HTTP auth\n\nIn `config/initializers/queweb.rb`:\n```ruby\nQue::Web.use(Rack::Auth::Basic) do |user, password|\n  [user, password] == [ENV[\"QUEWEB_USERNAME\"], ENV[\"QUEWEB_PASSWORD\"]]\nend\n```\nThen add the two environment variables to your production environment.\n\n### Docker\n\nRun:\n```\ndocker run -e DATABASE_URL=postgres://username:password@hostname/db_name -p 3002:8080 joevandyk/que-web\n```\nOr use docker/Dockerfile to build your own container.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatianzo%2Fque-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatianzo%2Fque-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatianzo%2Fque-web/lists"}