{"id":23816180,"url":"https://github.com/andrewn6/forge","last_synced_at":"2026-05-04T09:30:20.406Z","repository":{"id":192675999,"uuid":"680589615","full_name":"andrewn6/forge","owner":"andrewn6","description":"a small server that takes a github repo/local path and builds it using nixpacks","archived":false,"fork":false,"pushed_at":"2023-09-06T23:31:25.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T09:13:31.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/andrewn6.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}},"created_at":"2023-08-19T18:27:10.000Z","updated_at":"2023-09-06T16:30:10.000Z","dependencies_parsed_at":"2024-04-21T16:57:57.139Z","dependency_job_id":null,"html_url":"https://github.com/andrewn6/forge","commit_stats":null,"previous_names":["0xacn/nixbuilder","andrewhummus/forge","andrewn6/forge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewn6%2Fforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewn6","download_url":"https://codeload.github.com/andrewn6/forge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240086035,"owners_count":19745818,"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-01-02T04:29:10.725Z","updated_at":"2026-05-04T09:30:20.363Z","avatar_url":"https://github.com/andrewn6.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forge\n\nSmall service that uses [https://nixpacks.com](Nixpacks) to create docker images from git repositories or local paths.\n\n## gettin started 🦀\n\nmake sure you have rust and docker installed on ur system\n\nand create a .env file, copy the values from .env.example and fill those in.\n\nnow you can build \u0026 run the project like this `cargo b` `cargo run`\n\nyou should be able to access the server at localhost:8084, and it should show a basic html page.\n\n### trigger an image build\n```\n{\n  \"path\": \"https://github.com/username/repo.git\",\n  \"name\": \"image-name\",\n  \"envs\": [\"ENV_VAR1=value\", \"ENV_VAR2=value\"],\n  \"build_options\": {\n    \"print_dockerfile\": false,\n    \"tags\": [\"v1.0\", \"latest\"],\n    \"labels\": [],\n    \"quiet\": false,\n    \"no_cache\": false,\n    \"inline_cache\": false,\n    \"platform\": [\"linux/amd64\"],\n    \"current_dir\": false,\n    \"no_error_without_start\": false,\n    \"verbose\": false\n  }\n}\n```\n\n### Logs Retrieval\nTo retrieve logs for a specific container, send a GET request to /logs with the following query parameters:\n\n```\ncontainer_id: The ID of the container for which you want to retrieve logs.\nstart_time: The start time of the log collection period in RFC3339 format.\nend_time: The end time of the log collection period in RFC3339 format.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn6%2Fforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewn6%2Fforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewn6%2Fforge/lists"}