41de7a8be6
Add simple update checker to Gitea ( #17212 )
...
* Add simple update checker to Gitea
* update struct and remove comments
* fix lint
* Update custom/conf/app.example.ini
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-authored-by: delvh <dev.lh@web.de >
* Update custom/conf/app.example.ini
Co-authored-by: delvh <dev.lh@web.de >
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-authored-by: delvh <dev.lh@web.de >
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-authored-by: Steven <61625851+justusbunsi@users.noreply.github.com >
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
* Update modules/cron/tasks_extended.go
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
* Update custom/conf/app.example.ini
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
* take PR feedback into account and display banner on admin dashboard for alerts
* Add more detailed message
* placate lint
* update per feedback
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: Steven <61625851+justusbunsi@users.noreply.github.com >
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2021-10-16 02:14:34 -04:00
techknowlogick and GitHub
90801753cd
Add nodeinfo endpoint for federation purposes ( #16953 )
...
Nodeinfo is a way to expose certain metadata about a server for use of discovery regarding functionality of its federation capabilities.
Two endpoints are required:
1. `/.well-known/nodeinfo` which informs client where it can find the location of the location of its metadata (including which version of the schema is used)
2. the endpoint which exposes the metadata in json format according to schema.
Notes:
* `openRegistrations` is a required field, but I propose to set to false as default in case someone writes a crawler to discover "open" gitea instances
* to limit data leakage I also propose to not include the `usage` field (note it is required so it should be included, but left as empty).
More info:
https://github.com/jhass/nodeinfo
https://github.com/jhass/nodeinfo/tree/main/schemas/2.1
http://nodeinfo.diaspora.software/protocol.html
2021-09-28 01:38:06 +02:00
techknowlogick and GitHub
052af4828c
Add note about build-time flags for PAM support ( #16641 )
...
Fix #16639
2021-08-07 01:22:30 -04:00
9d59dbb8e0
Add Linode as an installation option in docs ( #16529 )
...
Add Linode as an installation option in docs
Co-authored-by: zeripath <art27@cantab.net >
2021-07-24 15:08:23 +01:00
techknowlogick and GitHub
819ece5c44
Add snap to docs ( #16530 )
2021-07-24 14:06:38 +01:00
techknowlogick and GitHub
18159acc9d
add note about minimum required version of git installed ( #16433 )
2021-07-14 23:28:49 -04:00
79508a30f8
Change docker tag logic ( #16421 )
...
* Change docker logic
* Apply suggestions from code review
Co-authored-by: Kyle D. <kdumontnu@gmail.com >
* docs
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: Kyle D. <kdumontnu@gmail.com >
2021-07-14 18:08:43 +01:00
08c741d205
Add docs for windows env vars ( #16236 )
...
* Add docs for windows env vars
Fix #16213
* Fix docs/content/doc/developers/hacking-on-gitea.en-us.md
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2021-06-23 15:57:56 -04:00
techknowlogick and GitHub
a35b2b2959
update branch in CI and docs ( #15631 )
2021-05-04 12:16:23 -04:00
0606b5253b
docs: rm deprecated docs regarding environment variable usage in docker image ( #15405 )
...
* docs: rm deprecated docs regarding environment variable usage in docker image
* Update docs/content/doc/installation/with-docker.en-us.md
Co-authored-by: silverwind <me@silverwind.io >
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: silverwind <me@silverwind.io >
2021-04-12 15:42:02 -04:00
b9b1473053
Store repository data in data path if not previously set ( #13991 )
...
* Store repository data in data path if not previously set
* update docs
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md
Co-authored-by: silverwind <me@silverwind.io >
* update docs
Co-authored-by: silverwind <me@silverwind.io >
2020-12-15 16:52:59 -05:00
techknowlogick and GitHub
b1c4cc0175
Self-host cloudron image for docs ( #13895 )
...
* Add cloudron image to docs itself
* rm cloudron csp
* Update from-package.en-us.md
2020-12-07 22:20:37 -05:00
techknowlogick and GitHub
eda38fca6e
specific version in docker compose ( #13644 )
...
* specific version in docker compose
fix #13643
* update latest version
2020-11-19 11:36:48 -05:00
016a1dc891
Add note about installation on kubernetes to docs ( #13469 )
...
Co-authored-by: zeripath <art27@cantab.net >
2020-11-08 15:50:40 -05:00
techknowlogick and GitHub
9859b09afa
Add details re: Kanban ( #12721 )
2020-09-04 18:46:21 -04:00
856a852878
Make dashboard newsfeed list length a configurable item ( #12469 )
...
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-08-11 10:48:13 -04:00
14031018c3
recommend bindata for building ( #11938 )
...
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-06-18 11:25:58 -04:00
802e6b860e
Global default branch setting ( #11918 )
...
* Global default branch setting
* add to app.ini example per @silverwind
* update per @lunny
Co-authored-by: John Olheiser <john.olheiser@gmail.com >
2020-06-17 16:53:55 -04:00
b937439d35
Update docs to reflect new location of homebrew repo ( #11384 )
...
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: zeripath <art27@cantab.net >
2020-05-12 20:51:41 +08:00
techknowlogick and GitHub
1645730ca1
Add note about which version embedded tool is implemented ( #10255 )
2020-02-12 14:30:48 -05:00
techknowlogick and GitHub
0cba304fb2
Youtrack now supports Gitea ( #9343 )
...
* Youtrack now supports Gitea
* Update third-party-tools.en-us.md
2019-12-12 23:28:54 -05:00
techknowlogick and GitHub
b404f43070
Update third-party-tools.en-us.md ( #8148 )
2019-09-11 00:16:11 -04:00
techknowlogick and GitHub
1f4a94b37d
Add docs for INTERNAL_TOKEN_URI ( #7234 )
2019-06-17 22:52:03 -04:00
techknowlogick and GitHub
9962d778ed
Add documentation for OTP/2FA header in API for basic auth ( #6872 )
2019-05-07 16:53:45 -04:00