gitea_pages/README.md

12 lines
311 B
Markdown
Raw Normal View History

2023-05-21 16:58:10 +00:00
# gitea_pages
_Containerized web application for managing public pages of Git repositories within a single Gitea instance._
2023-05-21 17:10:30 +00:00
```plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
```