mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-18 03:58:52 +00:00
recommend bindata for building (#11938)
Co-authored-by: John Olheiser <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
John Olheiser
parent
ca45925604
commit
14031018c3
@@ -98,8 +98,10 @@ Depending on requirements, the following build tags can be included.
|
||||
be used to authenticate local users or extend authentication to methods
|
||||
available to PAM.
|
||||
|
||||
Bundling assets into the binary using the `bindata` build tag can make
|
||||
development and testing easier, but is not ideal for a production deployment.
|
||||
Bundling assets into the binary using the `bindata` build tag is recommended for
|
||||
production deployments. It is possible to serve the static assets directly via a reverse proxy,
|
||||
but in most cases it is not necessary, and assets should still be bundled in the binary.
|
||||
You may want to exclude bindata while developing/testing Gitea.
|
||||
To include assets, add the `bindata` tag:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user