{"id":50000181,"url":"https://github.com/gera2ld/runic","last_synced_at":"2026-05-24T08:01:16.886Z","repository":{"id":358856080,"uuid":"1243318426","full_name":"gera2ld/runic","owner":"gera2ld","description":"A lightweight command execution and log hosting tool with a web dashboard.","archived":false,"fork":false,"pushed_at":"2026-05-19T09:45:40.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T12:30:15.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/gera2ld.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":"2026-05-19T08:29:07.000Z","updated_at":"2026-05-19T09:45:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gera2ld/runic","commit_stats":null,"previous_names":["gera2ld/runic"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gera2ld/runic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Frunic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Frunic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Frunic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Frunic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gera2ld","download_url":"https://codeload.github.com/gera2ld/runic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gera2ld%2Frunic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33426013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":"2026-05-19T11:09:02.461Z","updated_at":"2026-05-24T08:01:16.876Z","avatar_url":"https://github.com/gera2ld.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runic\n\nA lightweight command execution and log hosting tool with a web dashboard. Run shell commands defined in YAML, track execution history, and view logs — all from a single binary.\n\n## Installation\n\n```bash\ncurl -sL https://raw.githubusercontent.com/gera2ld/runic/main/install.sh | sh\n```\n\nThis installs `runic` to `~/.local/bin/runic`. Add that directory to your PATH.\n\n\u003cdetails\u003e\n\u003csummary\u003eManual install\u003c/summary\u003e\n\n1. Download the latest release from GitHub\n2. Make it executable: `chmod +x runic`\n3. Move to your PATH: `mv runic ~/.local/bin/`\n\n\u003c/details\u003e\n\n## Configuration\n\nCreate a `config.yml` (optional, all fields have defaults):\n\n```yaml\nhost: 127.0.0.1\nport: 1337\ntimeout: 10\n```\n\nEnvironment variables `RUNIC_HOST`, `RUNIC_PORT`, and `RUNIC_DATA_DIR` override config values.\n\n## Actions\n\nPlace YAML files in `actions/\u003cid\u003e.yml`:\n\n```yaml\nname: deploy\ntimeout: 60\ncommand: |\n  echo \"Deploying...\"\n  ./scripts/deploy.sh\n```\n\nOnly `command` is required. `name`, `timeout`, `cwd`, `cron`, and `concurrency` are optional.\n\n`concurrency` defaults to `1`. Set it to `0` to allow unlimited overlapping runs.\n\n\u003e [!TIP]\n\u003e Always wrap your `cron` expression in quotes (e.g., `cron: \"*/5 * * * *\"`) to avoid YAML parsing errors, especially if the expression starts with `*`.\n\n## Commands\n\n```\nrunic           Start the server\nrunic update    Upgrade to the latest release\nrunic version   Show version info\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Frunic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgera2ld%2Frunic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgera2ld%2Frunic/lists"}