mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(gitea): improve article
This commit is contained in:
@@ -1,10 +1,25 @@
|
|||||||
# Gitea
|
# Gitea
|
||||||
|
|
||||||
|
1. [Installation](#installation)
|
||||||
1. [Further readings](#further-readings)
|
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
|
## Further readings
|
||||||
|
|
||||||
- [Website]
|
- [Website]
|
||||||
|
- [Compose file]
|
||||||
|
- [Git]
|
||||||
|
|
||||||
|
Alternatives:
|
||||||
|
|
||||||
|
- [Gitlab]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Reference
|
Reference
|
||||||
@@ -13,7 +28,12 @@
|
|||||||
|
|
||||||
<!-- In-article sections -->
|
<!-- In-article sections -->
|
||||||
<!-- Knowledge base -->
|
<!-- Knowledge base -->
|
||||||
|
[git]: git.md
|
||||||
|
[gitlab]: gitlab.md
|
||||||
|
|
||||||
<!-- Files -->
|
<!-- Files -->
|
||||||
|
[compose file]: /docker/gitea/docker-compose.yml
|
||||||
|
|
||||||
<!-- Upstream -->
|
<!-- Upstream -->
|
||||||
[website]: https://about.gitea.com/
|
[website]: https://about.gitea.com/
|
||||||
|
|
||||||
|
|||||||
3
snippets/gitea.sh
Normal file
3
snippets/gitea.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
docker exec -ti 'gitea-server-1' sh
|
||||||
Reference in New Issue
Block a user