update readme to new gitea instance

This commit is contained in:
Theo Tappe
2026-06-15 14:49:56 +02:00
parent 3d7d124033
commit f0e64b270d
@@ -11,7 +11,7 @@ import win.tap_tap.papertrader.components.LanguageSelect
fun Texts.getAbout(): String { fun Texts.getAbout(): String {
return when (selectedLanguage()) { return when (selectedLanguage()) {
Languages.ENGLISH -> Languages.ENGLISH ->
""" """
#### Motivation #### Motivation
This application was developed by Theo Tappe as a comprehensive technical showcase for my application and to have some fun with friends. This application was developed by Theo Tappe as a comprehensive technical showcase for my application and to have some fun with friends.
@@ -19,7 +19,7 @@ It demonstrates a full-stack approach, combining cross-platform development with
#### Links #### Links
All code can be found on my gitlab instance: https://gitlab.tap-tap.win/root/taptappapertrader All code can be found on my gitea instance: https://gitea.tap-tap.win/TapTap/PaperTrader
#### Frontend Architecture #### Frontend Architecture
@@ -68,8 +68,9 @@ This minimizes "it works on my machine" issues and ensures a stable production e
The entire stack is hosted on a Proxmox VE cluster. The entire stack is hosted on a Proxmox VE cluster.
This allows me to manage an internal network including TrueNAS for storage, OPNsense for networking and NixOS for deploying. This allows me to manage an internal network including TrueNAS for storage, OPNsense for networking and NixOS for deploying.
""" """
Languages.GERMAN -> Languages.GERMAN ->
""" """
#### Motivation #### Motivation
Diese Anwendung wurde von Theo Tappe als umfassendes technisches Showcase für meine Bewerbung sowie als Freizeitprojekt für Freunde entwickelt. Diese Anwendung wurde von Theo Tappe als umfassendes technisches Showcase für meine Bewerbung sowie als Freizeitprojekt für Freunde entwickelt.
@@ -77,7 +78,7 @@ Sie demonstriert einen Full-Stack-Ansatz, der moderne plattformübergreifende En
#### Links #### Links
Der gesamt Code kann auf meiner Gitlab Instanz und kann hier gefunden werden: https://gitlab.tap-tap.win/root/taptappapertrader Der gesamt Code kann auf meiner Gitlab Instanz und kann hier gefunden werden: https://gitea.tap-tap.win/TapTap/PaperTrader
#### Frontend-Architektur #### Frontend-Architektur