{"id":20532008,"url":"https://github.com/monogramm/erpnext_autoinstall","last_synced_at":"2025-04-14T06:22:46.163Z","repository":{"id":37643946,"uuid":"203584386","full_name":"Monogramm/erpnext_autoinstall","owner":"Monogramm","description":":snake: :alembic: ERPNext Frappe application to automatically setup ERPNext on install.","archived":false,"fork":false,"pushed_at":"2024-11-10T04:47:24.000Z","size":677,"stargazers_count":25,"open_issues_count":19,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T20:11:16.630Z","etag":null,"topics":["erpnext","frappe","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Monogramm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2019-08-21T12:56:37.000Z","updated_at":"2024-07-15T04:42:12.000Z","dependencies_parsed_at":"2023-11-15T19:29:08.038Z","dependency_job_id":"b4c330d3-cfb7-4b81-af30-16bcd0be6633","html_url":"https://github.com/Monogramm/erpnext_autoinstall","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Ferpnext_autoinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Ferpnext_autoinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Ferpnext_autoinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Monogramm%2Ferpnext_autoinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Monogramm","download_url":"https://codeload.github.com/Monogramm/erpnext_autoinstall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248831036,"owners_count":21168390,"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":["erpnext","frappe","python"],"created_at":"2024-11-16T00:12:00.336Z","updated_at":"2025-04-14T06:22:46.127Z","avatar_url":"https://github.com/Monogramm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: AGPL v3][uri_license_image]][uri_license]\n[![gitmoji-changelog](https://img.shields.io/badge/Changelog-gitmoji-blue.svg)](https://github.com/frinyvonnick/gitmoji-changelog)\n[![Managed with Taiga.io](https://img.shields.io/badge/managed%20with-TAIGA.io-709f14.svg)](https://tree.taiga.io/project/monogrammbot-monogrammerpnext_autoinstall/ \"Managed with Taiga.io\")\n[![Build Status](https://travis-ci.org/Monogramm/erpnext_autoinstall.svg)](https://travis-ci.org/Monogramm/erpnext_autoinstall)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c50508ec09f644f590c11e0e50e10a96)](https://www.codacy.com/gh/Monogramm/erpnext_autoinstall?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Monogramm/erpnext_autoinstall\u0026amp;utm_campaign=Badge_Grade)\n[![codecov](https://codecov.io/gh/Monogramm/erpnext_autoinstall/branch/master/graph/badge.svg)](https://codecov.io/gh/Monogramm/erpnext_autoinstall)\n[![Coverage Status](https://coveralls.io/repos/github/Monogramm/erpnext_autoinstall/badge.svg?branch=master)](https://coveralls.io/github/Monogramm/erpnext_autoinstall?branch=master)\n\n# ERPNext AutoInstall\n\n\u003e :alembic: **Experimental** Frappe application for automatic setup of ERPNext.\n\nThe objective is to setup ERPNext automatically based on environment variables, mainly for docker usage.\n\n\u003chttps://discuss.erpnext.com/t/setup-ldap-through-command-line/49735\u003e\n\n## :chart_with_upwards_trend: Changes\n\nAll notable changes to this project will be documented in [CHANGELOG](./CHANGELOG.md) file.\n\nThis CHANGELOG is generated with :heart: by [gitmoji-changelog](https://github.com/frinyvonnick/gitmoji-changelog)\nThis project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## :bookmark: Roadmap\n\nSee [Taiga.io](https://tree.taiga.io/project/monogrammbot-monogrammerpnext_autoinstall/ \"Taiga.io monogrammbot-monogrammerpnext_autoinstall\")\n\n## :construction: Install\n\n```sh\nbench get-app --branch master erpnext_autoinstall https://github.com/Monogramm/erpnext_autoinstall\n```\n\n## :rocket: Usage\n\n```sh\nbench install-app erpnext_autoinstall\n```\n\nEnvironment variables for automatic setup:\n\n-   WebSite configuration\n    -   `DISABLE_SIGNUP`\n    -   `HOME_PAGE`\n\n-   LDAP configuration\n    -   `LDAP_ENABLED`\n    -   `LDAP_SERVER_URL`\n    -   `LDAP_BASE_DN`\n    -   `LDAP_PASSWORD`\n    -   `LDAP_USERS_ORGANIZATIONAL_UNIT`\n    -   `LDAP_DEFAULT_ROLE`\n    -   `LDAP_SEARCH_STRING`\n    -   `LDAP_EMAIL_FIELD`\n    -   `LDAP_USERNAME_FIELD`\n    -   `LDAP_FIRST_NAME_FIELD`\n    -   `LDAP_MIDDLE_NAME_FIELD`\n    -   `LDAP_LAST_NAME_FIELD`\n    -   `LDAP_PHONE_FIELD`\n    -   `LDAP_MOBILE_FIELD`\n    -   `LDAP_SSL_TLS_MODE`\n\nEnvironment variables **not ready yet**:\n\n-   Email domain configuration\n    -   `EMAIL_DOMAIN_SERVER`\n    -   `EMAIL_DOMAIN_ID`\n    -   `EMAIL_DOMAIN_NAME`\n    -   `EMAIL_DOMAIN_SMTP_SERVER`\n    -   `EMAIL_DOMAIN_PORT`\n    -   `EMAIL_DOMAIN_USE_IMAP`\n    -   `EMAIL_DOMAIN_USE_SSL`\n    -   `EMAIL_DOMAIN_USE_TLS`\n    -   `EMAIL_DOMAIN_ATTACHMENT_LIMIT_MB`\n\n\n-   Email accounts configuration\n    -   `EMAIL_ACCOUNT_ADDRESS_ACCOUNT`\n    -   `EMAIL_ACCOUNT_PASSWORD`\n\nCustom bench commands:\n-   `bench list-users`: Show list of users\n-   `bench add-user`: Create new user\n-   `bench delete-user`: Delete user from database\n-   `bench set-user-password`: Update user password\n-   `bench set-user-roles`: Set roles for user\n-   `bench set-user-role-profile`: Set role profile for user\n-   `bench add-user-api-key`: Generate API key by username (doesn't work in version 10)\n-   `bench get-user-api-key`: Get API key by username (doesn't work in version 10)\n-   `bench get-user-api-secret`: Get API secret by username (doesn't work in version 10)\n\n## :white_check_mark: Run tests\n\n```sh\nbench bench run-tests --profile --app erpnext_autoinstall\n```\n\n## :bust_in_silhouette: Authors\n\n**Monogramm**\n\n-   Website: \u003chttps://www.monogramm.io\u003e\n-   Github: [@Monogramm](https://github.com/Monogramm)\n\n**Аминов Эмиль**\n\n-   Website: \u003chttps://aminove99.github.io/\u003e\n-   Github: [@AminovE99](https://github.com/AminovE99)\n\n## :handshake: Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/Monogramm/erpnext_autoinstall/issues).\n[Check the contributing guide](./CONTRIBUTING.md).\u003cbr /\u003e\n\n## :thumbsup: Show your support\n\nGive a :star: if this project helped you!\n\n## :page_facing_up: License\n\nCopyright © 2019 [Monogramm](https://github.com/Monogramm).\u003cbr /\u003e\nThis project is [AGPL v3](uri_license) licensed.\n\n* * *\n\n_This README was generated with :heart: by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n\n[uri_license]: http://www.gnu.org/licenses/agpl.html\n\n[uri_license_image]: https://img.shields.io/badge/License-AGPL%20v3-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Ferpnext_autoinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonogramm%2Ferpnext_autoinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonogramm%2Ferpnext_autoinstall/lists"}