{"id":15874817,"url":"https://github.com/juwit/nauclerus","last_synced_at":"2026-05-18T10:08:46.598Z","repository":{"id":127210298,"uuid":"562126743","full_name":"juwit/nauclerus","owner":"juwit","description":"Nauclerus is a one-binary GUI app, written in Go, for managing and running Helm releases on Kubernetes. Nauclerus is the Latin word for ship master.","archived":false,"fork":false,"pushed_at":"2023-01-03T10:04:40.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T08:51:50.479Z","etag":null,"topics":["golang","gui","helm","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juwit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-05T11:51:18.000Z","updated_at":"2022-11-25T10:55:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"380a1ffe-e03a-4716-b808-2b848f0d81d9","html_url":"https://github.com/juwit/nauclerus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juwit/nauclerus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fnauclerus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fnauclerus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fnauclerus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fnauclerus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juwit","download_url":"https://codeload.github.com/juwit/nauclerus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fnauclerus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["golang","gui","helm","kubernetes"],"created_at":"2024-10-06T01:41:34.944Z","updated_at":"2026-05-18T10:08:46.577Z","avatar_url":"https://github.com/juwit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nauclerus\n\n## How to build\n\nThe preferred way to build the application is either using the Makefile's `build` target.\n\nYou should have [`golangci-lint` installed](https://golangci-lint.run/usage/install/) in order to perform various quality checks.\n\nThe build has only been tested on go 1.19.\n\nYou can see every build targets simply running `make` with arguments. To generate the binary, run\n\n```\nmake build\n```\n\n## How to run\n\nIf you do not need to generate a binary, you can simply `go run` (or `make run`) the program and see the possible options.\n\n```\n$ go run cmd/nauclerus/main.go serve --help\n\nUsage: nauclerus serve\n\nStart the server\n\nFlags:\n-h, --help         Show context-sensitive help.\n-v, --verbose      Enable debug output ($NAUCLERUS_VERBOSE)\n\n--debug        weither to enable debug mode ($NAUCLERUS_DEBUG)\n-p, --port=8080    HTTP Port to listen to ($NAUCLERUS_PORT)\n```\n\n### Configuration\n\nRun the app with --help to see configuration options. Most configuration controls are available as environment variables (useful in a docker context)\n\n## Architecture\n\nThe project layout can be documented like this:\n\n```\n.\n├── application             # application container\n├── cli                     # CLI controllers, process command line arguments and start the program\n├── cmd                     # main func entrypoints, not go gettable\n├── http                    # HTTP controllers, process HTTP logic and routing\n├── service                 # Business logic for this service\n└── logger.go               # logging utils\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuwit%2Fnauclerus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuwit%2Fnauclerus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuwit%2Fnauclerus/lists"}