chore(gitea): improve article

This commit is contained in:
Michele Cereda
2024-05-10 01:20:43 +02:00
parent c7c53f847c
commit f5838f4c1f
2 changed files with 23 additions and 0 deletions

View File

@@ -1,10 +1,25 @@
# 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
@@ -13,7 +28,12 @@
<!-- 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/

3
snippets/gitea.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
docker exec -ti 'gitea-server-1' sh