{"id":43379112,"url":"https://github.com/libdns/totaluptime","last_synced_at":"2026-02-02T07:45:07.458Z","repository":{"id":64271360,"uuid":"574641936","full_name":"libdns/totaluptime","owner":"libdns","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-12T18:45:55.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-16T00:13:11.566Z","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/libdns.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-12-05T18:57:05.000Z","updated_at":"2024-03-28T03:43:47.000Z","dependencies_parsed_at":"2023-01-15T07:45:33.066Z","dependency_job_id":null,"html_url":"https://github.com/libdns/totaluptime","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/libdns/totaluptime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftotaluptime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftotaluptime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftotaluptime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftotaluptime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libdns","download_url":"https://codeload.github.com/libdns/totaluptime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libdns%2Ftotaluptime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29007316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T06:37:10.400Z","status":"ssl_error","status_checked_at":"2026-02-02T06:37:09.383Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-02-02T07:45:06.272Z","updated_at":"2026-02-02T07:45:07.449Z","avatar_url":"https://github.com/libdns.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Total Uptime for [`libdns`](https://github.com/libdns/libdns)\n=======================\n\n[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/totaluptime)\n\nThis package implements the [libdns interfaces](https://github.com/libdns/libdns) for Total Uptime, allowing you to manage DNS records.\n\n## Authenticating\n\nThis package supports basic authentication with Total Uptime's API. It's recommended that you create a role and user specific to API use, so that you can ensure least-privilege access to the account. Listed below are the steps to achieve this using Total Uptime's management portal:\n\n* Settings -\u003e Roles \u0026 Security -\u003e Role Management -\u003e Add\n  * Name: **API_User_Role**\n  * DNS: **Enabled**\n    * Information: **Read**\n    * Domains: **Full**\n  * *(all other access set to \"Disabled\")*\n\n* Settings -\u003e Users -\u003e Add\n    * First Name: **API**\n    * Last Name: **User**\n    * User Name (Email): **apiuser@mydomain.com**  *(can be anything and does not need to receive mail)*\n    * Active: **[ X ]** *(checked)*\n    * Role: **API_User_Role**\n    * API Account: **[ X ]** *(checked)*\n\n## Example\n\nHere's a minimal example of how to list all DNS records using this `libdns` provider (see `examples/main.go` for more examples)\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/libdns/totaluptime\"\n)\n\nfunc main() func main() {\n\tprovider := totaluptime.Provider{\n\t\tUsername: \"USERNAME\", // provider API username\n\t\tPassword: \"PASSWORD\", // provider API password\n\t}\n\n\tzone := \"DNS_ZONE\" // zone in provider account\n\tctx := context.Background()\n\n\tresult, err := provider.GetRecords(ctx, zone)\n\tif err != nil {\n\t\tlog.Fatalln(err)\n\t}\n\n\tfmt.Println(result)\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Ftotaluptime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibdns%2Ftotaluptime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibdns%2Ftotaluptime/lists"}