{"id":22952507,"url":"https://github.com/lukasknuth/terraform-provider-gotify","last_synced_at":"2025-07-31T14:33:24.309Z","repository":{"id":247482446,"uuid":"825680884","full_name":"LukasKnuth/terraform-provider-gotify","owner":"LukasKnuth","description":"A simple provider to automate Gotify administration","archived":false,"fork":false,"pushed_at":"2024-10-28T19:31:08.000Z","size":114,"stargazers_count":5,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T01:49:57.244Z","etag":null,"topics":["gotify-client","terraform-provider"],"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/LukasKnuth.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-08T09:54:43.000Z","updated_at":"2025-07-25T14:44:12.000Z","dependencies_parsed_at":"2024-08-21T22:41:15.595Z","dependency_job_id":null,"html_url":"https://github.com/LukasKnuth/terraform-provider-gotify","commit_stats":null,"previous_names":["lukasknuth/terraform-provider-gotify"],"tags_count":5,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding-framework","purl":"pkg:github/LukasKnuth/terraform-provider-gotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasKnuth%2Fterraform-provider-gotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasKnuth%2Fterraform-provider-gotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasKnuth%2Fterraform-provider-gotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasKnuth%2Fterraform-provider-gotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukasKnuth","download_url":"https://codeload.github.com/LukasKnuth/terraform-provider-gotify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasKnuth%2Fterraform-provider-gotify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268057147,"owners_count":24188616,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"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":["gotify-client","terraform-provider"],"created_at":"2024-12-14T15:37:56.769Z","updated_at":"2025-07-31T14:33:24.248Z","avatar_url":"https://github.com/LukasKnuth.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gotify Terraform Provider\n\nThis Provider allows you to manage your Gotify server as part of your infrastructure.\n\n```terraform\nprovider \"gotify\" {\n  endpoint = \"http://my.gotify.local\"\n}\n\n# Create a Gotify app...\nresource \"gotify_application\" \"todo_list\" {\n  name        = \"ToDos\"\n  description = \"Notifies when new ToDos are added by others\"\n}\n\n# ...then use the token to send messages\nresource \"k8s_deployment\" \"todo\" {\n  container {\n    name  = \"todos\"\n    image = \"mytools/mytodo\"\n\n    env {\n      name  = \"GOTIFY_TOKEN\"\n      value = gotify_application.todo_list.token\n    }\n  }\n}\n```\n\nHop over to the [Terraform Registry](https://registry.terraform.io/providers/LukasKnuth/gotify/) to get instructions and documentation for the provider.\n\n## Developing the Provider\n\nIn general: This provider is as complete as I currently need it to be. If you find it useful as well, fantastic. You may use it as-is.\n\nI'm not looking to make this thing bigger than it currently is. That said, if you encounter problems or want to contribute features yourself, Issues/Pull Requests are open.\n\n### Publishing a new Version\n\n1. Create and push a new tag in the format `v\u003cMajor\u003e.\u003cMinor\u003e.\u003cPatch\u003e`\n2. The CI will build and sign the provider binary and create a new GitHub Release\n3. Terraform Registry picks up the changes and publishes the new provider version (might take up to 10min)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasknuth%2Fterraform-provider-gotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasknuth%2Fterraform-provider-gotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasknuth%2Fterraform-provider-gotify/lists"}