Commit graph

1722 commits

Author SHA1 Message Date
Daniel Radl
f41abc97af docs: added deployment methode chooser 2025-12-23 12:41:22 +01:00
Daniel Radl
c1d8d516cf
Merge pull request #1773 from amr3k/main
Remoed the `version` attribute from docker compose files
2025-12-17 15:23:54 +01:00
github-actions
69bf7a9f67 chore: Update example.env 2025-12-17 10:09:44 +00:00
A̴m̴r̴ ع̲مِےـرۅ
92a3494ded
Remoed the version attribute from docker compose files 2025-12-17 11:10:10 +02:00
github-actions
fe16bf9c00 chore: Update example.env 2025-12-16 15:47:23 +00:00
github-actions
b647e0c839 chore: Update example.env 2025-12-12 09:32:45 +00:00
github-actions
979d54eeb6 chore: Update example.env 2025-12-11 11:23:56 +00:00
dependabot[bot]
ac01dd86f1
chore(deps): bump peter-evans/create-pull-request from 7 to 8 (#1765)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7 to 8.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 06:10:54 +05:30
dependabot[bot]
43ea59db62
chore(deps): bump pytest from 9.0.1 to 9.0.2 (#1761)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.1 to 9.0.2.
- [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/9.0.1...9.0.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.2
  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-12-11 06:09:36 +05:30
Daniel Radl
9cd1a21e27
Merge pull request #1764 from MichaelUray/patch-1
Fixed link to 04-operations/01-site-operations.md
2025-12-10 12:04:14 +01:00
Michael Uray
4548ead3dd
Update link to site operations documentation
Fixed link to
04-operations/01-site-operations.md
2025-12-09 23:28:00 +01:00
github-actions
47c6a21482 chore: Update example.env 2025-12-09 17:34:54 +00:00
Ali Al Saif
09934d576c
docs: reorganize documentation structure with numbered navigation (#1729)
* docs: reorganize documentation structure into logical categories

Restructure documentation into organized directories for better navigation:

- getting-started/: Quick start guides for new users
- setup/: Setup and configuration guides
- production/: Production deployment guides (backup, TLS, multi-tenancy)
- operations/: Site operations and management
- development/: Development workflow guides
- migration/: Migration guides
- troubleshooting/: Troubleshooting guides
- reference/: Reference documentation (container setup, build configs)

Rename files for consistency:
- Use kebab-case naming convention throughout
- Remove numbered prefixes from container-setup files
- Use descriptive names (backup-strategy, tls-ssl-setup, etc.)

Update all internal cross-references to reflect new file locations.
Update README.md with organized documentation structure.
Fix image paths in development.md to use correct relative paths.

* docs: add numeric prefixes to directories and files for navigation order

Add numeric prefixes (01-08) to documentation directories to indicate
reading order and flow for first-time users:

- 01-getting-started: Quick start guides
- 02-setup: Setup and configuration
- 03-production: Production deployment
- 04-operations: Site operations
- 05-development: Development guides
- 06-migration: Migration guides
- 07-troubleshooting: Troubleshooting
- 08-reference: Reference documentation

Add numeric prefixes to files within directories to guide readers
through documentation in a logical sequence.

Update all cross-references throughout documentation to use new
numbered paths. Update README.md to reflect the new structure.

* docs: move container-setup to 02-setup and integrate setup-options content

Move container-setup directory from 08-reference/ to 02-setup/ to follow
PR feedback. The container-setup documentation provides a more linear
and coherent flow compared to the previous unstructured setup files.

Changes:
- Move container-setup/ from docs/08-reference/ to docs/02-setup/
- Integrate content from setup-options.md into structured flow:
  - Create new 06-setup-examples.md with practical deployment scenarios
  - Enhance 03-start-setup.md with site creation details from setup-options
  - Remove redundant 01-setup-options.md (content now integrated)
- Rename 02-single-server-example.md to 07-single-server-example.md
- Update all cross-references throughout documentation:
  - Update README.md with new structure under Setup section
  - Fix links in site-operations.md and migration docs
  - Add navigation links between container-setup files and examples
- Maintain container-setup's linear flow: overview → build → start → env → overrides
- Add practical examples document (06-setup-examples.md) that follows the container-setup guide

Result: Documentation now follows a clear progression from conceptual
overview through practical examples, with all setup information properly
organized under 02-setup/.

* docs: remove container-setup subfolder and flatten structure

Move all files from docs/02-setup/container-setup/ directly into docs/02-setup/
to eliminate unnecessary subfolder. Files are already numbered sequentially,
so they work perfectly at the same level.

Changes:
- Move all files from container-setup/ subfolder to 02-setup/ root
- Remove container-setup/ subfolder
- Update all cross-references:
  - Update README.md paths (remove container-setup/ from all links)
  - Fix references in site-operations.md
  - Fix references in migration docs
  - Update internal references in 06-setup-examples.md
  - Fix relative path references in 01-overview.md, 02-build-setup.md, 03-start-setup.md

Result: Cleaner, flatter structure with all numbered setup files at the
same level, making navigation more straightforward.

* fix: Pre-commit failure is fixed

---------

Co-authored-by: adithya <adithya.a@bayesian.in>
2025-12-06 10:07:36 +05:30
dependabot[bot]
df2ce36cb3
chore(deps): bump docker/bake-action from 6.9.0 to 6.10.0 (#1755)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.9.0...v6.10.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-version: 6.10.0
  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-12-05 09:53:30 +05:30
dependabot[bot]
2bd0189791
chore(deps): bump actions/checkout from 5 to 6 (#1752)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 09:53:13 +05:30
github-actions
46b2643e4c chore: Update example.env 2025-12-02 17:07:33 +00:00
Daniel Radl
e7db934767
Merge pull request #1754 from AMR-Mannesmann/devcontainer-sqltools
feat(devcontainer): Add mariadb driver and connection settings
2025-11-26 13:14:09 +01:00
Daniel Radl
5a535cc8fa
feat(devcontainer): Add mariadb driver and connection settings
actually make use of the already installed sqltools
2025-11-26 13:08:31 +01:00
github-actions
d8a917e5bd chore: Update example.env 2025-11-26 09:47:24 +00:00
github-actions
b4a6700167 chore: Update example.env 2025-11-25 15:37:28 +00:00
github-actions
f547946475 chore: Update example.env 2025-11-21 18:09:50 +00:00
github-actions
17dda594ad chore: Update example.env 2025-11-21 11:12:35 +00:00
Daniel Radl
9a6ae480de
Merge pull request #1750 from AMR-Mannesmann/feat-added-v16-docker-images
feat: added v16 docker images
2025-11-20 14:26:30 +01:00
daniel.radl
090f74617a feat: added v16 docker images 2025-11-19 15:07:18 +01:00
Daniel Radl
c9f78de38d
Merge pull request #1743 from frappe/dependabot/pip/pytest-9.0.1
chore(deps): bump pytest from 8.4.2 to 9.0.1
2025-11-19 10:21:06 +01:00
Daniel Radl
48e30af05b
Merge pull request #1736 from elhananjair/patch-4
Changing type of DB_PORT to string
2025-11-19 10:13:58 +01:00
github-actions
7a9c09b045 chore: Update example.env 2025-11-19 03:32:39 +00:00
dependabot[bot]
7a2eff0277
chore(deps): bump pytest from 8.4.2 to 9.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1.
- [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.4.2...9.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-13 08:03:43 +00:00
github-actions
1a799ee4da chore: Update example.env 2025-11-12 19:00:48 +00:00
Daniel Radl
13f2e37c5a
Merge pull request #1741 from duthinker/fix/custom-app-doc-link
fix: update custom app doc link
2025-11-12 13:15:05 +01:00
Daniel Radl
269d0725de
Merge branch 'main' into fix/custom-app-doc-link 2025-11-12 12:21:42 +01:00
duthink
7ccb309896 fix: update custom app doc link 2025-11-12 12:00:55 +05:30
github-actions
cb2d0226f7 chore: Update example.env 2025-11-11 15:16:56 +00:00
github-actions
8b84b7a967 chore: Update example.env 2025-11-10 11:22:23 +00:00
DanielRadlAMR
451dc28891
Merge pull request #1733 from asieftejani/main
updated documentation link in `compose.yaml`
2025-11-10 09:53:17 +01:00
github-actions
bfeeee1cc0 chore: Update example.env 2025-11-07 17:11:13 +00:00
Amanuel Elhanan
f770253b89
Changing type of DB_PORT to string
A value for DB_PORT must be a string for the podman-compose to work.
2025-11-07 11:26:40 +03:00
github-actions
473081a2ad chore: Update example.env 2025-11-05 13:12:32 +00:00
DanielRadlAMR
2f3bbafbc1
Merge pull request #1730 from duthinker/docs/getting-started
docs: Add comprehensive Getting Started guide for Frappe Docker
2025-11-05 11:44:40 +01:00
github-actions
d6859180cd chore: Update example.env 2025-11-04 13:08:44 +00:00
Asief Tejani
9e2fcc6fce
changed customapps link 2025-11-04 12:13:16 +03:00
duthink
41f30248c9 docs: Revise core services section in Getting Started guide for clarity and accuracy 2025-11-04 12:40:15 +05:30
duthink
a7ccf3565d docs: Add comprehensive Getting Started guide for Frappe Docker 2025-10-31 19:20:01 +05:30
github-actions
78d21c2f4e chore: Update example.env 2025-10-30 16:17:49 +00:00
github-actions
f73b7909a0 chore: Update example.env 2025-10-28 14:24:14 +00:00
github-actions
ea00b0ec9d chore: Update example.env 2025-10-21 13:17:36 +00:00
Fitzroy Zeng
a830f288d8
Fix typo in Docker compose command (#1724) 2025-10-21 12:52:06 +05:30
Copilot
a5d472ba89
Fix MIME type detection by adding media-types package to Docker images (#1725)
* Initial plan

* Add media-types package to fix MIME type detection in Docker images

Co-authored-by: ankush <9079960+ankush@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ankush <9079960+ankush@users.noreply.github.com>
2025-10-21 12:47:23 +05:30
github-actions
f9b0943923 chore: Update example.env 2025-10-18 05:15:04 +00:00
github-actions
5fb1f96b3c chore: Update example.env 2025-10-17 09:52:22 +00:00