Commit Graph

1569 Commits

Author SHA1 Message Date
github-actions
2ee921f2b3 chore: Update example.env 2025-03-05 13:37:46 +00:00
dependabot[bot]
f4c3b8024b chore(deps): bump pytest from 8.3.4 to 8.3.5 (#1581)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 15:52:54 +05:30
github-actions
5bc7e46009 chore: Update example.env 2025-03-03 05:21:09 +00:00
github-actions
4288aad11c chore: Update example.env 2025-03-03 04:11:37 +00:00
Hoa "Rin" Nguyen
d43a93adbb docs: fix typo yaml -> yml in README.md (#1579) 2025-03-02 17:48:12 +05:30
dependabot[bot]
8cfbbbb1e9 chore(deps): bump docker/bake-action from 6.4.0 to 6.5.0 (#1577)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.4.0...v6.5.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-28 12:57:10 +05:30
github-actions[bot]
0c78566fe9 chore(deps): Update pre-commit hooks (#1576)
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2025-02-28 12:56:36 +05:30
github-actions
6382fa3d81 chore: Update example.env 2025-02-26 13:07:58 +00:00
bgodlin
bff029dca3 Fix installer.py (#1571)
* Update installer.py

Revising the `installer.py` script. The script is facing an issue during execution as it required interactive input for the root username unless the username was provided as a flag 42f9e537d0/frappe/installer.py (L157-L158). Resolving this by passing the username as a flag allows the script to proceed successfully.

* ci: pin pre-commit/prettier to 3.5.2

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2025-02-23 11:52:37 +05:30
dependabot[bot]
f069cffa5d chore(deps): bump docker/bake-action from 6.3.0 to 6.4.0 (#1570)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 17:01:56 +05:30
github-actions
a71dc70ed7 chore: Update example.env 2025-02-21 10:11:32 +00:00
github-actions
c413fa8fa0 chore: Update example.env 2025-02-19 11:58:41 +00:00
DanielRadlAMR
b904b2b8f7 Compose with restart (#1567)
* added restart policy for critical sirvices

* Update configurator restart policy

* Added restart policy

* Added restart policy

* Added restart policy
2025-02-15 12:03:57 +05:30
github-actions
f6a5d22334 chore: Update example.env 2025-02-12 12:17:34 +00:00
github-actions
0b3846bbb1 chore: Update example.env 2025-02-10 16:37:53 +00:00
github-actions
fcd69663cd chore: Update example.env 2025-02-07 14:31:56 +00:00
github-actions
fc955779f0 chore: Update example.env 2025-02-05 12:17:15 +00:00
Amanuel Elhanan
56e1da3f37 Autostart pod on system boot (#1561)
* Autostart pod on system boot

* ci: fix pre-commit

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2025-02-04 18:48:44 +05:30
github-actions
8cf986b855 chore: Update example.env 2025-02-04 10:33:02 +00:00
github-actions[bot]
324aa43f0a chore(deps): Update pre-commit hooks (#1558)
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2025-01-29 18:35:05 +05:30
github-actions
e941d775fd chore: Update example.env 2025-01-29 11:38:56 +00:00
kelvine
fcfe63e0df Update custom-apps.md (#1554)
* Update custom-apps.md

grammar fixes

* Remove redis-cache volume (#1555)

* Remove redis-cache volume

* remove from docs

* ci: fix pre-commit

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>

---------

Co-authored-by: Salah Aldin Fateh <83924106+sdfateh@users.noreply.github.com>
Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2025-01-27 11:13:47 +05:30
Salah Aldin Fateh
bcb203551a Remove redis-cache volume (#1555)
* Remove redis-cache volume

* remove from docs

* ci: fix pre-commit

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
2025-01-27 11:10:14 +05:30
dependabot[bot]
23adfd300f chore(deps): bump docker/bake-action from 6.2.0 to 6.3.0 (#1553)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-25 17:20:37 +05:30
github-actions[bot]
85acfce1b4 chore(deps): Update pre-commit hooks (#1551)
Co-authored-by: vrslev <75225148+vrslev@users.noreply.github.com>
2025-01-25 17:19:56 +05:30
Md Hussain Nagaria
40f07e2172 fix: pwd SocketIO Origin in nginx conf (#1552) 2025-01-24 12:36:30 +05:30
github-actions
24e5f192d5 chore: Update example.env 2025-01-24 05:24:00 +00:00
github-actions
ee265de548 chore: Update example.env 2025-01-23 08:53:35 +00:00
github-actions
1b28aba233 chore: Update example.env 2025-01-22 09:27:43 +00:00
github-actions
e4a9d34fff chore: Update example.env 2025-01-22 03:43:16 +00:00
dependabot[bot]
32ed7a8ff6 chore(deps): bump docker/bake-action from 6.1.1 to 6.2.0 (#1550)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-17 09:34:26 +05:30
dependabot[bot]
3d564658ac chore(deps): bump docker/bake-action from 6.0.0 to 6.1.1 (#1548)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.0.0 to 6.1.1.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.0.0...v6.1.1)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-16 04:49:12 +05:30
github-actions
ee3b772836 chore: Update example.env 2025-01-15 12:39:07 +00:00
github-actions
266e35bf5d chore: Update example.env 2025-01-13 08:30:35 +00:00
Revant Nandgaonkar
c189099a27 Merge pull request #1545 from revant/fix-ci-bake-action
ci: use source for bake-action path context
2025-01-11 13:21:29 +05:30
Revant Nandgaonkar
0eaf7c8593 ci: use source for bake-action path context 2025-01-11 13:14:04 +05:30
Revant Nandgaonkar
183287786d Merge pull request #1544 from frappe/dependabot/github_actions/docker/bake-action-6.0.0
chore(deps): bump docker/bake-action from 5.11.0 to 6.0.0
2025-01-11 13:10:25 +05:30
dependabot[bot]
3d84e9bce2 chore(deps): bump docker/bake-action from 5.11.0 to 6.0.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5.11.0 to 6.0.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v5.11.0...v6.0.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-10 08:30:09 +00:00
github-actions
92ce36dbb8 chore: Update example.env 2025-01-10 06:41:18 +00:00
github-actions
e8e70bfbda chore: Update example.env 2025-01-09 09:41:12 +00:00
github-actions
a173749da5 chore: Update example.env 2025-01-08 10:37:57 +00:00
Revant Nandgaonkar
fa8fd9453b Merge pull request #1542 from FulanoD3Tal/main
Update troubleshoot.md for edge cases
2025-01-08 04:04:03 +05:30
Roberto Alonso De la Garza Mendoza
dfcbe3fc22 Update troubleshoot.md for edge cases
Add create command template on troubleshoot.md
2025-01-07 12:34:55 -06:00
Revant Nandgaonkar
cb3cf80e1a Merge pull request #1539 from elhananjair/patch-2
Building an image with custom apps using podman
2025-01-06 17:48:44 +05:30
Revant Nandgaonkar
acb08c5179 docs: custom apps with podman 2025-01-06 17:47:10 +05:30
Revant Nandgaonkar
358409a2b8 Merge pull request #1538 from elhananjair/patch-1
Configuration of ERPNext access through https on localhost deployment
2025-01-06 17:42:21 +05:30
Revant Nandgaonkar
b8354030c5 docs: tls for local deployment 2025-01-06 17:41:32 +05:30
github-actions
fc57afe7f4 chore: Update example.env 2025-01-06 04:52:19 +00:00
Amanuel Elhanan
869de6218b Create custom-apps-podman
This is a full guide on building an image with custom apps using Podman.
2025-01-05 15:45:40 +03:00
Amanuel Elhanan
b75ac559e9 Create https for local ERPNext deployment.md 2025-01-05 14:16:55 +03:00