Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

modoboa-radicale

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modoboa-radicale

The Radicale frontend of Modoboa

  • 1.7.3
  • PyPI
  • Socket score

Maintainers
1

modoboa-radicale

|gha| |codecov|

The Radicale <http://radicale.org/>_ frontend of Modoboa.

Installation

Install this extension system-wide or inside a virtual environment by running the following commands::

$ pip install https://github.com/modoboa/caldav/tarball/master#egg=caldav $ pip install modoboa-radicale

Edit the settings.py file of your modoboa instance and apply the following modifications:

  • add modoboa_radicale inside the MODOBOA_APPS variable like this::

    MODOBOA_APPS = ( 'modoboa', 'modoboa.core', 'modoboa.lib', 'modoboa.admin', 'modoboa.transport', 'modoboa.relaydomains', 'modoboa.limits', 'modoboa.parameters', # Extensions here # ... 'modoboa_radicale', )

  • Add the following at the end of the file::

    from modoboa_radicale import settings as modoboa_radicale_settings modoboa_radicale_settings.apply(globals())

Run the following commands to setup the database tables::

$ cd <modoboa_instance_dir> $ python manage.py migrate $ python manage.py load_initial_data $ python manage.py collectstatic

Finally, restart the python process running modoboa (uwsgi, gunicorn, apache, whatever).

For developpers

The frontend part of this plugin is developed with VueJS 2 <https://vuejs.org/>_ and requires nodejs <https://nodejs.org/en/>_ and webpack <https://webpack.js.org/>_.

Once nodejs is installed on your system, run the following commands::

$ cd frontend $ npm install $ npm run serve

To update dist files (the ones that will be distributed with the plugin), run::

$ npm run build

.. |gha| image:: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml/badge.svg :target: https://github.com/modoboa/modoboa-radicale/actions/workflows/plugin.yml .. |codecov| image:: http://codecov.io/github/modoboa/modoboa-radicale/coverage.svg?branch=master :target: http://codecov.io/github/modoboa/modoboa-radicale?branch=master

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc