diff --git a/data/gitea/templates/home.tmpl b/data/gitea/templates/home.tmpl index 94d8ade..7e0dc00 100644 --- a/data/gitea/templates/home.tmpl +++ b/data/gitea/templates/home.tmpl @@ -21,9 +21,9 @@
-

+

C Development -

+

With C I mostly reinvent to wheel and rewrite existing applications from scratch to learn what is under the hood. I am able to to write nginx-grade webservers with webdav support. I also have experience in writing Redis quality key-value stores. Projects made:

  • HTTP(S) Server with support for reverse proxy and load balancing
  • @@ -36,9 +36,9 @@

    -

    +

    Python development -

    +

    Python is my goto language for software development. Technologies I prefer to work with but not limited to are: @@ -52,9 +52,9 @@

    -

    +

    Databases -

    +

    I have experience with:

    -

    +

    Other languages -

    +

    I have professional experience with:

    diff --git a/docker-compose.yaml b/docker-compose.yaml index b8f0c7e..855bf60 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,7 @@ networks: services: server: - image: gitea/gitea:1.22.3 + image: gitea/gitea:1.22.4 container_name: tea environment: - USER_UID=1000 @@ -20,4 +20,4 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "127.0.0.1:8082:3000" - - "127.0.0.1:222:22" + - "0.0.0.0:2222:22"