mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-26 20:01:16 +01:00
This the first iteration of Wireguard network support. What was done: - kernel was updated to enable Wireguard kernel module. - changed networkd to support creating Wireguard device type. - used wgctrl to configure wireguard. - updated `talosctl cluster create` to support generating Wireguard network configuration automatically by just specifying the network cidr. - added docs about Wireguard support/how to use it. Signed-off-by: Artem Chernyshev <artem.0xD2@gmail.com>
32 lines
888 B
JSON
32 lines
888 B
JSON
{
|
|
"name": "sidero",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gridsome build",
|
|
"develop": "gridsome develop",
|
|
"explore": "gridsome explore"
|
|
},
|
|
"dependencies": {
|
|
"@gridsome/source-graphql": "^0.1.0",
|
|
"gridsome": "^0.7.21",
|
|
"gridsome-source-docs": "github:andrewrynhard/gridsome-source-docs#main",
|
|
"slugify": "^1.4.5",
|
|
"tailwindcss-grid": "^1.2.1",
|
|
"vuex": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gridsome/plugin-google-analytics": "^0.1.2",
|
|
"@gridsome/plugin-sitemap": "^0.2.3",
|
|
"@gridsome/remark-prismjs": "^0.3.0",
|
|
"@gridsome/source-filesystem": "^0.6.2",
|
|
"@gridsome/transformer-remark": "^0.6.3",
|
|
"fuse.js": "^3.4.6",
|
|
"gridsome-plugin-tailwindcss": "^3.0.1",
|
|
"node-sass": "^4.13.1",
|
|
"prism-themes": "^1.5.0",
|
|
"sass-loader": "^8.0.2",
|
|
"tailwindcss": "^1.9.6",
|
|
"vue-feather-icons": "^5.0.0"
|
|
}
|
|
}
|