summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation
Commit message (Collapse)AuthorAgeFilesLines
...
* ADD: Hint to function of docker version tags (#4967)Wyall2018-09-211-0/+2
| | | I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
* doc: add Cloudron package (#4937)Girish Ramakrishnan2018-09-151-0/+13
| | | Fixes #4936
* Update gitea version in install-from-binary docs (#4670)SagePtr2018-08-111-1/+1
|
* Add documentation on how to update Gitea to new version (#4500)Benedikt Kroll2018-07-301-0/+36
|
* GPG verification docs (#4381)techknowlogick2018-07-061-1/+9
| | | | | | * GPG verification docs * update URL
* Add details about USER_UID and USER_GID environment variables (#4301)Richard Coleman2018-06-231-0/+2
|
* update debian binary information (#4132)David Schneiderbauer2018-06-051-8/+5
|
* More detailed documentation on how to set up from binary (#4121)Lauris BH2018-06-041-2/+50
| | | | | * More detailed documentation on how to set up from binary Also change recommended file locations
* Minor 'Installation with Docker' docs page fix (#4122)Daniel Peukert2018-06-051-1/+1
|
* Add Environment Variables to Docker template (#4012)Fluf2018-05-231-0/+2
| | | | | | | | | | | | * 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
* Added explanation for docker environment variables to docs (#3804)kolaente2018-04-171-0/+21
|
* Add info from #2286, minor fixes to YAML indentation (#3338)Richard Coleman2018-02-151-4/+19
| | | | | | * Add info from #2286, minor fixes to YAML indentation * Add space to make YAML valid again
* Update source installation requirements (#3124)Kim "BKC" Carlbäcker2018-01-161-1/+1
| | | | | | | | | | | | | | * 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
* General documentation cleanup (#3317)Michael Lustfield2018-01-0811-87/+140
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-094-4/+4
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* add quotation around ports in docker-compose.yml (#3090)bibaijin2017-12-051-12/+12
|
* French translation for docs (#3030)techknowlogick2017-11-305-0/+326
| | | original PR go-gitea/docs#147 and author @0xbaadf00d
* add notice for docker run gitea http port issue (#3020)Lunny Xiao2017-11-302-0/+4
|
* Import docs into main repository (#2874)techknowlogick2017-11-2616-0/+946
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>