{"id":28485375,"url":"https://github.com/gioxx/m365-tenant-checker","last_synced_at":"2026-05-19T07:34:29.679Z","repository":{"id":294629485,"uuid":"987571523","full_name":"gioxx/m365-tenant-checker","owner":"gioxx","description":"      Quickly and easily verify whether a domain is associated with a Microsoft 365 tenant (Exchange Online, Teams, etc.).","archived":false,"fork":false,"pushed_at":"2025-09-09T12:17:04.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T15:35:47.618Z","etag":null,"topics":["docker","docker-image","m365","microsoft"],"latest_commit_sha":null,"homepage":"https://m365-tenant-checker.onrender.com","language":"HTML","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/gioxx.png","metadata":{"files":{"readme":"README-IT.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"gioxx","ko_fi":"gioxx","buy_me_a_coffee":"gioxx"}},"created_at":"2025-05-21T09:14:06.000Z","updated_at":"2025-09-09T12:17:00.000Z","dependencies_parsed_at":"2025-05-21T10:42:20.142Z","dependency_job_id":"459a54df-0a99-4f02-93d2-93c13864ad43","html_url":"https://github.com/gioxx/m365-tenant-checker","commit_stats":null,"previous_names":["gioxx/m365-tenant-checker"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/gioxx/m365-tenant-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gioxx%2Fm365-tenant-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gioxx%2Fm365-tenant-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gioxx%2Fm365-tenant-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gioxx%2Fm365-tenant-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gioxx","download_url":"https://codeload.github.com/gioxx/m365-tenant-checker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gioxx%2Fm365-tenant-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276085247,"owners_count":25582513,"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-09-20T02:00:10.207Z","response_time":63,"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":["docker","docker-image","m365","microsoft"],"created_at":"2025-06-08T00:10:17.009Z","updated_at":"2025-09-20T10:57:18.201Z","avatar_url":"https://github.com/gioxx.png","language":"HTML","funding_links":["https://github.com/sponsors/gioxx","https://ko-fi.com/gioxx","https://buymeacoffee.com/gioxx"],"categories":[],"sub_categories":[],"readme":"# 🤖 Microsoft 365 Tenant Checker\n\nQuesto file è [disponibile anche in inglese](README.md).\n\n\u003e Verifica in modo semplice e automatico se un dominio è associato a un tenant Microsoft 365 (Exchange Online, Teams, ecc).\n\n![Docker](https://img.shields.io/badge/Docker-ready-blue?logo=docker)\n![Render](https://img.shields.io/badge/Hosted%20on-Render.com-blueviolet?logo=render)\n![MIT License](https://img.shields.io/github/license/gioxx/m365-tenant-checker)\n\n---\n\n## 🚀 Demo pubblica\n\nPuoi provare subito la versione online all’indirizzo:\n\n👉 **[https://m365-tenant-checker.onrender.com](https://m365-tenant-checker.onrender.com)**\n\n---\n\n## ⚙️ Funzionalità\n\n- 🔎 Verifica se un dominio è registrato su Microsoft 365\n- 📤 Espone un endpoint API semplice (`/check?domain=...`)\n- 🌐 Interfaccia web minimale (HTML statico) integrata\n- 🐳 Distribuito come container Docker pubblico\n- ☁️ Eseguibile anche su Render.com (free tier)\n\n---\n\n## 🧪 API Usage\n\n### Endpoint\n\n```\nGET /check?domain=example.com\n```\n\n### Esempio di risposta\n\n```json\n{\n  \"domain\": \"example.com\",\n  \"status\": 200,\n  \"found\": true,\n  \"message\": \"Domain is associated with Microsoft 365. Redirect URL: https://outlook.office365.com/autodiscover/autodiscover.xml\"\n}\n```\n\n---\n\n## 📦 Docker\n\n### Pull dell'immagine\n\n```bash\ndocker pull ghcr.io/gioxx/m365-tenant-checker:latest\n```\n\n### Avvio locale\n\n```bash\ndocker run -p 5000:5000 ghcr.io/gioxx/m365-tenant-checker:latest\n```\n\nApri il browser su: [http://localhost:5000](http://localhost:5000)\n\n---\n\n## 🧰 Deployment alternativo: Render.com\n\n1. Crea un account su [https://render.com](https://render.com)\n2. Clicca su **New → Web Service**\n3. Collega questo repo\n4. Imposta:\n\n   | Campo            | Valore                            |\n   |------------------|------------------------------------|\n   | Build Command     | *(lascia vuoto)*                  |\n   | Start Command     | `gunicorn backend.app:app`        |\n   | Runtime           | Python 3                          |\n   | Instance Type     | Free                              |\n\n5. Click su **Deploy**\n\n---\n\n## 📁 Struttura del progetto\n\n```\nm365-tenant-checker/\n├── backend/\n│   ├── app.py              ← App Flask (API + serve HTML)\n│   └── requirements.txt\n├── frontend/\n│   └── index.html          ← Interfaccia web\n├── Dockerfile              ← Per containerizzare\n├── Procfile                ← Per Render.com\n```\n\n---\n\n## 📝 Licenza\n\nDistribuito sotto licenza MIT — vedi `LICENSE`.  \nLe [emoji grafiche](https://github.com/twitter/twemoji/blob/master/assets/svg/1f9e0.svg), utilizzate come favicon nella pagina web, provengono dal progetto open source [Twemoji](https://twemoji.twitter.com/). La grafica è coperta da copyright 2020 di Twitter, Inc. e di altri collaboratori. La grafica è rilasciata sotto licenza [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgioxx%2Fm365-tenant-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgioxx%2Fm365-tenant-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgioxx%2Fm365-tenant-checker/lists"}