cobalt/web/static
Jonathan Chemla 782045dd82 Cobalt Web image Dockerfile
Build and run image with

```
docker build -f web/Dockerfile -t cobalt-web .
docker run -e WEB_DEFAULT_API="https://real.api.endpoint" -e WEB_HOST="http://abc"  -e WEB_PLAUSIBLE_HOST="def" -p 800:80 cobalt-web
```

Currently, vite build still uses process.env env-vars at build time, so the docker container is not using those defined via placeholders in `runtime-config.js`
2025-06-25 12:56:36 +02:00
..
fonts web: replace regular noto sans mono with a custom font with 3 characters 2025-05-23 16:54:28 +06:00
icons web/static: recompress all pngs 2025-03-05 16:53:59 +00:00
meowbalt web/static: recompress all pngs 2025-03-05 16:53:59 +00:00
update-banners web/changelogs: add 11.0 changelog 2025-05-29 20:09:57 +06:00
favicon.png web/static: recompress all pngs 2025-03-05 16:53:59 +00:00
manifest.json manifest: fix chrome warnings 2024-07-03 17:05:42 +00:00
runtime-config.js Cobalt Web image Dockerfile 2025-06-25 12:56:36 +02:00