mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-18 21:21:10 +02:00
Provides capability to add extra headers in cases where files can only be fetched with token based authenction. Signed-off-by: Niklas Wik <niklas.wik@nokia.com> feat: extra manifest headers for fetching manifests - Changed config to map of key value pairs. Signed-off-by: Niklas Wik <niklas.wik@nokia.com> fix: added docs for new extra headers fetch Signed-off-by: Niklas Wik <niklas.wik@nokia.com> fix: fix linter issue Signed-off-by: Niklas Wik <niklas.wik@nokia.com>
docs
A static site for Talos documentation
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production and launch server
npm run build
npm run start
# generate static project
npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.