Skip to content

Commit 4d2c296

Browse files
recommend bindata for building (#11938)
Co-authored-by: John Olheiser <[email protected]>
1 parent 654a970 commit 4d2c296

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/content/doc/installation/from-source.en-us.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ Depending on requirements, the following build tags can be included.
9898
be used to authenticate local users or extend authentication to methods
9999
available to PAM.
100100

101-
Bundling assets into the binary using the `bindata` build tag can make
102-
development and testing easier, but is not ideal for a production deployment.
101+
Bundling assets into the binary using the `bindata` build tag is recommended for
102+
production deployments. It is possible to serve the static assets directly via a reverse proxy,
103+
but in most cases it is not necessary, and assets should still be bundled in the binary.
104+
You may want to exclude bindata while developing/testing Gitea.
103105
To include assets, add the `bindata` tag:
104106

105107
```bash

0 commit comments

Comments
 (0)