{"id":15652384,"url":"https://github.com/torarg/pmml","last_synced_at":"2025-03-30T01:19:21.730Z","repository":{"id":180779140,"uuid":"580697788","full_name":"torarg/pmml","owner":"torarg","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-05T11:22:11.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T03:18:27.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/torarg.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}},"created_at":"2022-12-21T08:08:11.000Z","updated_at":"2022-12-22T17:59:24.000Z","dependencies_parsed_at":"2023-07-12T20:37:33.245Z","dependency_job_id":null,"html_url":"https://github.com/torarg/pmml","commit_stats":null,"previous_names":["torarg/pmml"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torarg%2Fpmml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torarg%2Fpmml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torarg%2Fpmml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torarg%2Fpmml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torarg","download_url":"https://codeload.github.com/torarg/pmml/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246262834,"owners_count":20749195,"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":[],"created_at":"2024-10-03T12:42:13.494Z","updated_at":"2025-03-30T01:19:21.711Z","avatar_url":"https://github.com/torarg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# poor man's mailing list (pmml)\n\n## Description\nFetches IMAP inboxes via fetchmail and forwards recieved mails to a list of\nrecipients.\n\n# Usage\nFirst you will need to write configuration files for pmml and fetchmail. Feel\nfree to use the supplied examples as starting point:\n- example_configs/pmmlrc\n- example_configs/fetchmailrc\n\n## Docker\n\n```sh\ndocker run -v $(pwd)/example_configs/fetchmailrc:/.fetchmailrc -v $(pwd)/example_configs/pmmlrc:/.pmmlrc -it pmml:0.1.4\n```\n\n## Kubernetes\nIf using kubernetes the configuration files should be injected as secret into\nthe pod executing pmml.\n\nCreate a namespace:\n```sh\nkubectl create ns pmml\n```\n\nCreate secrets containing the configuration:\n```sh\nkubectl create secret generic pmml-pmmlrc --from-file example_configs/pmmlrc -n pmml\n```\n\n```sh\nkubectl create secret generic pmml-fetchmailrc --from-file example_configs/fetchmailrc -n pmml\n```\n\nAfterwards create the deployment:\n```sh\nkubectl -n pmml apply -f example_configs/pmml_deployment.yml\n```\n\n## Updating secrets\nAfter updating either of the supplied secrets you will need to restart the\npmml pod:\n```sh\nkubectl -n pmml delete pod $(kubectl -n pmml get pods | tail -1 | awk '{print $1}')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorarg%2Fpmml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorarg%2Fpmml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorarg%2Fpmml/lists"}