{"id":26879794,"url":"https://github.com/seekingalpha/taskinator_ui","last_synced_at":"2025-03-31T13:32:48.551Z","repository":{"id":65085910,"uuid":"581828301","full_name":"seekingalpha/taskinator_ui","owner":"seekingalpha","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-08T10:05:57.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T09:45:49.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seekingalpha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-24T13:46:44.000Z","updated_at":"2023-11-16T22:53:58.000Z","dependencies_parsed_at":"2023-01-11T21:51:00.464Z","dependency_job_id":null,"html_url":"https://github.com/seekingalpha/taskinator_ui","commit_stats":null,"previous_names":["bguban/taskinator_ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftaskinator_ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftaskinator_ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftaskinator_ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftaskinator_ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seekingalpha","download_url":"https://codeload.github.com/seekingalpha/taskinator_ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246474136,"owners_count":20783429,"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":[],"created_at":"2025-03-31T13:32:46.236Z","updated_at":"2025-03-31T13:32:48.540Z","avatar_url":"https://github.com/seekingalpha.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskinatorUi\nWeb interface for taskinator gem. It also allows to see the workflows and enqueue \na workflow from a specific place.\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"taskinator_ui\"\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install taskinator_ui\n```\n\nThen add this line into `config/routes.rb`\n```ruby\nmount TaskinatorUi::Engine, at: '/taskinator'\n```\n\nRun `rails server` and navigate to `http://localhost:3000/taskinator/`\n\n## HTTP Basic Auth\n\nTo add basic auth add the line into initializer:\n\n```ruby\n# config/initializers/taskinator.rb\n\nTaskinatorUi.http_basic_auth = -\u003e(user, password) { user == 'username' \u0026\u0026 password == 'password' }\n```\n\nYou can use your database if needed: \n\n```ruby\nTaskinatorUi.http_basic_auth = -\u003e(email, password) { User.admin.find_by(email: email)\u0026.authenticate(password) }\n```\n\n## Known issues\n\nIf you use Rails in API only mode it can happen that you have `Rack::MethodOverride` middleware disabled.\nThis middleware needed to route HTML form requests. To fix the problem add this line into `config/application.rb`\n\n```ruby\nconfig.middleware.use Rack::MethodOverride\n```\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekingalpha%2Ftaskinator_ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseekingalpha%2Ftaskinator_ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekingalpha%2Ftaskinator_ui/lists"}