-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nj Subedi
authored and
Nj Subedi
committed
Aug 19, 2022
1 parent
3dbab6d
commit 6f3b980
Showing
9 changed files
with
104 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Scripts inside this folder are only used as reference during development, and have no use or effect in the docker image or containers. | ||
Scripts inside this folder are only used as reference during development, and have no use or effect in the docker image | ||
or containers. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,2 @@ | ||
v18.0.2 | ||
Bump to erpnext v18.0.2 | ||
--- | ||
v18.0.1 | ||
Bump to erpnext v18.0.1 | ||
--- | ||
v18.0.0 | ||
Bump to erpnext v18.0.0 | ||
--- | ||
v17.0.1 | ||
Bump to erpnext v17.0.1 | ||
--- | ||
v17.0.0 | ||
First release of erpnext on Quarkus. | ||
--- | ||
v1.0.0 | ||
Initial Version | ||
v1 | ||
Erpnext v14 initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
Run erpnext on Cloudron. The default *master* realm is set up to use Cloudron LDAP for user federation. | ||
Run [Erpnext](https://erpnext.com) on [Cloudron](https://cloudron.io). | ||
|
||
For now, it just works, if nothing goes wrong during installation. | ||
|
||
Features | ||
--- | ||
- Configured to use Cloudron LDAP for user federation | ||
- Configured to use Cloudron SMTP for email | ||
|
||
Optimizations | ||
-- | ||
- Uses recommended LDAP search filter to log in with email/username | ||
- Sets the recommended custom JVM options to fix java memory issues | ||
- Properly maps the givenName property with firstName to work with Cloudron LDAP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
A superadmin account is created with the following credentials. Log in and change the password immmediately. | ||
A super-admin account is created with the following credentials. Log in and change the password immmediately. | ||
|
||
``` | ||
Username: erpnextadmin | ||
Password: erpnextadminpassword | ||
``` | ||
|
||
A new realm named `cloudron` is added to authenticate users agains the Cloudron user directory. Do not use the `master` | ||
realm for anything else except managing erpnext itself. | ||
Please check the `sitename-credential.txt` file inside the `/app/data/` folder. If you installed this | ||
app under the domain `erp.example.com`, check `/app/data/erp.example.com-credential.txt` file for username and | ||
password. |
Oops, something went wrong.