{"id":18576197,"url":"https://github.com/deuill/mash","last_synced_at":"2026-01-27T14:03:31.106Z","repository":{"id":57528158,"uuid":"62211519","full_name":"deuill/mash","owner":"deuill","description":"The simple task runner","archived":false,"fork":false,"pushed_at":"2016-07-16T13:40:08.000Z","size":90,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T07:52:09.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/deuill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-29T09:00:01.000Z","updated_at":"2021-12-28T16:41:00.000Z","dependencies_parsed_at":"2022-09-03T19:40:50.824Z","dependency_job_id":null,"html_url":"https://github.com/deuill/mash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deuill/mash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fmash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fmash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fmash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fmash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deuill","download_url":"https://codeload.github.com/deuill/mash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deuill%2Fmash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28814313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-06T23:23:58.792Z","updated_at":"2026-01-27T14:03:31.069Z","avatar_url":"https://github.com/deuill.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mash - the simple task runner\n\n[![MIT License][license-svg]][license-url]\n\nMash is a simple task runner -- a service that listens on a standard TCP port and accepts commands over a RESTful interface. It is written in Go and is designed to be simple to build, deploy and use.\n\n## Building\n\nAssuming you have all already installed build dependancies required via `go get`, building Mash is simply a matter of running `make` in the project root. You may install Mash by running `make install` or build a redistributable package using `make package`.\n\n## Running\n\nYou may either run Mash directly using the 'mash' binary, or use the supplied init script, which will also handle permissions and locking. By default, Mash listens on port `6116` and does not need elevated permissions for operation.\n\n## Configuration\n\nMash requires a minimal set of initial configuration, and relies on a good set of defaults for most operations. It can either use environment variables, or a local configuration file located in `/etc/mash/mash.conf` (the default location can be changed by setting an `MASH_CONFIG` environment variable) for overriding default values, using the following semantics:\n\nConfiguration values are namespaced under their service name and option key. Environment variables use an `MASH_` prefix, and are uppercase, while `mash.conf` variables are placed in sections using the service name as a key, and are lowercase. So, for an option `port` under service `http`, the following methods could be used to set the corresponding variable to `8080`:\n\n```shell\nexport MASH_HTTP_PORT=8080\n```\n\nset in the environment in which `mash` is launched, or:\n\n```ini\n[http]\nport = 8080\n```\n\nset as a persistent value in the local file. Environment variables override file variables, which in turn override defaults.\n\n## License\n\nMash is licensed under the MIT license, the terms of which can be found in the included LICENSE file.\n\n[license-url]: https://github.com/deuill/mash/blob/master/LICENSE\n[license-svg]: https://img.shields.io/badge/license-MIT-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuill%2Fmash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeuill%2Fmash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuill%2Fmash/lists"}