{"id":28202564,"url":"https://github.com/stensel8/ps-tovenaars","last_synced_at":"2025-10-07T07:06:40.916Z","repository":{"id":291792542,"uuid":"978786031","full_name":"Stensel8/PS-Tovenaars","owner":"Stensel8","description":"Toveren met Powershell. Een repository gemaakt voor school-doeleinden.","archived":false,"fork":false,"pushed_at":"2025-08-18T09:30:20.000Z","size":117,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T11:27:27.857Z","etag":null,"topics":["education","educational","powershell","powershell7","pwsh","pwsh7"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/Stensel8.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,"zenodo":null}},"created_at":"2025-05-06T14:02:45.000Z","updated_at":"2025-08-18T09:30:21.000Z","dependencies_parsed_at":"2025-06-12T12:29:00.621Z","dependency_job_id":"d3fd84f8-0c0f-45b0-8a3c-74215d9e7263","html_url":"https://github.com/Stensel8/PS-Tovenaars","commit_stats":null,"previous_names":["stensel8/ps-tovenaars"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stensel8/PS-Tovenaars","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stensel8%2FPS-Tovenaars","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stensel8%2FPS-Tovenaars/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stensel8%2FPS-Tovenaars/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stensel8%2FPS-Tovenaars/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stensel8","download_url":"https://codeload.github.com/Stensel8/PS-Tovenaars/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stensel8%2FPS-Tovenaars/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278734475,"owners_count":26036416,"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-10-07T02:00:06.786Z","response_time":59,"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":["education","educational","powershell","powershell7","pwsh","pwsh7"],"created_at":"2025-05-17T00:14:20.517Z","updated_at":"2025-10-07T07:06:40.872Z","avatar_url":"https://github.com/Stensel8.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PS-Tovenaars\n\nLekker toveren met PowerShell.\n\n---\n\n## Inhoud\n\n* [Voorwaarden](#voorwaarden)\n* [GPG Commit Signing Setup](#gpg-commit-signing-setup)\n* [Branching Regels](#branching-regels)\n\n---\n## Configure VMs\nRun the configure-vm.ps1 to turn off and disable unnecessary services and features for Windows VMs\n\n\n## Voorwaarden\n\nVoordat je kunt committen, heb je nodig:\n\n1. Windows 11 Pro\n2. [Gpg4win (met Kleopatra)](https://www.gpg4win.org/)\n3. Git (via GitHub Desktop of VS Code)\n\nZorg dat je GitHub-account klaarstaat.\n\n---\n\n## GPG Commit Signing Setup\n\nVolg deze stappen éénmalig om je commits te signen:\n\n1. **Installeer Gpg4win**\n\n   * Download en installeer van [https://www.gpg4win.org/](https://www.gpg4win.org/).\n   * Selecteer tijdens installatie **Kleopatra**.\n\n2. **Maak een sleutel aan**\n\n   * Open **Kleopatra**.\n   * Kies **Certificate → New Certificate** → **Create a personal OpenPGP key pair**.\n   * Vul je naam en exact je GitHub-e‑mail in.\n   * Selecteer RSA 4096, voltooi de wizard.\n   * Noteer je **Key ID** (bijv. `0xABCD1234EF56`).\n\n3. **Exporteer en registreer je publieke sleutel**\n\n   * In Kleopatra: rechtsklik op je sleutel → **Export Certificates…** → sla op als `.asc`.\n   * Open het `.asc` bestand, kopieer alles.\n   * Ga naar GitHub → **Settings → SSH and GPG keys → New GPG key**.\n   * Plak je sleutel en sla op.\n   * dubbel klik op de sleutel\n   * klik op change passphrase en vul een wachtwoord in\n\n4. **Configureer Git**\n   Open PowerShell en voer uit (vul je eigen Key ID en paden in):\n\n   ```bash\n   git config --global user.signingkey ABCD1234EF56\n   git config --global commit.gpgsign true\n   git config --global gpg.program \"C:/Program Files (x86)/GnuPG/bin/gpg.exe\"\n   ```\n   Op GitHub/GitHub Desktop zie je nu **Verified** bij je commit.\n   \n   ![GPG deployment success confirmation](resources/GPG-deploy-success.png)\n\n---\n\n## Branching Regels\n\n* **Eigen branch:** push alleen naar je eigen branch.\n* **Naar main:** als een feature of hoofdstuk klaar is, via Pull Request (PR).\n* **PR review:** iemand anders reviewt en keurt goed.\n* **Push direct naar main:** niet toegestaan.\n\nSucces met toveren! 🎩✨\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstensel8%2Fps-tovenaars","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstensel8%2Fps-tovenaars","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstensel8%2Fps-tovenaars/lists"}