{"id":19584114,"url":"https://github.com/modoboa/modoboa-radicale","last_synced_at":"2025-04-07T13:07:57.257Z","repository":{"id":27175330,"uuid":"30645049","full_name":"modoboa/modoboa-radicale","owner":"modoboa","description":"The Radicale frontend of Modoboa","archived":false,"fork":false,"pushed_at":"2024-12-02T16:30:19.000Z","size":364,"stargazers_count":21,"open_issues_count":18,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T12:06:30.514Z","etag":null,"topics":["calendar","carddav","modoboa","radicale"],"latest_commit_sha":null,"homepage":"","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":"2015-02-11T11:40:18.000Z","updated_at":"2024-12-02T16:24:19.000Z","dependencies_parsed_at":"2024-04-08T16:46:16.424Z","dependency_job_id":"a1c04d9b-f7ee-4158-a69c-228f22b69aa1","html_url":"https://github.com/modoboa/modoboa-radicale","commit_stats":{"total_commits":180,"total_committers":10,"mean_commits":18.0,"dds":"0.26111111111111107","last_synced_commit":"6f08361386b33cd66e3c377183ebf6358e2f5cbc"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-radicale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-radicale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-radicale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modoboa%2Fmodoboa-radicale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modoboa","download_url":"https://codeload.github.com/modoboa/modoboa-radicale/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247657281,"owners_count":20974345,"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":["calendar","carddav","modoboa","radicale"],"created_at":"2024-11-11T07:46:44.990Z","updated_at":"2025-04-07T13:07:57.232Z","avatar_url":"https://github.com/modoboa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"modoboa-radicale\n================\n\n|gha| |codecov|\n\nThe `Radicale \u003chttp://radicale.org/\u003e`_ frontend of Modoboa.\n\nInstallation\n------------\n\nInstall this extension system-wide or inside a virtual environment by\nrunning the following commands::\n\n  $ pip install https://github.com/modoboa/caldav/tarball/master#egg=caldav\n  $ pip install modoboa-radicale\n\nEdit the settings.py file of your modoboa instance and apply the following modifications:\n\n- add ``modoboa_radicale`` inside the ``MODOBOA_APPS`` variable like this::\n\n    MODOBOA_APPS = (\n      'modoboa',\n      'modoboa.core',\n      'modoboa.lib',\n      'modoboa.admin',\n      'modoboa.transport',\n      'modoboa.relaydomains',\n      'modoboa.limits',\n      'modoboa.parameters',\n      # Extensions here\n      # ...\n      'modoboa_radicale',\n    )\n\n- Add the following at the end of the file::\n\n    from modoboa_radicale import settings as modoboa_radicale_settings\n    modoboa_radicale_settings.apply(globals())\n\nRun the following commands to setup the database tables::\n\n  $ cd \u003cmodoboa_instance_dir\u003e\n  $ python manage.py migrate\n  $ python manage.py load_initial_data\n  $ python manage.py collectstatic\n    \nFinally, restart the python process running modoboa (uwsgi, gunicorn,\napache, whatever).\n\nFor developpers\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-radicale/actions/workflows/plugin.yml/badge.svg\n   :target: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml\n.. |codecov| image:: http://codecov.io/github/modoboa/modoboa-radicale/coverage.svg?branch=master\n   :target: http://codecov.io/github/modoboa/modoboa-radicale?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodoboa%2Fmodoboa-radicale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodoboa%2Fmodoboa-radicale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodoboa%2Fmodoboa-radicale/lists"}