{"id":16560740,"url":"https://github.com/mathieu2301/easy-gns","last_synced_at":"2025-06-13T18:35:47.194Z","repository":{"id":92266229,"uuid":"527688588","full_name":"Mathieu2301/Easy-GNS","owner":"Mathieu2301","description":"Automatic DDNS updater for GDomains","archived":false,"fork":false,"pushed_at":"2023-05-09T20:37:41.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-15T13:31:00.923Z","etag":null,"topics":["ddns","ddns-client","ddns-updater","dns","domains","google-domains","google-domains-ip-updater"],"latest_commit_sha":null,"homepage":"https://domains.google.com","language":"JavaScript","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/Mathieu2301.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}},"created_at":"2022-08-22T18:35:39.000Z","updated_at":"2023-05-09T20:30:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f59618a-173b-4cd2-879d-91271316cced","html_url":"https://github.com/Mathieu2301/Easy-GNS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FEasy-GNS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FEasy-GNS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FEasy-GNS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathieu2301%2FEasy-GNS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mathieu2301","download_url":"https://codeload.github.com/Mathieu2301/Easy-GNS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241958747,"owners_count":20049118,"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","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":["ddns","ddns-client","ddns-updater","dns","domains","google-domains","google-domains-ip-updater"],"created_at":"2024-10-11T20:29:53.478Z","updated_at":"2025-03-05T03:27:51.552Z","avatar_url":"https://github.com/Mathieu2301.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy GNS\n\nSimplest DDNS auto updater for Google Domains.\nThis script will update your domains every `X` minutes.\n\n## Run with Docker\n\n```yml\nversion: '3'\n\nservices:\n  easy-gns:\n    image: ghcr.io/mathieu2301/easy-gns:latest\n    restart: always\n    environment:\n      GNS_EMAIL: email@example.fr # Your GDomains email\n      GNS_IPV6: true # Set this to false if you are sure you don't use ipv6\n      GNS_INTERVAL: 30 # Interval in minutes\n\n      # You can add as many domains as you want\n      # every variable starting with GNS_ will\n      # be parsed as a domain\n      GNS_DOMAIN_1: username1:password1@example.com\n      GNS_DOMAIN_2: username2:password2@*.example2.fr\n      GNS_DOMAIN_3: username3:password3@*.subdomain.example.fr\n      # ...\n      GNS_DEBUG: 1 # Comment this line to disable debug mode\n```\n\n## Run with pm2\n\n### Configuration\n\nCreate a `.env` file with the following content:\n\n```sh\nGNS_EMAIL=email@example.fr # Your GDomains email\nGNS_IPV6=true # Set this to false if you are sure you don't use ipv6\nGNS_INTERVAL=30 # Interval in minutes\n\n# You can add as many domains as you want\n# every variable starting with GNS_ will\n# be parsed as a domain\nGNS_DOMAIN_1=username1:password1@example.com\nGNS_DOMAIN_2=username2:password2@*.example2.fr\nGNS_DOMAIN_3=username3:password3@*.subdomain.example.fr\n# ...\nGNS_DEBUG=1 # Comment this line to disable debug mode\n```\n\n### Run\n\n```sh\npm2 start main.js --name 'Easy GNS'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu2301%2Feasy-gns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathieu2301%2Feasy-gns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathieu2301%2Feasy-gns/lists"}