8 Commits

Author SHA1 Message Date
189c829fa6 Merge branch 'main' into testuser-patch-1 2025-10-23 23:17:17 +02:00
d6f763748f Reverted change 2025-10-23 23:16:13 +02:00
e09f248256 Merge branch 'main' into testuser-patch-1 2025-10-23 23:12:29 +02:00
304f32383f Trying this out 2025-10-23 23:11:45 +02:00
850d1be725 Update html/index.html 2025-10-23 22:26:46 +02:00
3981773ed8 Removed unneeded file 2025-10-22 21:58:24 +02:00
d4b8a721d6 Update docker-compose.yaml 2025-10-22 21:56:59 +02:00
7ba8935999 Delete .gitea/workflows/hello.yamlx 2025-10-22 21:53:34 +02:00
4 changed files with 2 additions and 17 deletions

View File

@@ -1,15 +0,0 @@
name: Hello world
on:
- push
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print hello
run: echo "Hello, world! from Gitea Actions"

View File

@@ -1 +0,0 @@
Random file, ami remélhetőleg megjelenik

View File

@@ -3,6 +3,6 @@ services:
web:
image: nginx:1.26.1-alpine3.19-slim
ports:
- "80"
- "81"
volumes:
- ./html:/usr/share/nginx/html:ro

View File

@@ -7,6 +7,7 @@
<body>
<h1>Sziasztok, emberek! 👋</h1>
<h2>Másik szöveg</h2>
<h3>Harmadik szöveg</h3>
</body>
</html>