Elektrine lite

← Feed

@domm@social.linux.pizza

Post #1249263

2026-03-03 11:25 UTC

@gugod It's a `env.js` file that reads environment vars from the env and makes them available to a JavaScript SPA. I guess that's why my mind was set on ENV vars and not JS syntax...

Replies (1)

  • @burak@gursoy.social 2026-03-03 13:02

    @domm @gugod I also see stuff like this still happening, but a follow up would be never handroll anything. If you need that it'd better be checked by a Linter CD/CI first. There was recent incident about handcrafted piped commands nuking some stuff and a follow up was to always use a custom program for that, which had to be created that's for sure, but it is a single command. Config file thing is ancient stuff. That better be a YAML nowadays. YAML programming is upon us ;p

    Open ##1249264