summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/from-binary.en-us.md
Commit message (Collapse)AuthorAgeFilesLines
* Propose an explanation how to restart gracefully gitea after an update (#10866)Km2020-04-301-0/+12
| | | | | Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
* Use keys.openpgp.org instead of pgp.mit.edu (#11249)zeripath2020-04-301-2/+2
| | | | | | | | | | | | | | | | The SKS Keyserver network has been under attack with poisoned certificates since at least 2019. Downloading a poisoned certificate has the awful side-effect of completely breaking your keyring and most software has now moved off the network and uses the keys.openpgp.org which has a different protocol instead - in fact one whereby emails are verified. For more details regarding the attack see: https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f See: https://keys.openpgp.org/about and https://keys.openpgp.org/about/faq Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Remove test from installation directions (#10873)John Olheiser2020-03-291-9/+0
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Doc config file should not be readable by others as it contains sensitive ↵8ctopus2019-10-051-13/+13
| | | | info (#8385)
* Add config option and shortcode for Gitea version (#7940)John Olheiser2019-08-231-2/+2
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* 1.8.3 release (#7332)Alexandru Bucur2019-06-301-2/+2
|
* Added Note about arm7 version to doc (#6983)suisseWalter2019-05-231-0/+9
| | | | Appended the Troubleshooting section with a subsection about the problems with the arm7 version and the recommendation to switch to arm6.
* docs: document setup with read-only config (#6348)nodiscc2019-04-041-0/+1
|
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-14/+14
|
* Doc updates for customization and installation. (#6176)John Olheiser2019-02-281-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix wrong URL to download link. (#5881)vee w2019-01-281-3/+3
| | | | | | | | * Fix wrong URL to download link. The link does not contain trailing slash and cause error page displayed. * Update version
* Use fingerprint in place of id (#5099)Antoine GIRARD2018-10-181-1/+1
|
* 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
* 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
* General documentation cleanup (#3317)Michael Lustfield2018-01-081-8/+16
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Update gitea version on docs/install-from-binary (#3333)Kim "BKC" Carlbäcker2018-01-091-1/+1
| | | | | | * Update gitea version on docs/install-from-binary * Update all versions
* Import docs into main repository (#2874)techknowlogick2017-11-261-0/+45
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>