{"id":13553763,"url":"https://github.com/tchapi/mlmmj-simple-web-interface","last_synced_at":"2025-04-14T03:14:26.936Z","repository":{"id":27038353,"uuid":"30503425","full_name":"tchapi/mlmmj-simple-web-interface","owner":"tchapi","description":"A very simple web frontend in node for mlmmj (http://mlmmj.org)","archived":false,"fork":false,"pushed_at":"2024-06-15T23:04:37.000Z","size":357,"stargazers_count":29,"open_issues_count":5,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T03:14:07.132Z","etag":null,"topics":["bootstrap","mail","mailserver","mlmmj","nodejs"],"latest_commit_sha":null,"homepage":"https://github.com/tchapi/mlmmj-simple-web-interface","language":"JavaScript","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/tchapi.png","metadata":{"files":{"readme":"README.md","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-08T19:50:58.000Z","updated_at":"2023-12-17T11:34:07.000Z","dependencies_parsed_at":"2024-08-01T12:23:24.347Z","dependency_job_id":"12072d6c-0385-4e6c-a96a-ac63c83bf80d","html_url":"https://github.com/tchapi/mlmmj-simple-web-interface","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmlmmj-simple-web-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmlmmj-simple-web-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmlmmj-simple-web-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchapi%2Fmlmmj-simple-web-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchapi","download_url":"https://codeload.github.com/tchapi/mlmmj-simple-web-interface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813802,"owners_count":21165634,"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":["bootstrap","mail","mailserver","mlmmj","nodejs"],"created_at":"2024-08-01T12:02:32.821Z","updated_at":"2025-04-14T03:14:26.898Z","avatar_url":"https://github.com/tchapi.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","bootstrap"],"sub_categories":[],"readme":"# Mlmmj Simple Web Interface\nA very simple web frontend in node for [mlmmj](http://mlmmj.org/).\n\n\u003e **Attention : run as `list`** :\n\n\u003e When you run the app, you have to run it as the `list` user if you want to have access to mlmmj's files :\n```\nsudo su list -c \"node index.js\"\n```\n\n## Structure\n\nThis is a Node.js app, that uses :\n\n  * [Express](http://expressjs.com/) as a global framework, with sessions and flash messages\n  * [Consolidate](https://github.com/tj/consolidate.js) \u0026 [Nunjucks](https://mozilla.github.io/nunjucks) as the template engine\n  * [Passportjs](http://passportjs.org) for the authentification\n  * [Bootstrap](http://getbootstrap.com) for the frontend\n\nAnd some local modules like `ConfigParser` (_cf. source code if you want to see more_)\n  \n## Functionalities\n\n  * Parameters\n\n    The app allows to modify all tunables (files present in /control) : values, lists, texts and booleans\n\n  * Subscribers\n\n    The app allows to modify all tunables (files present in /control) : values, lists, texts and booleans\n\n  * Archives\n\n    There is also a very simplist archives browser that can display archives by year, month, day, and individual files. No thread yet, though (see TODO)\n       \n\n## Screenshots \n\n![list actions](https://raw.githubusercontent.com/tchapi/mlmmj-simple-web-interface/master/screenshots/image1.png \"Mailing list actions\")\n![control parameters](https://raw.githubusercontent.com/tchapi/mlmmj-simple-web-interface/master/screenshots/image2.png \"Control parameters\")\n\n## Configuration\n\nSome options are available in the `config.json` file. Before launching the app,you must copy `config.json.dist` to `config.json` and change the desired settings : \n\n  * **Server**\n\n    The settings allows you to change the port that the app use if you want to reverse-proxy it afterwards (_and you should_)\n\n  * **App name**\n\n    The app name is displayed in the navbar, on the left\n\n  * **Mlmmj directory path**\n\n    This path is the one that mlmmj uses to store all the content and parameters. Should be the default `/var/spool/mlmmj`  unless you manually changed it\n\n## Authentification\n\nThe whole app needs authentication.\n\nAuthentification is managed by [passportjs](http://passportjs.org). The username and password of users are stored in the `config.json` file :\n\n```json\n{\n    //...\n    \"users\": [\n        { \"username\": \"admin\", \"password\": \"secret\"},\n        { \"username\": \"jon\", \"password\": \"pass\"}\n    ],\n    //...\n}\n```\n\n## Licence\n\nMIT ! See the [licence](https://github.com/tchapi/mlmmj-simple-web-interface/blob/master/LICENSE) file.\n\n## To Do\n\n  * Implement other functions such as :\n      - i18n texts editing\n  * Browse Archives by thread\n  * Improve Archives altogether (subject of mail in lists, etc)\n  * Add a button to restart exim / postfix ?\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchapi%2Fmlmmj-simple-web-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchapi%2Fmlmmj-simple-web-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchapi%2Fmlmmj-simple-web-interface/lists"}