Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ADD: Hint to function of docker version tags (#4967) | Wyall | 2018-09-21 | 1 | -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 Ramakrishnan | 2018-09-15 | 1 | -0/+13 | |
| | | | Fixes #4936 | |||||
* | Update gitea version in install-from-binary docs (#4670) | SagePtr | 2018-08-11 | 1 | -1/+1 | |
| | ||||||
* | Add documentation on how to update Gitea to new version (#4500) | Benedikt Kroll | 2018-07-30 | 1 | -0/+36 | |
| | ||||||
* | GPG verification docs (#4381) | techknowlogick | 2018-07-06 | 1 | -1/+9 | |
| | | | | | | * GPG verification docs * update URL | |||||
* | Add details about USER_UID and USER_GID environment variables (#4301) | Richard Coleman | 2018-06-23 | 1 | -0/+2 | |
| | ||||||
* | update debian binary information (#4132) | David Schneiderbauer | 2018-06-05 | 1 | -8/+5 | |
| | ||||||
* | More detailed documentation on how to set up from binary (#4121) | Lauris BH | 2018-06-04 | 1 | -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 Peukert | 2018-06-05 | 1 | -1/+1 | |
| | ||||||
* | Add Environment Variables to Docker template (#4012) | Fluf | 2018-05-23 | 1 | -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) | kolaente | 2018-04-17 | 1 | -0/+21 | |
| | ||||||
* | Add info from #2286, minor fixes to YAML indentation (#3338) | Richard Coleman | 2018-02-15 | 1 | -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äcker | 2018-01-16 | 1 | -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 Lustfield | 2018-01-08 | 11 | -87/+140 | |
| | | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc. | |||||
* | Update gitea version on docs/install-from-binary (#3333) | Kim "BKC" Carlbäcker | 2018-01-09 | 4 | -4/+4 | |
| | | | | | | * Update gitea version on docs/install-from-binary * Update all versions | |||||
* | add quotation around ports in docker-compose.yml (#3090) | bibaijin | 2017-12-05 | 1 | -12/+12 | |
| | ||||||
* | French translation for docs (#3030) | techknowlogick | 2017-11-30 | 5 | -0/+326 | |
| | | | original PR go-gitea/docs#147 and author @0xbaadf00d | |||||
* | add notice for docker run gitea http port issue (#3020) | Lunny Xiao | 2017-11-30 | 2 | -0/+4 | |
| | ||||||
* | Import docs into main repository (#2874) | techknowlogick | 2017-11-26 | 16 | -0/+946 | |
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net> |