Initial commit for iiEasy: all files included

This commit is contained in:
2026-02-03 23:16:16 +05:00
commit 3b3d29e21c
158 changed files with 32962 additions and 0 deletions

10
.env.nomad.example Normal file
View File

@@ -0,0 +1,10 @@
# Copy to .env.nomad and source before deploy: source .env.nomad
# Do NOT commit .env.nomad (contains credentials)
export NOMAD_ADDR=http://192.168.1.16:4646
export NOMAD_HOST=192.168.1.16
export NOMAD_USER=its
export STRAPI_PUBLIC_URL=http://192.168.1.16:1337
# For SSH: use key-based auth or enter password when prompted
# ssh-copy-id its@192.168.1.16