{"id":24942049,"url":"https://github.com/byjpr/oban_ui","last_synced_at":"2025-04-10T03:44:17.862Z","repository":{"id":43374252,"uuid":"360870746","full_name":"byjpr/oban_ui","owner":"byjpr","description":"unofficial UI for oban","archived":false,"fork":false,"pushed_at":"2022-03-04T17:28:38.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":10,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T05:01:54.198Z","etag":null,"topics":["elixir","jobs","oban","ui","web-ui"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byjpr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-23T12:06:22.000Z","updated_at":"2024-09-06T19:06:36.000Z","dependencies_parsed_at":"2022-09-01T10:31:12.073Z","dependency_job_id":null,"html_url":"https://github.com/byjpr/oban_ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjpr%2Foban_ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjpr%2Foban_ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjpr%2Foban_ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byjpr%2Foban_ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byjpr","download_url":"https://codeload.github.com/byjpr/oban_ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154968,"owners_count":21056541,"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":["elixir","jobs","oban","ui","web-ui"],"created_at":"2025-02-02T18:58:22.273Z","updated_at":"2025-04-10T03:44:17.826Z","avatar_url":"https://github.com/byjpr.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ObanUi\n\nUnofficial ui for oban. This repo is not a replacement for  [obanpro](https://getoban.pro/)\n\n# Who should use this repo?\n\nIf you are not able to afford the pro version, you can use this. It lacks a lot of features so PR's are welcomed to improve it.\n\n# Installation\n\nAdd `{:oban_ui, git: \"https://github.com/sushant12/oban_ui.git\", branch: \"master\"}` to your mix.exs file and run `mix deps.get`\n\n# Configuration\n\nObanUi does not start a separate phoenix application. It will attach to your own phoenix application.\n\nAdd this to your **config.exs** file\n\n```elixir\nconfig :oban_ui, repo: MyApp.Repo, app_name: MyAppWeb\n```\n# Usage\n\nIn you router.ex file add the following\n```elixir\ndefmodule MyAppWeb.Router do\n  import ObanUi.Router\n  scope \"/\", MyAppWeb do\n    pipe_through :browser\n    oban_web(\"/oban\")\n  end\nend\n```\n`oban_web/1` will accept any path you give to it\n\n# Features\n- List all Jobs\n- Delete or Discard single job\n\n# TODO\n- delete all jobs\n- pagination\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyjpr%2Foban_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyjpr%2Foban_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyjpr%2Foban_ui/lists"}