This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Loïc Dachary 0538ddf4a1
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.
2023-01-17 00:53:28 +01:00
.woodpecker implementation: Woodpecker based CI 2023-01-17 00:46:42 +01:00
assets Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
build Change use of Walk to WalkDir to improve disk performance (#22462) 2023-01-16 16:21:44 +00:00
cmd Improve utils of slices (#22379) 2023-01-11 13:31:16 +08:00
contrib Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
custom/conf Add cron method to gc LFS MetaObjects (#22385) 2023-01-16 13:50:53 -06:00
docker Remove deprecated DSA host key from Docker Container (#21522) 2022-11-03 19:49:12 +08:00
docs Update overview.en-us.md (#22463) 2023-01-16 16:24:24 -06:00
models Fix container blob mount (#22226) 2023-01-16 17:35:48 -05:00
modules upstream: remove unstable test 2023-01-17 00:45:39 +01:00
options Add reply hint to mail text (#22459) 2023-01-16 14:58:01 -06:00
public Update JS dependencies and eslint (#22190) 2022-12-20 17:15:47 -05:00
releases implementation: Woodpecker based CI 2023-01-17 00:46:42 +01:00
routers Fix container blob mount (#22226) 2023-01-16 17:35:48 -05:00
services Add reply hint to mail text (#22459) 2023-01-16 14:58:01 -06:00
snap Remove unnecessary whitespace in snapcraft.yaml (#22090) 2022-12-10 08:31:16 -06:00
templates Fix container blob mount (#22226) 2023-01-16 17:35:48 -05:00
tests Fix container blob mount (#22226) 2023-01-16 17:35:48 -05:00
tools Move fuzz tests into tests/fuzz (#22376) 2023-01-09 15:30:14 +08:00
web_src Fix environments for KaTeX and error reporting (#22453) 2023-01-16 18:25:46 +08:00
.air.toml Add more test directory to exclude dir of air, remove watching templates from air include dir because gitea has internal mechanism (#22246) 2022-12-27 14:00:34 +08:00
.changelog.yml
.dockerignore Add .dockerignore (#21753) 2022-11-10 04:04:09 +01:00
.drone.yml Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
.editorconfig
.eslintrc.yaml Update JS dependencies and eslint (#22190) 2022-12-20 17:15:47 -05:00
.gitattributes Hook go-licenses into tidy again (#21353) 2022-10-10 20:45:02 +02:00
.gitignore implementation: Woodpecker based CI 2023-01-17 00:46:42 +01:00
.gitpod.yml Add sqlite vscode extension to Gitpod configuration (#21552) 2022-10-24 16:55:59 -04:00
.golangci.yml Add more packages to denylist (#22412) 2023-01-12 23:35:53 +08:00
.ignore
.lgtm
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml Move all remaining colors into CSS variables (#21903) 2022-11-23 08:22:27 +08:00
BSDmakefile
CHANGELOG.md Changelog v1.18.0 (#22215) (#22269) 2022-12-31 03:17:54 +01:00
DCO
Dockerfile implementation: forgejo container images 2023-01-17 00:46:45 +01:00
Dockerfile.rootless implementation: forgejo container images 2023-01-17 00:46:45 +01:00
LICENSE
MAINTAINERS Update username (#22147) 2022-12-16 15:11:03 +02:00
Makefile implementation: Woodpecker based CI 2023-01-17 00:46:42 +01:00
build.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
go.mod Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
go.sum Add support for incoming emails (#22056) 2023-01-14 23:57:10 +08:00
main.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
package-lock.json Bump json5 from 1.0.1 to 1.0.2 (#22365) 2023-01-08 19:48:00 +08:00
package.json Update JS dependencies and eslint (#22190) 2022-12-20 17:15:47 -05:00
playwright.config.js Update JS dependencies and eslint config (#21388) 2022-10-10 20:02:20 +08:00
vitest.config.js Update JS dependencies and eslint (#22190) 2022-12-20 17:15:47 -05:00
webpack.config.js Update JS dependencies and eslint (#22190) 2022-12-20 17:15:47 -05: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>