Revant Nandgaonkar
85e164f34c
revert: quote percent as mentioned in bench help
2024-12-10 15:48:00 +05:30
Revant Nandgaonkar
1505d125f1
fix: quote percent as mentioned in bench help
2024-12-10 15:36:18 +05:30
0xD0M1M0
598c7dab43
fix: --no-mariadb-socket & --mariadb-root-password is DEPRECATED
2024-12-07 15:30:46 +01:00
Revant Nandgaonkar
1c6f58c986
docs: fix broken link ( #1516 )
...
fixes #1510
2024-11-18 16:23:09 +05:30
Dr.Blank
faa2065026
docs: fix grammar in administrator password instructions ( #1504 )
...
Correct redundant wording and improve clarity in site creation documentation.
2024-11-07 09:10:13 +05:30
Revant Nandgaonkar
b24a4109c8
chore: fix pre-commit lint for md file ( #1503 )
2024-11-04 16:59:47 +05:30
Marc-Antoine Lalonde
5d0d14dde8
docs: clarify docker-compose and add steps to troubleshooting instructions ( #1502 )
...
Add steps to the database debugging guide to include more possibilities and fix mysql instructions.
Add explanation on the use of certain variables affected by network configuration.
2024-11-04 11:42:57 +05:30
Revant Nandgaonkar
a919f44505
docs: quick build command ( #1500 )
...
* docs: quick build command
* chore: fix pre-commit lint for md file
2024-10-27 14:45:41 +05:30
Edward Almanzar
10c755fe0c
Enhance Docs for Custom Apps: Base64 Decoding for Testing and Fix 'nginx-entrypoint.sh: No Such File' Issue on Windows only" ( #1479 )
...
* Decode the Base64-encoded Environment Variable
* add docs to fix nginx-entrypoint.sh: no such file on windows
* Revert "add docs to fix nginx-entrypoint.sh: no such file on windows"
This reverts commit 395d7cfa3f
.
* add docs to fix nginx-entrypoint.sh: no such file on windows
* Fix files according to pre-commit hooks
2024-10-06 17:49:47 +05:30
Martin Heini
eb3ce8a146
increase mariadb health-check timeout ( #1485 )
2024-10-06 13:47:47 +05:30
Himanshu Shivhare
10e28f4d9d
hyperlink updated ( #1407 )
2024-06-10 12:22:49 +05:30
Yeifer Alexander Muñoz Torres
fa543662ed
#1402 Environment variables for custom image ( #1403 )
...
* chore: enhance compose.yaml with variables for customize
* chore: use default blank values for db and redis variables in compose.yaml
* chore: Use env var for HTTP(S) publish ports in overrides
* docs: explain use of environment variables for image customization
* chore: use ERPNEXT_VERSION as default
* docs: fixed spelling errors
2024-06-08 00:21:17 +05:30
Anthony
855ce6cb0b
Update single-server-example.md ( #1401 )
...
Fix nonworking step - hashed password fails - per https://discuss.frappe.io/t/frappe-docker-unable-to-log-in-into-traefik/123077
2024-05-28 19:06:49 +05:30
Bowrna
8404d8946d
Update development.md ( #1392 )
...
* Update development.md
The extension name is renamed
* Update development.md
2024-05-07 10:31:44 +05:30
gp
3ec36e2e57
Improve custom apps documentation ( #1374 )
2024-04-13 07:54:32 +05:30
Arken June Malvecino
177f5ab96f
Install Latest Version to Mac/Linux Doc Update ( #1360 )
...
* refactor: update from pwd.yml
* refactor: update erpnext image to v15
2024-03-29 10:25:34 +05:30
Malay Gondalia
ede911af0a
Update custom-apps.md ( #1344 )
...
* Update custom-apps.md
made document clear to insert custom app to build and resolved error -
"url": "https://user:password@git.example.com/project/repository.git ",
to "url": "https://{{ PAT }}@git.example.com/project/repository.git",
* docs: remove comments from shell commands
---------
Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2024-02-29 20:59:32 +05:30
0xD0M1M0
961453812c
fix: Fix gpg and less ( #1321 )
...
* fix: Add gpg and less
Add gpg so backup "bench --site yoursite.com backup --with-files --compress" does not fail if encryption is enabled
Add "less": fixes #1301
* fix: Add gpg and less
Add gpg so backup "bench --site yoursite.com backup --with-files --compress" does not fail if encryption is enabled
Add "less": fixes frappe#1301
* fix: Update documentation
update documentation to resemble current status
* fix: trailing whitespace
---------
Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2024-01-28 11:53:14 +05:30
Trusted Computer
b2e71bb12d
Update custom-apps.md for version-15 ( #1291 )
...
Updating documentation examples to version-15
2023-12-16 09:19:26 +05:30
MohsinAli
89860467d4
fix: space ( #1285 )
2023-12-07 14:19:32 +05:30
Piyush
4aa07b3672
Update troubleshoot.md ( #1283 )
...
Added instructions for removal if want to start afresh
2023-12-07 10:20:39 +05:30
Bhavansathru
64cd39265b
Update development.md ( #1274 )
2023-11-23 14:14:04 +05:30
Bernhard Sirlinger
45200bd57f
feat: add optional mailpit configuration ( #1269 )
2023-11-14 03:10:15 +05:30
vama
aaae152392
Updated grammer in single-server-example.md ( #1265 )
2023-11-02 04:25:08 +05:30
keerthana
f2dc0e8f6a
PYENV_VERSION=3.10.12 Deprecated ( #1262 )
...
The PYENV_VERSION 3.10.12 is deprecated the new version 3.10.13 was launched. here the reference link
https://hub.docker.com/_/python
2023-10-30 20:27:31 +05:30
Revant Nandgaonkar
27361b7500
docs: set-config for redis_socketio during development ( #1261 )
2023-10-30 11:56:22 +05:30
Revant Nandgaonkar
2e99af1a3f
fix: new-site command ( #1260 )
...
fix command usage and docs
fixes issue#1256
2023-10-30 11:45:55 +05:30
varun-krishnamurthy
ead5438ebb
Cypress UI Test service and updates to installer.py ( #1250 )
...
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
* #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer
2023-10-26 08:35:31 +05:30
Revant Nandgaonkar
839d44d167
fix: consume default queue ( #1249 )
2023-10-25 10:51:30 +05:30
Revant Nandgaonkar
f605addb71
refactor: prepare for v15 ( #1243 )
...
* chore: resolve merge conflict
* ci: changes for version 15
* chore: upgrade python and nodejs
* ci: fix v15 build
* fix: add redis_socketio for backward compatibility
* ci: fix v15 build
* ci: fix test endpoint
changed to erpnext.templates.pages.search_help.get_help_results_sections
2023-10-20 18:40:10 +05:30
Antony-M1
258fec25d2
3.9.9 deprecated ( #1216 )
...
* Update development.md
* 3.9.9 deprecated
2023-08-25 21:32:37 +05:30
Mahmoud (Moudy) Taleb
8fa392ffff
Add cd command for clarity ( #1214 )
2023-08-24 14:06:05 +05:30
Chris Darby
cf499acc36
Broken link to environment variables definition fixed ( #1205 )
2023-08-08 09:38:36 +05:30
Rishab Manocha
29e9ccf20a
Fixed the instructions to refer to the correct filename ( #1197 )
2023-07-31 20:02:24 +05:30
Revant Nandgaonkar
8c670e6db7
docs: change sitename as per installer.py ( #1196 )
2023-07-31 05:10:23 +05:30
Revant Nandgaonkar
9429501407
docs: remove obsolete docs ( #1186 )
2023-07-20 13:03:03 +05:30
Revant Nandgaonkar
d5aae2097d
fix: use python for installer script ( #1178 )
2023-07-11 17:18:11 +05:30
Antony-M1
69fbc2ed91
Update development.md ( #1168 )
2023-07-06 05:30:14 +05:30
Revant Nandgaonkar
e401be4cb0
docs: update python and nodejs version ( #1159 )
...
python image 3.10.12 onwards gets built on bookworm
2023-06-26 14:05:25 +05:30
Karan Janthe
a6e1baa9b7
added guide for linux/mac to setup frappe docker ( #1149 )
...
* added guide for linux/mac to setup frappe docker
* guide added in readme
* linting done according to guidelines
2023-06-13 04:06:15 +05:30
Azwal Zaman Mohammed
8b38448d8a
docs: change command for updating sites in single server example ( #1107 )
...
The previous command added an extra variable to the env file while keeping the default so I changed the command to update it with sed instead
2023-03-23 10:46:34 +05:30
Revant Nandgaonkar
bcf41ff9f1
docs: update backup docs ( #1082 )
2023-02-17 13:15:49 +05:30
Revant Nandgaonkar
a580385295
fix: traefik router for acme certs ( #1068 )
...
* fix: traefik router for acme certs
* fix: set default for sites
* test: use .localhost site names
2023-02-02 13:45:06 +05:30
Mauricio Vidal
87870be936
Clarification on how to use custom image ( #1062 )
...
* Clarification on how to use custom image
* chore: fix lint
* refactor: websocket uses also customizable_image
---------
Co-authored-by: Mauricio Vidal <maovidal@users.noreply.github.com>
2023-02-01 22:12:08 +05:30
Revant Nandgaonkar
c013942d1f
fix: use docker volumes ( #1067 )
...
* fix: use docker volumes
remove bind mount
use docker volumes
* ci: remove payments app from tests
2023-01-31 09:48:52 +05:30
Revant Nandgaonkar
8dce4e5f2c
docs: fix migration steps ( #1065 )
2023-01-28 12:40:46 +05:30
Revant Nandgaonkar
499c1fbed4
fix: remove payments ( #1063 )
...
payments is optional dep for erpnext
2023-01-28 12:20:45 +05:30
Revant Nandgaonkar
6a3b97302c
docs: fix kaniko build-arg ( #1058 )
2023-01-25 17:27:43 +05:30
Revant Nandgaonkar
6a1e3f3a20
docs: backup command for cron ( #1048 )
2023-01-18 13:16:50 +05:30
Revant Nandgaonkar
bb1e4bb341
feat: add restic ( #1044 )
...
* feat: add restic
allows incremental snapshot backups
remove custom push-backup script
* ci: remove .git dir to skip fetch_details_from_tag
fixes https://github.com/frappe/frappe_docker/actions/runs/3938883301/jobs/6738091655
2023-01-18 11:31:18 +05:30