{"id":19584120,"url":"https://github.com/modoboa/modoboa-contacts","last_synced_at":"2025-04-27T11:31:39.063Z","repository":{"id":19032303,"uuid":"85950328","full_name":"modoboa/modoboa-contacts","owner":"modoboa","description":"Address book for Modoboa","archived":false,"fork":false,"pushed_at":"2024-06-17T19:29:34.000Z","size":1488,"stargazers_count":16,"open_issues_count":7,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-11T03:19:09.101Z","etag":null,"topics":["contacts","django","modoboa","vuejs2"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/modoboa.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2017-03-23T13:02:30.000Z","updated_at":"2024-08-07T12:32:23.000Z","dependencies_parsed_at":"2023-12-01T13:54:22.976Z","dependency_job_id":"1d84918b-53cd-4a63-a0aa-3f5aafffe144","html_url":"https://github.com/modoboa/modoboa-contacts","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-contacts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-contacts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-contacts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-contacts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modoboa","download_url":"https://codeload.github.com/modoboa/modoboa-contacts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224069585,"owners_count":17250454,"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":["contacts","django","modoboa","vuejs2"],"created_at":"2024-11-11T07:46:46.056Z","updated_at":"2024-11-11T07:46:46.901Z","avatar_url":"https://github.com/modoboa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Address book plugin for Modoboa\n===============================\n\n|gha| |codecov|\n\nInstallation\n------------\n\nInstall this extension system-wide or inside a virtual environment by\nrunning the following command::\n\n  $ pip install modoboa-contacts\n\nEdit the settings.py file of your modoboa instance and apply the following modifications:\n\n- add ``modoboa_contacts`` inside the ``MODOBOA_APPS`` variable like this::\n\n    MODOBOA_APPS = (\n        'modoboa',\n        'modoboa.core',\n        'modoboa.lib',\n        'modoboa.admin',\n        'modoboa.relaydomains',\n        'modoboa.limits',\n        'modoboa.parameters',\n        # Extensions here\n        # ...\n        'modoboa_contacts',\n    )\n\n- Add the following at the end of the file::\n\n    from modoboa_contacts import settings as modoboa_contacts_settings\n    modoboa_contacts_settings.apply(globals())\n\nFinally, run the following commands to setup the database tables::\n\n  $ cd \u003cmodoboa_instance_dir\u003e\n  $ python manage.py migrate\n  $ python manage.py collectstatic\n  $ python manage.py load_initial_data\n\nFor developers\n---------------\n\nThe frontend part of this plugin is developed with `VueJS 2 \u003chttps://vuejs.org/\u003e`_ and\nrequires `nodejs \u003chttps://nodejs.org/en/\u003e`_ and `webpack \u003chttps://webpack.js.org/\u003e`_.\n\nOnce nodejs is installed on your system, run the following commands::\n\n  $ cd frontend\n  $ npm install\n  $ npm run serve\n\nTo update dist files (the ones that will be distributed with the plugin), run::\n\n  $ npm run build\n\n.. |gha| image:: https://github.com/modoboa/modoboa-contacts/actions/workflows/plugin.yml/badge.svg\n   :target: https://github.com/modoboa/modoboa-contacts/actions/workflows/plugin.yml\n\n.. |codecov| image:: https://codecov.io/gh/modoboa/modoboa-contacts/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/modoboa/modoboa-contacts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodoboa%2Fmodoboa-contacts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodoboa%2Fmodoboa-contacts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodoboa%2Fmodoboa-contacts/lists"}