summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: document setup with read-only config (#6348)nodiscc2019-04-041-0/+0
|
* support custom file name in `gitea dump` command (#6474)glaszig2019-04-011-0/+1
| | | | | | | * support custom file name in `gitea dump` command * simpler approach to handle default dump file name in `gitea dump` command
* fix typos in docs command-line examples (#6466)Ilya2019-03-291-4/+4
| | | Signed-off-by: Ilya Pavlov <ilux@cpan.org>
* Fix headline (#6353)Sandro Jäckel2019-03-181-1/+1
|
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-095-22/+22
|
* update docs (#6032)Lanre Adelowo2019-02-101-1/+1
|
* New Issue ?body= query (#5851)kekero2019-01-281-1/+4
| | | | | | | | * New Issue ?body= query * Override issue template with body query * Add documentation for issue body query
* update docs to include THEMES config value (#5752)Lanre Adelowo2019-01-171-1/+1
| | | | | | | | * update docs to include THEMES * Update app.ini.sample * Update config-cheat-sheet.en-us.md
* Add flag to skip repository dumping (#5695)Zsombor2019-01-131-0/+2
|
* document command line flags (#5675)Lanre Adelowo2019-01-091-1/+7
|
* Documentation: Clarity for HTTPS setups (#5626)v1.7.0-dev0x5c2019-01-031-0/+14
| | | | | | [https-setup] - Made it clearer that HTTP redirection is possible [config-cheat-sheet] - Clarified the behavihour of the redirection-related config keys
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-0/+21
|
* ZH-CN translation of Usage part (#5086)v1.6.0-rc1v1.6.0-devBetaCat2018-10-175-2/+175
|
* Add/remove/list oauth providers via cli (#4591)techknowlogick2018-09-121-0/+44
|
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-0/+18
|
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+31
| | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr>
* Add config path as an optional flag when changing pass via CLI (#4184)Fluf2018-06-091-0/+1
|
* Update backup and restore doc usage (#4165)Jesse Lucas2018-06-091-1/+1
| | | | | Edit example of `./gitea dump` to include -c option to pass app.ini Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
* improve backup document and add zh-cn backup document (#4145)Lunny Xiao2018-06-082-1/+62
|
* Fix link in HTTPS doc (#4135)techknowlogick2018-06-051-1/+1
|
* Add how-to for enabling HTTPS (#4101)Jonas Franz2018-06-031-0/+46
| | | Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Gitea with Caddy with sub-path documentation. (#4028)Fluf2018-05-241-1/+3
| | | Matches rest of headings
* Add documentation for reverse proxies (#4022)Fluf2018-05-231-0/+102
| | | Fixes #3904
* Added docs for configuring fail2ban (#3949)kolaente2018-05-181-0/+60
|
* Add cli commands to regen hooks & keys (#3979)techknowlogick2018-05-171-0/+7
| | | | | | | | | | * Add cli commands to regen hooks & keys * make fmt * Allow passing path to config as an option * add docs
* Add documentation in regards to issues/pull request templates (#3942)techknowlogick2018-05-111-0/+41
| | | | | | | | * Add documentation in regards to issues/pull request templates Fixes #3491 * update per suggestion to use list
* Document generate commands (#3532)Lauris BH2018-02-181-0/+16
| | | | | | | | | | * Document generate commands Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> * Fix examples and grammar Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* General documentation cleanup (#3317)Michael Lustfield2018-01-082-22/+55
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Import docs into main repository (#2874)techknowlogick2017-11-263-0/+171
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>