5 Commits

Author SHA1 Message Date
claude c2f2f9bd5b Merge main into production: public phone number +40 774 885 011, CI clone via LAN DNS
Build and Push Docker Images / build (push) Successful in 13s
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WpTYCBLH58XzrM7n3xPJ5N
2026-08-23 17:39:36 +00:00
claude 951ccec541 content: update public phone number to +40 774 885 011
Build and Push Docker Images / build (push) Successful in 18m52s
Old number 0722 523 764 is no longer in service. Updated both the tel:
and wa.me links as well as the displayed text on the landing page and the
cv-matcher page.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WpTYCBLH58XzrM7n3xPJ5N
2026-08-23 17:16:42 +00:00
claude 10bac5eb91 ci: clone via docker-git.easysoft.ro:3000 (LAN DNS; drop git.easysoft.ro:3000 dependency)
Build and Push Docker Images / build (push) Successful in 18s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 09:51:31 +03:00
claude 65ae4b42da myai: document MSSQL host as mssql.easysoft.ro (DNS name) in the env template
Deployed staging/prod envs now use Database__Host=mssql.easysoft.ro (LAN DNS -> the MSSQL
VM 10.0.0.240) instead of the raw IP, matching the infra DNS standardization. The
docker-compose default stays 'sqlserver' for local dev. (.env/.env.staging/.env.production
are gitignored; their deployed values were updated locally and apply on redeploy.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 17:01:06 +03:00
claude 5aaf848423 chore: remove stray CV.pdf test artifact from repo root (unused, 284KB)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 19:20:21 +03:00
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ on:
- production
env:
GIT_HOST: git.easysoft.ro
GIT_HOST: docker-git.easysoft.ro
REGISTRY_HOST: registry.easysoft.ro
DOCKER_BUILDKIT: "1"
API_IMAGE: apps/myai-api
+4 -2
View File
@@ -49,8 +49,10 @@ Ai__Ollama__ChatModel=llama2
Ai__Ollama__EmbeddingModel=embedding-model
Ai__Ollama__TimeoutSeconds=30
# Database (shared) - maps to Database:Host etc. used by apps
Database__Host=sqlserver
# Database (shared) - maps to Database:Host etc. used by apps.
# Deployed (staging/prod) uses the LAN DNS name (resolves to the MSSQL VM 10.0.0.240);
# for local dev leave it unset to use the docker-compose 'sqlserver' service default.
Database__Host=mssql.easysoft.ro
Database__Port=1433
Database__Name=MyAiDb
Database__User=sa
+2 -2
View File
@@ -139,13 +139,13 @@
<div>
<span data-i18n="contact.phone">Phone</span>
<strong>
<a href="tel:+40722523764">+40 722-523-764</a>
<a href="tel:+40774885011">+40 774-885-011</a>
</strong>
</div>
<div>
<span>WhatsApp</span>
<strong>
<a href="https://wa.me/40722523764" target="_blank" rel="noreferrer">+40 722-523-764</a>
<a href="https://wa.me/40774885011" target="_blank" rel="noreferrer">+40 774-885-011</a>
</strong>
</div>
+2 -2
View File
@@ -126,13 +126,13 @@
<div>
<span data-i18n="contact.phone">Phone</span>
<strong>
<a href="tel:+40722523764">+40 722-523-764</a>
<a href="tel:+40774885011">+40 774-885-011</a>
</strong>
</div>
<div>
<span>WhatsApp</span>
<strong>
<a href="https://wa.me/40722523764" target="_blank" rel="noreferrer">+40 722-523-764</a>
<a href="https://wa.me/40774885011" target="_blank" rel="noreferrer">+40 774-885-011</a>
</strong>
</div>
</div>