127 Commits (bc77b28d9d0e3a0a6bc56f00e0e1bb1ce65dc737)

Author SHA1 Message Date
vee w 5d384c943f Add Prerequisites (#5734)
Add set system user guide.
Add absolute path for sqlite3 guide.
6 years ago
Dane cbc14df16a 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 d9b0b7f56e 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 8a9e44d181 Update with-docker.en-us.md (#5203)
Improve grammar in second paragraph.
6 years ago
Mura Li efa4e6bc6f Update the docs for sqlite_unlock_notify (#5145) 6 years ago
BetaCat 637c5fe1eb ZH-CN translation of Installation part (#5089) 6 years ago
Antoine GIRARD e4b8103ac7 Use fingerprint in place of id (#5099) 6 years ago
Dane 513db27377 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 dab02b80fd 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 661fd901bd doc: add Cloudron package (#4937)
Fixes #4936
6 years ago
SagePtr 3ad5399a31 Update gitea version in install-from-binary docs (#4670) 6 years ago
Benedikt Kroll d57233680b Add documentation on how to update Gitea to new version (#4500) 6 years ago
techknowlogick 61b40520ba GPG verification docs (#4381)
* GPG verification docs

* update URL
6 years ago
Richard Coleman 212fef0866 Add details about USER_UID and USER_GID environment variables (#4301) 6 years ago
David Schneiderbauer 1a6c97be9c update debian binary information (#4132) 6 years ago
Lauris BH 1aee261aae 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
6 years ago
Daniel Peukert b9be49cd96 Minor 'Installation with Docker' docs page fix (#4122) 6 years ago
Fluf b299d7bceb 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
6 years ago
kolaente 9f7c4d92c9 Added explanation for docker environment variables to docs (#3804) 6 years ago
Richard Coleman 869d73a25c 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
6 years ago
Kim "BKC" Carlbäcker e722bdbb03
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 3ee8be3849 General documentation cleanup (#3317)
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
7 years ago
Kim "BKC" Carlbäcker 923c0105f4 Update gitea version on docs/install-from-binary (#3333)
* Update gitea version on docs/install-from-binary

* Update all versions
7 years ago
bibaijin e2968b4c98 add quotation around ports in docker-compose.yml (#3090) 7 years ago
techknowlogick 474dfcc798 French translation for docs (#3030)
original PR go-gitea/docs#147 and author @0xbaadf00d
7 years ago
Lunny Xiao d517b56682
add notice for docker run gitea http port issue (#3020) 7 years ago
techknowlogick fb5c6b6444 Import docs into main repository (#2874)
* import docs into main repository

Signed-off-by: Matti Ranta <matti@mdranta.net>
7 years ago