Wars
4d6a236ccb
fix(docs): Fixed creating Windows service commands ( #8979 )
escaping " to \"
5 years ago
Florian Hübner
73fa3068d4
add /etc/timezone and /etc/localtime volumes ( #8911 )
Passing these volumes to the container enable gitea to use hosts localtime and timezone.
This is a mandatory change when using the "Setup fail2ban" Guide, but it is not described in the documentation.
5 years ago
zeripath
c8420b596b
Fix building from source docs to ref AppWorkPath ( #8567 )
The current source docs reference AppWorkDir instead of AppWorkPath
5 years ago
8ctopus
0f7b522606
Doc config file should not be readable by others as it contains sensitive info ( #8385 )
5 years ago
leigh capili
cc5d6a87d7
Support SSH_LISTEN_PORT env var in docker app.ini template ( #7829 )
Signed-off-by: leigh capili <leigh@null.net>
5 years ago
John Olheiser
41a62c634a
Add config option and shortcode for Gitea version ( #7940 )
Signed-off-by: jolheiser <john.olheiser@gmail.com>
5 years ago
Lunny Xiao
a8b4adde38
Use vendors when go generate ( #7340 )
* use vendors when go generate
* update docs about golang minimal requirement from 1.9 to 1.11
* fix build
6 years ago
Alexandru Bucur
5d305d41e5
1.8.3 release ( #7332 )
6 years ago
Marat Radchenko
472d05eb81
[docker] Add LFS_START_SERVER option to control git-lfs support ( #7281 )
6 years ago
suisseWalter
95ea70c25e
Added Note about arm7 version to doc ( #6983 )
Appended the Troubleshooting section with a subsection about the problems with the arm7 version and the recommendation to switch to arm6.
6 years ago
zeripath
bfa5d52368
Make CustomPath, CustomConf and AppWorkPath configurable at build ( #6631 )
6 years ago
John Olheiser
a67ded3230
Enabled emoji in Hugo ( #6521 )
Removed extra asterisks in Docker doc
Signed-off-by: jolheiser <john.olheiser@gmail.com>
6 years ago
nodiscc
1ac56bb080
docs: document setup with read-only config ( #6348 )
6 years ago
zeripath
68191a29be
Fix link to Hacking on Gitea on From-Source doc page ( #6471 )
* fix rel-ref
* fixup
6 years ago
Aidan Fitzgerald
2b402071e2
Copyedit docs ( #6275 )
6 years ago
John Olheiser
77ac30d6be
Doc updates for customization and installation. ( #6176 )
* Doc updates and changing default sqlite DB path
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update customizing locales and THEMES
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add link to templates directory
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add portion for final step of running Gitea
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add recommended to service file usage
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Removed DB path change, moving to another PR
Updated doc sentence structure
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Revert change to template wording
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Move recommended run-type to top
6 years ago
zeripath
ec389ba901
Update and expand information about building Gitea ( #6019 )
* Update and expand building information
Signed-off-by: Andrew Thornton <art27@cantab.net>
* remove extraneous extra line
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Fix spelling mistake
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Note about documentation for the website
Signed-off-by: Andrew Thornton <art27@cantab.net>
* More changes
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Clarified the automatic build dependency
* Update the from-source to match the hacking information
* Extend quotes
* Update required go and discord link
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update hacking-on-gitea.en-us.md
Add in information about postcss
6 years ago
vee w
9ff81e98fc
Fix wrong URL to download link. ( #5881 )
* Fix wrong URL to download link.
The link does not contain trailing slash and cause error page displayed.
* Update version
6 years ago
techknowlogick
d52f409d43
Remove tidb reference from docs ( #5823 )
* Remove tidb reference from docs
* Update from-source.fr-fr.md
* Update from-source.zh-cn.md
* Update from-source.zh-tw.md
6 years ago
vee w
686e66e557
Add Prerequisites ( #5734 )
Add set system user guide.
Add absolute path for sqlite3 guide.
6 years ago
Dane
84ef5e5891
Add docs on passing SSH through to container ( #5019 )
* Add docs on passing SSH through to container
Wasn't clear how to pass SSH connections through the container, found a
few blog posts which described roughly the same procedure I've
documented here.
Credit should really go to:
* https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/
* http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk>
* Add note to resolve @lafriks feedback
6 years ago
Ryan Halliday
95255360f4
Notes on upgrading docker installation ( #5395 )
* Notes on upgrading docker installation
Basis from [gogs/gogs](https://github.com/gogs/gogs/blob/master/docker/README.md )
* Feedback from @sapk to use docker-compose only
6 years ago
Paul Strickland
a40fade558
Update with-docker.en-us.md ( #5203 )
Improve grammar in second paragraph.
6 years ago
Mura Li
224a575ae9
Update the docs for sqlite_unlock_notify ( #5145 )
6 years ago
BetaCat
1c6b591bbe
ZH-CN translation of Installation part ( #5089 )
6 years ago
Antoine GIRARD
f677d53975
Use fingerprint in place of id ( #5099 )
6 years ago
Dane
bdd13354b6
Add missing envionment vars for DB with Docker ( #5007 )
Current docs demonstrate how to configure a database container but don't
explicitly specify that you should add additional environment variables
to the Gitea container to make it use the database. This just
demonstrates the changes required.
Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk>
6 years ago
Wyall
238fa2e11a
ADD: Hint to function of docker version tags ( #4967 )
I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
6 years ago
Girish Ramakrishnan
8f53a15747
doc: add Cloudron package ( #4937 )
Fixes #4936
6 years ago
SagePtr
fd0b949afb
Update gitea version in install-from-binary docs ( #4670 )
6 years ago
Benedikt Kroll
407b8c893e
Add documentation on how to update Gitea to new version ( #4500 )
6 years ago
techknowlogick
324f1445b7
GPG verification docs ( #4381 )
* GPG verification docs
* update URL
7 years ago
Richard Coleman
89400d63b1
Add details about USER_UID and USER_GID environment variables ( #4301 )
7 years ago
David Schneiderbauer
0b8180c2ae
update debian binary information ( #4132 )
7 years ago
Lauris BH
79035e6e33
More detailed documentation on how to set up from binary ( #4121 )
* More detailed documentation on how to set up from binary
Also change recommended file locations
7 years ago
Daniel Peukert
6798507b76
Minor 'Installation with Docker' docs page fix ( #4122 )
7 years ago
Fluf
c1cbc06bf3
Add Environment Variables to Docker template ( #4012 )
* Add disable registration as an environment variable
for docker
* Add REQUIRE_SIGNIN_VIEW as env var to docker
* Add variables to template
* Update docker docs
7 years ago
kolaente
6ad43b71d4
Added explanation for docker environment variables to docs ( #3804 )
7 years ago
Richard Coleman
a95a18e299
Add info from #2286 , minor fixes to YAML indentation ( #3338 )
* Add info from #2286 , minor fixes to YAML indentation
* Add space to make YAML valid again
7 years ago
Kim "BKC" Carlbäcker
2eb42f083f
Update source installation requirements ( #3124 )
* Update source installation requirements
We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then
* Use Golang 1.8 for build and test
If we state Golang 1.8 we should test using that version as well
* Use golang 1.8 only for single build to see if everything compiles
* Change back edge also for commented out sqlite test
7 years ago
Michael Lustfield
c4d0b25eab
General documentation cleanup ( #3317 )
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
7 years ago
Kim "BKC" Carlbäcker
d82166b84f
Update gitea version on docs/install-from-binary ( #3333 )
* Update gitea version on docs/install-from-binary
* Update all versions
7 years ago
bibaijin
1c31cb3bc5
add quotation around ports in docker-compose.yml ( #3090 )
7 years ago
techknowlogick
59093d584a
French translation for docs ( #3030 )
original PR go-gitea/docs#147 and author @0xbaadf00d
7 years ago
Lunny Xiao
4e0b8f82db
add notice for docker run gitea http port issue ( #3020 )
7 years ago
techknowlogick
6d55581b9d
Import docs into main repository ( #2874 )
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
7 years ago