{"id":50300021,"url":"https://github.com/freedy237/howdy-fedora-install","last_synced_at":"2026-05-28T12:03:50.551Z","repository":{"id":284609081,"uuid":"955493225","full_name":"freedy237/howdy-fedora-install","owner":"freedy237","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-29T23:54:57.000Z","size":28565,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T01:33:02.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/freedy237.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-26T18:14:34.000Z","updated_at":"2025-10-29T23:55:00.000Z","dependencies_parsed_at":"2025-10-30T01:35:08.011Z","dependency_job_id":null,"html_url":"https://github.com/freedy237/howdy-fedora-install","commit_stats":null,"previous_names":["freedy237/howdy-fedora-install"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freedy237/howdy-fedora-install","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedy237%2Fhowdy-fedora-install","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedy237%2Fhowdy-fedora-install/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedy237%2Fhowdy-fedora-install/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedy237%2Fhowdy-fedora-install/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freedy237","download_url":"https://codeload.github.com/freedy237/howdy-fedora-install/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freedy237%2Fhowdy-fedora-install/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33607383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":[],"created_at":"2026-05-28T12:03:48.343Z","updated_at":"2026-05-28T12:03:50.546Z","avatar_url":"https://github.com/freedy237.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation et Configuration de Howdy 3.0.0-5 sur Fedora 42\n\n## 1. Télécharger les dépendances\nAvant d'installer Howdy, il faut récupérer les paquets nécessaires :\n\n```bash\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/07780296-python-pyv4l2/python3-pyv4l2-1.0.2-3.20240124gitf12f0b3.fc41.x86_64.rpm\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/07780294-python-keyboard/python3-keyboard-0.13.5-3.fc41.noarch.rpm\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/07780292-python-elevate/python3-elevate-0.1.3-3.20240124git78e82a8.fc41.noarch.rpm\n```\n\n## 2. Installer les dépendances\nAssurez-vous que vous êtes dans le dossier où se trouvent les fichiers téléchargés :\n\n```bash\ncd ~/Téléchargements\nsudo dnf install \\\n    python3-elevate-0.1.3-3.20240124git78e82a8.fc41.noarch.rpm \\\n    python3-keyboard-0.13.5-3.fc41.noarch.rpm \\\n    python3-pyv4l2-1.0.2-3.20240124gitf12f0b3.fc41.x86_64.rpm\n```\n\nEnsuite, installez OpenCV et V4L2 :\n\n```bash\nsudo dnf install -y opencv opencv-devel python3-opencv\nsudo dnf install -y v4l-utils\n```\n\n## 3. Télécharger et installer Howdy\nTéléchargez les fichiers d'installation de Howdy :\n\n```bash\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/09288128-howdy/howdy-data-3.0.0-7.20250714gitd3ab993.fc42.noarch.rpm\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/09288128-howdy/howdy-3.0.0-7.20250714gitd3ab993.fc42.x86_64.rpm\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/09288128-howdy/howdy-gtk-3.0.0-7.20250714gitd3ab993.fc42.noarch.rpm\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/09288128-howdy/howdy-debuginfo-3.0.0-7.20250714gitd3ab993.fc42.x86_64.rpm\nwget https://download.copr.fedorainfracloud.org/results/principis/howdy-beta/fedora-42-x86_64/09288128-howdy/howdy-debugsource-3.0.0-7.20250714gitd3ab993.fc42.x86_64.rpm\n\n```\n\nInstallez les fichiers :\n\n```bash\nsudo dnf install ~/Téléchargements/howdy-*.fc41.*.rpm\n```\n\n## 4. Configurer Howdy\n### Identifier le périphérique vidéo\nUtilisez les commandes suivantes pour identifier votre caméra :\n\n```bash\nv4l2-ctl --list-devices\nls /dev/video*\n```\n\nSi plusieurs périphériques sont détectés, testez-les :\n\n```bash\nffplay /dev/video0\nffplay /dev/video1\n```\n\n### Modifier le fichier de configuration de Howdy\nOuvrez le fichier de configuration :\n\n```bash\nsudo howdy config\n```\n\nModifiez les paramètres suivants :\n\n```\ndetection_notice = true\ntimeout_notice = true\nno_confirmation = false\nsuppress_unknown = false\nabort_if_ssh = true\nabort_if_lid_closed = true\ndisabled = false\nuse_cnn = false\nworkaround = input\ncertainty = 4.0\ntimeout = 10\ndevice_path = /dev/video0  # Remplacez par votre périphérique détecté\nwarn_no_device = true\nmax_height = 480\nframe_width = 640\nframe_height = 480\ndark_threshold = 80\nrecording_plugin = opencv\ndevice_format = v4l2\nforce_mjpeg = true\nexposure = -1\ndevice_fps = 15\nrotate = 1\n```\n\nSauvegardez et quittez.\n\n## 5. Ajouter un modèle de visage\nAjoutez un modèle de reconnaissance faciale pour votre utilisateur :\n\n```bash\nsudo howdy add\n```\n\nDonnez un nom au modèle lorsque demandé.\n\n## 6. Tester la reconnaissance faciale\nTestez si la reconnaissance fonctionne :\n\n```bash\nsudo howdy test\n```\n\n## 7. Configurer l’authentification\n### Modifier les fichiers PAM\n\nAjoutez Howdy à la configuration PAM pour sudo :\n\n```bash\nsudo nano /etc/pam.d/sudo\n```\n\nAjoutez cette ligne au début du fichier :\n\n```\nauth       sufficient   pam_howdy.so no_confirmation\n```\n\nFaites de même pour GDM :\n\n```bash\nsudo nano /etc/pam.d/gdm-password\n```\n\nAjoutez :\n\n```\nauth       sufficient   pam_howdy.so\n```\n\n## 8. Gérer les permissions\nDonnez les autorisations nécessaires à votre caméra :\n\n```bash\nsudo chmod o+rw /dev/video*\n```\n\n```bash\nsudo chmod -R o+rx /usr/share/howdy/dlib-data\n```\n```bash\nsudo chmod +x /usr/bin/howdy\n```\n```bash\nsudo usermod -aG video gdm\n```\n```bash\nsudo chmod 666 /dev/video*\n```\n```bash\nsudo chmod 755 /usr/lib64/security/pam_howdy.so\n```\n\n## 9. Créer un module SELinux personnalisé pour autoriser Howdy\nCréer un fichier de politique SELinux, par exemple howdy.te :\n\n```bash\nsudo nano howdy.te\n```\n\nAjoutez-y le contenu suivant :\n\n```\nmodule howdy 1.0;\nrequire {\n    type lib_t;\n    type xdm_t;\n    type v4l_device_t;\n    type sysctl_vm_t;\n    class chr_file map;\n    class file { create getattr open read write };\n    class dir add_name;\n}\n\nallow xdm_t lib_t:dir add_name;\nallow xdm_t lib_t:file { create write };\nallow xdm_t sysctl_vm_t:file { getattr open read };\nallow xdm_t v4l_device_t:chr_file map;\n\n```\n\nCompiler le module :\n \n```bash\ncheckmodule -M -m -o howdy.mod howdy.te\nsemodule_package -o howdy.pp -m howdy.mod\n```\n\nInstaller le module SELinux :\n\n```bash\nsudo semodule -i howdy.pp\n```\n\n## 🎯 Conclusion\nVotre système Fedora 42 est maintenant configuré pour utiliser la reconnaissance faciale avec Howdy. 🚀\n\nEn cas de problème, vérifiez les permissions et les logs avec :\n\n```bash\njournalctl -xe | grep howdy\n```\n\nAmusez-vous bien avec la reconnaissance faciale ! 😊\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedy237%2Fhowdy-fedora-install","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedy237%2Fhowdy-fedora-install","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedy237%2Fhowdy-fedora-install/lists"}