This is a clone used to develop and run in my own CI, please refer to upstream for real releases and up2date code https://codeberg.org/forgejo/forgejo
 
 
 
 
 
 
Go to file
Loïc Dachary 2c1f372d68
delete Gitea specific files that need rewriting for Forgejo
Although it would be possible to modify these files, it would create
conflicts when rebasing. Instead, this commit removes them entirely
and another commit can start from scratch, borrowing content from the
original files.

The drawback of this approach is that some content updates from Gitea
that also need updating in Forgejo will have to be copy/pasted
instead of being merged.

Signed-off-by: Loïc Dachary <loic@dachary.org>
2022-11-26 00:13:59 +01:00
.woodpecker workaround: deactivate test-sqlite because it is too slow 2022-11-25 20:09:57 +01:00
assets Split migrations folder (#21549) 2022-11-02 16:54:36 +08:00
build Simplify fmt-check (#21458) 2022-10-16 16:11:17 +08:00
cmd Add `context.Context` to more methods (#21546) 2022-11-19 16:12:33 +08:00
contrib Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
custom/conf Add option to enable CAPTCHA validation for login (#21638) 2022-11-22 21:13:18 +00:00
docker Remove deprecated DSA host key from Docker Container (#21522) 2022-11-03 19:49:12 +08:00
docs Fix typo in sidebar (#21934) 2022-11-25 17:52:23 +08:00
models Add index for access_token (#21908) 2022-11-23 20:49:41 -06:00
modules upstream: remove unstable test 2022-11-25 20:09:11 +01:00
options feat: add button to quickly clear merge message (#21548) 2022-11-23 18:24:03 +08:00
public Update JS dependencies (#21881) 2022-11-22 08:58:55 +08:00
routers Workaround for container registry push/pull errors (#21862) 2022-11-25 13:47:46 +08:00
services Ensure that Webhook tasks are not double delivered (#21558) 2022-11-23 22:10:04 +08:00
snap switch to node18 for snapcraft 2022-08-18 12:25:50 -04:00
templates add rel="me" to org.website link (#21941) 2022-11-25 09:33:37 -06:00
tests Workaround for container registry push/pull errors (#21862) 2022-11-25 13:47:46 +08:00
tools Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
web_src fix(web): keep the pages of the navigation in the center (#21867) 2022-11-25 14:37:02 +08:00
.air.toml Fix `make watch` for generated files (#20794) 2022-08-14 22:22:09 +01:00
.changelog.yml Changelog for v1.15.0-rc1 (#16422) 2021-07-15 11:47:57 -04:00
.dockerignore Add .dockerignore (#21753) 2022-11-10 04:04:09 +01:00
.drone.yml Update JS dependencies (#21881) 2022-11-22 08:58:55 +08:00
.editorconfig Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
.eslintrc.yaml Update JS dependencies (#21881) 2022-11-22 08:58:55 +08:00
.gitattributes Hook go-licenses into tidy again (#21353) 2022-10-10 20:45:02 +02:00
.gitignore Add go licenses to licenses.txt (#21034) 2022-09-04 00:20:46 +02:00
.gitpod.yml Add sqlite vscode extension to Gitpod configuration (#21552) 2022-10-24 16:55:59 -04:00
.golangci.yml Simplify fmt-check (#21458) 2022-10-16 16:11:17 +08:00
.ignore Add some .ignore entries (#18296) 2022-01-16 17:26:15 +00:00
.lgtm refactor: ignore LGTM from author of pull request. (#3283) 2018-01-02 06:13:49 -06:00
.markdownlint.yaml Add markdownlint (#20512) 2022-07-28 09:22:47 +08:00
.npmrc Stop packaging node_modules in release tarballs (#15273) 2021-04-09 01:08:14 -04:00
.spectral.yaml Add spectral linter for Swagger (#20321) 2022-07-11 18:07:16 -05:00
.stylelintrc.yaml Move all remaining colors into CSS variables (#21903) 2022-11-23 08:22:27 +08:00
BSDmakefile Add BSDmakefile to prevent errors when `make` is called under FreeBSD (#4446) 2018-07-16 20:45:51 +02:00
CHANGELOG.md 1.17.3 changelog 2022-10-15 22:03:59 -04:00
DCO
Dockerfile workaround: Dockerfile for codeberg.org corrupted container images 2022-11-25 20:09:48 +01:00
Dockerfile.rootless Switch to building with go1.19 (#20695) 2022-08-07 12:25:03 -04:00
Dockerfile.tmp implementation: Woodpecker based CI 2022-11-25 20:09:34 +01:00
LICENSE Fix typo 2016-11-08 08:42:05 +01:00
MAINTAINERS Remove Gusted as Gitea maintainer (#21676) 2022-11-03 19:34:24 -05:00
Makefile implementation: Woodpecker based CI 2022-11-25 20:09:34 +01:00
RELEASE.md Release management documentation 2022-11-26 00:13:54 +01:00
WORKFLOW.md Forgejo development workflow 2022-11-26 00:13:49 +01:00
build.go Remove legacy `+build:` constraint (#19582) 2022-05-02 23:22:45 +08:00
go.mod Replace yaml.v2 with yaml.v3 (#21832) 2022-11-21 16:36:59 +08:00
go.sum Upgrade golang.org/x/crypto (#21792) 2022-11-12 22:14:35 -06:00
main.go Fix typo overrided -> overridden (#20687) 2022-08-06 20:54:26 -04:00
package-lock.json Move all remaining colors into CSS variables (#21903) 2022-11-23 08:22:27 +08:00
package.json Move all remaining colors into CSS variables (#21903) 2022-11-23 08:22:27 +08:00
playwright.config.js Update JS dependencies and eslint config (#21388) 2022-10-10 20:02:20 +08:00
vitest.config.js Remove vitest globals (#21505) 2022-10-19 14:50:19 +08:00
webpack.config.js Update JS dependencies (#21881) 2022-11-22 08:58:55 +08:00

docs/README.md

Gitea: Docs

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Hosting

These pages are hosted using netlifycms and get automatically updated on every push to the master branch.

Install

These pages use the Hugo static site generator. If you are planning to contribute you'll want to download and install Hugo on your local machine.

The installation of Hugo is out of the scope of this document, so please take the official install instructions to get Hugo up and running.

Development

To generate the website and serve it on localhost:1313 just execute this command and stop it with Ctrl+C:

make server

When you are done with your changes just create a pull request, after merging the pull request the website will be updated automatically.

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the Apache-2.0 License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://gitea.io>