{"id":21880856,"url":"https://github.com/maslick/barkoder-ui","last_synced_at":"2026-04-11T22:03:58.462Z","repository":{"id":44156510,"uuid":"167935251","full_name":"maslick/barkoder-ui","owner":"maslick","description":"HTML5 client for barkoder","archived":false,"fork":false,"pushed_at":"2023-01-01T04:23:23.000Z","size":1462,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T18:47:42.316Z","etag":null,"topics":["barkoder","javascript","js","keycloak","parcel"],"latest_commit_sha":null,"homepage":"https://barkoder-ui.herokuapp.com/","language":"JavaScript","has_issues":true,"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/maslick.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":"2019-01-28T09:32:26.000Z","updated_at":"2019-12-17T20:02:13.000Z","dependencies_parsed_at":"2023-01-31T20:46:16.878Z","dependency_job_id":null,"html_url":"https://github.com/maslick/barkoder-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/maslick%2Fbarkoder-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maslick%2Fbarkoder-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maslick%2Fbarkoder-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maslick%2Fbarkoder-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maslick","download_url":"https://codeload.github.com/maslick/barkoder-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890107,"owners_count":20527031,"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":["barkoder","javascript","js","keycloak","parcel"],"created_at":"2024-11-28T09:16:40.454Z","updated_at":"2026-04-11T22:03:53.408Z","avatar_url":"https://github.com/maslick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./logo.png\" width=\"80\"\u003e\n\n# barkoder-ui\nHTML5 client for [barkoder](https://github.com/maslick/barkoder)\n\n[![Build Status](https://travis-ci.org/maslick/barkoder-ui.svg?branch=master)](https://travis-ci.org/maslick/barkoder-ui)\n[![Docker image](https://shields.beevelop.com/docker/image/image-size/maslick/barkoder-ui/latest.svg?style=flat-square)](https://hub.docker.com/r/maslick/barkoder-ui)\n\n## Heroku\n```\ngit clone https://github.com/maslick/barkoder-ui.git\nheroku create barkoder-ui\ngit push heroku master\nheroku config:set \\\n  KC_ENABLED=false \\\n  KC_URL=https://keycloak.io/auth \\\n  REALM=barkoder \\\n  CLIENT_ID=barkoder-web \\\n  KC_ROLE=craftroom \\\n  BACKEND_URL=https://barkoder.herokuapp.com\nheroku open\n```\n\n## s2i\n```\ns2i build \\\n  https://github.com/maslick/barkoder-ui.git \\\n  registry.access.redhat.com/rhscl/nodejs-8-rhel7 \\\n  barkoder-ui:1.0\n\ndocker run -d \\\n  -e KC_ENABLED=false \\\n  -e KC_URL=https://keycloak.io/auth \\\n  -e REALM=barkoder \\\n  -e CLIENT_ID=barkoder-web \\\n  -e KC_ROLE=craftroom \\\n  -e BACKEND_URL=https://barkoder.herokuapp.com \\\n  -e PORT=8080 \\\n  -p 8080:8080 \\\n  barkoder-ui:1.0\n\nopen http://`docker-machine ip`:8080\n```\n\n## Docker multistage build\n[Here](docker/Dockerfile) I'm using ``node:8`` image as build image and ``nginx`` as runtime image. This reduces image size from ~500Mb to 100Mb.\n```\ndocker build -t barkoder-ui:1.0 -f docker/Dockerfile .\ndocker image prune --filter label=stage=intermediate -f\ndocker run -d \\\n    -e KC_ENABLED=false \\\n    -e KC_URL=https://keycloak.io/auth \\\n    -e REALM=barkoder \\\n    -e CLIENT_ID=barkoder-web \\\n    -e KC_ROLE=craftroom \\\n    -e BACKEND_URL=https://barkoder.io \\\n    -p 8081:80 \\\n    barkoder-ui:1.0\nopen http://`docker-machine ip`:8081\n```\n\n## Openshift deployment\n```\noc new-app maslick/barkoder-ui\n\noc set env dc/barkoder-ui \\\n  KC_ENABLED=false \\\n  KC_URL=https://keycloak.io/auth \\\n  REALM=barkoder \\\n  CLIENT_ID=barkoder-web \\\n  KC_ROLE=craftroom \\\n  BACKEND_URL=http://barkoder.apps.example.com\n\noc expose svc/barkoder-ui --port=80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaslick%2Fbarkoder-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaslick%2Fbarkoder-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaslick%2Fbarkoder-ui/lists"}