{"id":31131809,"url":"https://github.com/fspv/chef-de-vibe","last_synced_at":"2025-09-18T04:38:43.578Z","repository":{"id":313682749,"uuid":"1052187847","full_name":"fspv/chef-de-vibe","owner":"fspv","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-07T20:17:40.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-07T20:41:49.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/fspv.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T15:32:59.000Z","updated_at":"2025-09-07T20:17:44.000Z","dependencies_parsed_at":"2025-09-07T20:41:52.646Z","dependency_job_id":null,"html_url":"https://github.com/fspv/chef-de-vibe","commit_stats":null,"previous_names":["fspv/chef-de-vibe"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fspv/chef-de-vibe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fchef-de-vibe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fchef-de-vibe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fchef-de-vibe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fchef-de-vibe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fspv","download_url":"https://codeload.github.com/fspv/chef-de-vibe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fchef-de-vibe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275711116,"owners_count":25514200,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09-18T04:38:39.848Z","updated_at":"2025-09-18T04:38:43.571Z","avatar_url":"https://github.com/fspv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Run\n\n## From source\n\nFirst build frontend\n\n```sh\ncd frontend\nnpm install\nnpm run build\n```\n\nThen build and run backend (will embed frontend files inside)\n\n```sh\ncargo build\ncargo run\n```\n\nThen you can access it via ngrok\n```sh\nngrok authtoken \u003cyour-token\u003e\nngrok http 3000\n```\n\n## Using docker compose\n\n```yaml\nservices:\n  chef-de-vibe:\n    image: nuhotetotniksvoboden/chef-de-vibe:latest\n    container_name: chef-de-vibe\n    privileged: true\n    restart: unless-stopped\n    volumes:\n      - /home/dev:/home/dev\n      # if you want to use podman via socket\n      # - /run/user/1934/podman/podman.sock:/run/user/1934/podman/podman.sock\n    security_opt:\n      - label:disable\n      - seccomp:unconfined\n    cap_add:\n      - ALL\n    environment:\n      - HTTP_LISTEN_ADDRESS=0.0.0.0:3000\n      - HOME=/home/dev\n      # If running claude via podman\n      # - CLAUDE_BINARY_PATH=/bin/claude-container\n      # - CONTAINER_RUNTIME=podman\n      # If you want to use socket\n      # - CONTAINER_HOST=unix:///run/user/1934/podman/podman.sock\n      # If will be similar for docker integration\n      # To make git work in the conntainer\n      # - CONTAINER_ARGS=\"-v /home/dev/.gitconfig:/root/.gitconfig\"\n  # If you want to access it via tailscale\n  #   network_mode: service:tailscale_chefdevibe\n  #   depends_on:\n  #     - tailscale_chefdevibe\n  # tailscale_chefdevibe:\n  #   image: tailscale/tailscale:latest\n  #   container_name: tailscale_chefdevibe\n  #   hostname: chef-de-vibe\n  #   env_file:\n  #     - .env\n  #   environment:\n  #     - TS_AUTH_KEY=\n  #     - TS_STATE_DIR=/var/lib/tailscale\n  #     - TS_USERSPACE=true\n  #     - TS_ACCEPT_DNS=true\n  #     - TS_EXTRA_ARGS=\n  #   volumes:\n  #     - ./tailscale/chefdevibe/state:/var/lib/tailscale\n  #     - /dev/net/tun:/dev/net/tun\n  #     - ./tailscale/config:/config\n  #   restart: unless-stopped\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspv%2Fchef-de-vibe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffspv%2Fchef-de-vibe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspv%2Fchef-de-vibe/lists"}