Compare commits

..

8 Commits

Author SHA1 Message Date
Thomas Faour
f00a51dbbd Merge branch 'main' of thume-tc1-git:tfaour/www.ThumeIT
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
Deploy to prod / deploy-to-prod (push) Successful in 4s
2025-04-23 20:52:14 -04:00
Thomas Faour
bf0a266846 added vaultwarden and chat 2025-04-23 20:50:27 -04:00
e64855713e Update html/index.html
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
2025-04-07 21:08:59 -04:00
4d3c87b796 Maybe I tagged too late?
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
Deploy to prod / deploy-to-prod (push) Successful in 4s
2025-04-01 04:19:14 +00:00
e331938008 0.1.1
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
2025-04-01 04:17:38 +00:00
b12e52a53c Add code-server link
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
2025-04-01 04:10:56 +00:00
405404299a Reverting the "2.0"
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 21s
2025-04-01 04:07:49 +00:00
168a82a93a Update .gitea/workflows/deploy_to_prod.yaml
All checks were successful
Deploy to stage / deploy-to-stage (push) Successful in 4s
2025-03-29 22:47:30 -04:00
5 changed files with 20 additions and 5 deletions

View File

@ -3,10 +3,10 @@ run-name: ${{ gitea.actor }} is deploying ThumeIT to prod 🚀
on:
push:
tags:
- release
- '*'
jobs:
deploy-to-stage:
deploy-to-prod:
runs-on: prd_runner
container:
volumes:
@ -23,4 +23,4 @@ jobs:
run: |
cp -r ./html/* /www/html
- run: ls /www/html
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}. Woohoo!"

BIN
html/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -9,7 +9,7 @@
<body>
<div class="container">
<div class="ThumeIT">
<h1>ThumeIT 2.0</h1>
<h1>ThumeIT</h1>
</div>
<div class="floating-buttons">
<a href="https://photos.thumeit.com" class="icon-button" target="_blank">
@ -27,16 +27,31 @@
<a href="https://git.thumeit.com" class="icon-button" target="_blank">
<img src="git_8293568.png" alt="Git">
</a>
<a href="https://code.thumeit.com" class="icon-button" target="_blank">
<img src="vscode.png" alt="Code">
</a>
<a href="https://ai.thumeit.com" class="icon-button" target="_blank">
<img src="ai.png" alt="AI">
</a>
<a href="https://vault.thumeit.com" class="icon-button" target="_blank">
<img src="vault.png" alt="AI">
</a>
<a href="https://chat.thumeit.com" class="icon-button" target="_blank">
<img src="chat.png" alt="AI">
</a>
<a href="https://auth.thumeit.com" class="icon-button" target="_blank">
<img src="https://auth.thumeit.com/api/application-configuration/favicon" alt="Auth">
</a>
</div>
<form class="search-form">
<input type="text" placeholder="Search..." class="search-bar">
<button type="submit" class="go-button">Go</button>
<button type="submit" class="go-button" onclick="showPopup()">Go</button>
<script>
function showPopup() {
alert("The results were within you all this time");
}
</script>
</form>
</div>
</body>

BIN
html/vault.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
html/vscode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB