{"id":18832793,"url":"https://github.com/linka-cloud/kube-mailserver","last_synced_at":"2026-01-25T20:30:16.772Z","repository":{"id":114453727,"uuid":"545579193","full_name":"linka-cloud/kube-mailserver","owner":"linka-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-11T10:33:03.000Z","size":482,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T07:23:12.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linka-cloud.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-10-04T16:09:13.000Z","updated_at":"2022-10-04T16:24:01.000Z","dependencies_parsed_at":"2024-12-30T07:22:59.066Z","dependency_job_id":"614e7da5-69f0-4112-9cd8-6ed940894e3b","html_url":"https://github.com/linka-cloud/kube-mailserver","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/linka-cloud%2Fkube-mailserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Fkube-mailserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Fkube-mailserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linka-cloud%2Fkube-mailserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linka-cloud","download_url":"https://codeload.github.com/linka-cloud/kube-mailserver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768926,"owners_count":19693763,"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-11-08T01:59:00.396Z","updated_at":"2026-01-25T20:30:16.730Z","avatar_url":"https://github.com/linka-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kube-mailserver\n\nA Kuberentes Operator to deploy [docker-mailservers](https://docker-mailserver.github.io/docker-mailserver/edge) on Kubernetes.\n\n**Project status: *alpha***\n\n*Not all planned features are completed.*\n\n*The API, spec, status and other user facing objects are subject to change.*\n\n*We do not support backward-compatibility for the alpha releases.*\n\n## Description\n// TODO(user): An in-depth paragraph about your project and overview of use\n\n## Dependencies\n\n- [Cert Manager](https://cert-manager.io/docs/installation/kubernetes/)\n- [k8s dns Manager](https://github.com/linka-cloud/k8s-dns-manager)\n- [Traefik v2 CRDs](https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/)\n\n## Getting Started\nYou’ll need a Kubernetes cluster to run against. You can use [KIND](https://sigs.k8s.io/kind) to get a local cluster for testing, or run against a remote cluster.\n**Note:** Your controller will automatically use the current context in your kubeconfig file (i.e. whatever cluster `kubectl cluster-info` shows).\n\n### Running on the cluster\n1. Install Instances of Custom Resources:\n\n```sh\nkubectl apply -f config/samples/\n```\n\n2. Build and push your image to the location specified by `IMG`:\n\t\n```sh\nmake docker-build docker-push IMG=\u003csome-registry\u003e/kubebuilder:tag\n```\n\t\n3. Deploy the controller to the cluster with the image specified by `IMG`:\n\n```sh\nmake deploy IMG=\u003csome-registry\u003e/kubebuilder:tag\n```\n\n### Uninstall CRDs\nTo delete the CRDs from the cluster:\n\n```sh\nmake uninstall\n```\n\n### Undeploy controller\nUnDeploy the controller to the cluster:\n\n```sh\nmake undeploy\n```\n\n## Contributing\n// TODO(user): Add detailed information on how you would like others to contribute to this project\n\n### How it works\nThis project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)\n\nIt uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/) \nwhich provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster \n\n### Test It Out\n1. Install the CRDs into the cluster:\n\n```sh\nmake install\n```\n\n2. Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):\n\n```sh\nmake run\n```\n\n**NOTE:** You can also run this in one step by running: `make install run`\n\n### Modifying the API definitions\nIf you are editing the API definitions, generate the manifests such as CRs or CRDs using:\n\n```sh\nmake manifests\n```\n\n**NOTE:** Run `make --help` for more information on all potential `make` targets\n\nMore information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)\n\n## License\n\nCopyright 2022 Linka Cloud  All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n## TODO:\n\n- [ ] Manifests generation\n- [ ] Certificates\n    - [ ] Reloading on renewal\n- [ ] DNS Records generation\n- [ ] OpenDKIM\n    - [ ] Generate keys\n    - [ ] Generate DNS records\n    - [ ] Create secret\n    - [ ] Mount secret\n- [ ] LDAP\n    - [ ] Auth\n    - [ ] Users\n    - [ ] Groups\n    - [ ] Aliases\n- [ ] Autoconfig\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinka-cloud%2Fkube-mailserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinka-cloud%2Fkube-mailserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinka-cloud%2Fkube-mailserver/lists"}