add caddy and cloudflared configs
This commit is contained in:
55
caddy/site/butane/transpiled_config.ign
Normal file
55
caddy/site/butane/transpiled_config.ign
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"ignition": {
|
||||
"version": "3.4.0"
|
||||
},
|
||||
"passwd": {
|
||||
"users": [
|
||||
{
|
||||
"groups": [
|
||||
"wheel",
|
||||
"sudo"
|
||||
],
|
||||
"name": "ccalifice",
|
||||
"sshAuthorizedKeys": [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH10Eg7LkH+sTevim2IjH7kZ3egxFhnaQzZsywmap3FZ chris@ccalifice-pc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groups": [
|
||||
"sudo",
|
||||
"wheel"
|
||||
],
|
||||
"name": "core",
|
||||
"sshAuthorizedKeys": [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH10Eg7LkH+sTevim2IjH7kZ3egxFhnaQzZsywmap3FZ chris@ccalifice-pc"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"storage": {
|
||||
"files": [
|
||||
{
|
||||
"path": "/etc/hostname",
|
||||
"contents": {
|
||||
"compression": "",
|
||||
"source": "data:,podman"
|
||||
},
|
||||
"mode": 420
|
||||
},
|
||||
{
|
||||
"path": "/etc/vconsole.conf",
|
||||
"contents": {
|
||||
"compression": "",
|
||||
"source": "data:,KEYMAP%3Dbr"
|
||||
},
|
||||
"mode": 420
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"path": "/etc/localtime",
|
||||
"target": "../usr/share/zoneinfo/America/Sao_Paulo"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user