kolaente
6ad43b71d4
Added explanation for docker environment variables to docs ( #3804 )
7 years ago
Adrian Sieber
5656bb8467
Clarify purpose of ROOT_URL ( #3759 )
7 years ago
Lunny Xiao
8e9fd50a92
Add config option to enable or disable log executed SQL ( #3726 )
* add config option to enable or disable log executed SQL
* rename ShowSQL to LogSQL
7 years ago
Victor Polevoy
9897021c19
Update gogs to gitea migration manual ( #3559 )
Updates the manual for latest gogs changes.
7 years ago
Lauris BH
f64986a6b2
Document generate commands ( #3532 )
* 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>
7 years ago
Lauris BH
37ea672710
Fix app.ini sample file link in docs ( #3529 )
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
7 years ago
Richard Coleman
a95a18e299
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
7 years ago
Jonas Bröms
632e054d19
Docs: Fix broken markdown with unescaped character ( #3470 )
7 years ago
Jonas Bröms
8d36b66f54
Clarify Indexer MAX_FILE_SIZE ( #3469 )
7 years ago
Timo Schindler
8a183738b8
Added quoting for passwords in sample.app.ini and documentation ( #3395 )
7 years ago
Kim "BKC" Carlbäcker
2eb42f083f
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
Alberto González Palomo
88d2620300
Improve documentation about custom templates. ( #3345 )
Now includes all the template hooks in the page, and a detailed
example for the common case of adding an "about" page.
7 years ago
Alberto González Palomo
bb34ae094b
Templates for extra links in top navbar and repo tool tabs. ( #3308 )
These templates add content to the top navbar
and to the repository page.
This way we do not have to copy and modify the whole
template, and re-modify it after upgrading Gitea if
it changes.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
7 years ago
Michael Lustfield
c4d0b25eab
General documentation cleanup ( #3317 )
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
7 years ago
Kim "BKC" Carlbäcker
d82166b84f
Update gitea version on docs/install-from-binary ( #3333 )
* Update gitea version on docs/install-from-binary
* Update all versions
7 years ago
Antoine GIRARD
2ac319bacb
Add missing indexer doc in configuration ( #3324 )
* Add missing indexer doc in configuration
* Unify MAX_FILE_SIZE to 1024 * 1024
7 years ago
Alberto González Palomo
3b1601ae7e
Ensure docs makefile downloads theme if failed before. ( #3322 )
The makefile did not download the theme if the directory "themes/gitea"
is there, even if empty.
On a fresh Ubuntu install, curl is not included, so the theme rule fails
just after creating the empty directory. When you try again after
installing curl, the rule is not triggered.
This could also happen if the download fails for other reasons.
This change makes the theme rule depend on the file "theme.toml"
which will be there only after unpacking a successfully downloaded
theme archive.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
7 years ago
Michael Lustfield
979af8244d
Add defaults to config cheatsheet, and minor language cleanup. ( #3290 )
* Add defaults to config cheatsheet, and clean up document.
* Updates and touchups, per review.
7 years ago
Lunny Xiao
9f33d27c7c
add external tool docs ( #3301 )
7 years ago
Mike Fellows
e4739236b2
Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options ( #3262 )
7 years ago
Lunny Xiao
9bd6cc1455
Support default private when creating or migrating repository ( #3239 )
* support default private when creating or migrating repository
* fix fmt
* use string constants on repository default private in app.ini
* fix fmt
7 years ago
Sandro Santilli
2ce5f057bb
Add missing repository setting docs in cheat sheet ( #3230 )
7 years ago
Sandro Santilli
c7f635ff25
Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample ( #3215 )
Include defaults in cheat sheet, for that section
7 years ago
bibaijin
1c31cb3bc5
add quotation around ports in docker-compose.yml ( #3090 )
7 years ago
Lauris BH
d0c132552e
Add reactions to issues/PR and comments ( #2856 )
7 years ago
techknowlogick
ada8c5a804
Reduce overhead of upgrades for users with custom stylesheets/JS ( #3051 )
7 years ago
Mike Fellows
82035534d3
Update docs for LDAP (via BindDN) user sync option. ( #2985 )
7 years ago
techknowlogick
59093d584a
French translation for docs ( #3030 )
original PR go-gitea/docs#147 and author @0xbaadf00d
7 years ago
Lunny Xiao
4e0b8f82db
add notice for docker run gitea http port issue ( #3020 )
7 years ago
techknowlogick
0df96cd9e5
Removing disqus from docs site ( #3015 )
Gitea now has a forum which is probably a better venue for
these types of conversations
7 years ago
techknowlogick
7676acf7a1
Fix master build for docs docker ( #3004 )
7 years ago
techknowlogick
ddf9569df7
Dockerfile for docs copy proper files into image ( #2989 )
fixes docker build from: #2874
7 years ago
techknowlogick
54f177a209
Adding time tracking to feature list ( #2982 )
Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148
7 years ago
techknowlogick
6d55581b9d
Import docs into main repository ( #2874 )
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
7 years ago