Update README.md
This commit is contained in:
parent
8ab68605e1
commit
bb43447b26
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -25,7 +25,10 @@ In previous years my job was oriented on **Java EE**.
|
|||
|
||||
### Projects :hammer_and_pick:
|
||||
|
||||
Recently I concentrate on my homelab:
|
||||
Homelab
|
||||
|
||||
Project under constant development
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph collocation
|
||||
|
@ -43,6 +46,7 @@ flowchart LR
|
|||
subgraph CI
|
||||
forgejo
|
||||
woodpecker
|
||||
allure
|
||||
reposilite
|
||||
end
|
||||
subgraph Nextcloud
|
||||
|
@ -54,9 +58,9 @@ flowchart LR
|
|||
NGINX
|
||||
end
|
||||
forgejo --> woodpecker --> reposilite
|
||||
woodpecker --> allure -.->|reports| c_forgejo
|
||||
forgejo -.->|mirror| c_forgejo
|
||||
woodpecker ---> c_reposilite
|
||||
woodpecker ---> dc[Docker Hub]
|
||||
yah["You are here"] -.-> c_forgejo
|
||||
|
||||
```
|
||||
|
@ -64,6 +68,10 @@ flowchart LR
|
|||
Tech stack: Docker Compose
|
||||
|
||||
#### Some personal coding projects
|
||||
- Garmin HUD+ companion application
|
||||
- Complex map & navigation solution to be used with Garmin HUD+
|
||||
- Tech stack: Kotlin, Mapbox SDK
|
||||
- Repository: https://git.ztsh.eu/stawros/Garmin
|
||||
- Time management library
|
||||
- Provides time structures to time management apps
|
||||
- Tech stack: Plain Java + Junit, AssertJ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue