add caddy and cloudflared configs

This commit is contained in:
2025-08-13 23:16:20 -03:00
parent a08c8cc7fa
commit 2f9f9a2c99
161 changed files with 19173 additions and 0 deletions

View 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"
}
]
}
}