Automated build verification for setup #71

Open
opened 2026-04-27 16:08:44 +00:00 by utopiah · 3 comments
Owner

Consider running tests (e.g. against a container via Dockerfile in order to insure reproducibility) after any or specific (e.g. labeled) commits.

This important to keep #20 relevant.

Consider running tests (e.g. against a container via `Dockerfile` in order to insure reproducibility) after any or specific (e.g. labeled) commits. This important to keep https://git.benetou.fr/utopiah/biggu_s_gate/issues/20 relevant.
Author
Owner

It should gradually be expanded to all issues related to instance setup https://git.benetou.fr/utopiah/biggu_s_gate/issues?labels=58

It should gradually be expanded to all issues related to instance setup https://git.benetou.fr/utopiah/biggu_s_gate/issues?labels=58
utopiah added the Beyond NLNet2025-04Instance setup labels 2026-04-27 16:09:28 +00:00
Author
Owner

Could also expand package.json using e.g.

  "scripts": {
   /* ... */
    "server_test": "curl localhost:8080/commands | jq"
  },
Could also expand `package.json` using e.g. ```javascript "scripts": { /* ... */ "server_test": "curl localhost:8080/commands | jq" }, ```
Author
Owner

Can go "all the way" to doing a public query to validate if the server is accessibly, e.g. "curl https://biggu.benetou.fr/commands | jq" allowing also to verify if reverse proxy, firewall, etc are indeed properly configured.

Would require to have the domain defined somewhere, e.g. environment variable resulting in DOMAIN=https://biggu.benetou.fr npm run server_and_domain_test

Can go "all the way" to doing a public query to validate if the server is accessibly, e.g. `"curl https://biggu.benetou.fr/commands | jq"` allowing also to verify if reverse proxy, firewall, etc are indeed properly configured. Would require to have the domain defined somewhere, e.g. environment variable resulting in `DOMAIN=https://biggu.benetou.fr npm run server_and_domain_test`
utopiah removed the Beyond NLNet2025-04 label 2026-05-29 13:34:41 +00:00
Sign in to join this conversation.