Giter VIP home page Giter VIP logo

nextcloud_mailman's Introduction

Mailman

Place this app in nextcloud/apps/

Building the app

The app can be built by using the provided Makefile by running:

make

This requires the following things to be present:

  • make
  • which
  • tar: for building the archive
  • curl: used if phpunit and composer are not installed to fetch them from the web
  • npm: for building and testing everything JS, only required if a package.json is placed inside the js/ folder

The make command will install or update Composer dependencies if a composer.json is present and also npm run build if a package.json is present in the js/ folder. The npm build script should use local paths for build systems and package managers, so people that simply want to build the app won't need to install npm libraries globally, e.g.:

package.json:

"scripts": {
    "test": "node node_modules/gulp-cli/bin/gulp.js karma",
    "prebuild": "npm install && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
    "build": "node node_modules/gulp-cli/bin/gulp.js"
}

Publish to App Store

First get an account for the App Store then run:

make && make appstore

The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.

Running tests

You can use the provided Makefile to run all tests by using:

make test

This will run the PHP unit and integration tests and if a package.json is present in the js/ folder will execute npm run test

Of course you can also install PHPUnit and use the configurations directly:

phpunit -c phpunit.xml

or:

phpunit -c phpunit.integration.xml

for integration tests

nextcloud_mailman's People

Contributors

tinkatinka avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

nextcloud_mailman's Issues

Gather list of mailman hosting providers

Requirements

  • subdomain
  • unlimited lists
  • api
  • mailman 3

Here is a list of providers offering hosted mailman solutions:

Hostsharing
https://www.hostsharing.net/loesungen/mailman3/
Hosting cooperative
Offers mailman 3 with REST API

  • Non-commiting request sent

mailman.com
https://mailman3.com/faq.html
dedicated server
API integration
own domain/subdomain
30eur month / 25eur month if paid yearly

jpBerlin
https://www.jpberlin.de/mailinglisten/preise-mailinglisten/
One of the oldest hosters in germany
No details about mailman but we could ask

Harmony lists
https://manage.harmonylists.io/cart/mailman-cloud-hosting/
support custom domain
mailman v2 or v3
unlimited lists
45$/month + $125 Set Up Fee

Minuskel
https://www.minuskel.de/hosting/leistungen.html
Company from Berlin
Offers mailman hosting

emwd
https://www.emwd.com/mailman-hosting/

A more comprenhensive list can be found here

Added users shown to be confirmed

When users are added to a group they are subscribed immediately. But they are also listed on Mailman settings page to be confirmed.

Todos

  • [] mailman move to hosted
  • [] dockerization
  • [] nextcloud update

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.