mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
41 lines
752 B
Markdown
41 lines
752 B
Markdown
# Gitea
|
|
|
|
1. [Installation](#installation)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## Installation
|
|
|
|
The `git` user has UID and GID set to 1000 by default.<br/>
|
|
Change those in the compose file or whatever.
|
|
|
|
One can optionally define the administrative user during the initial setup.<br/>
|
|
If no administrative user is defined in that moment, the first registered user becomes the administrator.
|
|
|
|
## Further readings
|
|
|
|
- [Website]
|
|
- [Compose file]
|
|
- [Git]
|
|
|
|
Alternatives:
|
|
|
|
- [Gitlab]
|
|
|
|
<!--
|
|
Reference
|
|
═╬═Time══
|
|
-->
|
|
|
|
<!-- In-article sections -->
|
|
<!-- Knowledge base -->
|
|
[git]: git.md
|
|
[gitlab]: gitlab.md
|
|
|
|
<!-- Files -->
|
|
[compose file]: /docker/gitea/docker-compose.yml
|
|
|
|
<!-- Upstream -->
|
|
[website]: https://about.gitea.com/
|
|
|
|
<!-- Others -->
|