1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
45d2e3a3d1
containerrc: Update JSON schema
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-08-08 16:00:52 +02:00
e8d3cd96eb
containerrc: Expand schema to allow memory accounting
Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 11:12:38 +02:00
0a46bba629
containerrc: Add support for timezone changing
Might be needed for some applications.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 11:02:56 +02:00
658fc6465c
containerrc: Run %s/ /\t/g on containerc
Replace indentation with tabs, by replacing every two spaces with one
tab.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 10:45:31 +02:00
1c2224cb19
containerrc: Remove extra } from schema
Those two are not needed.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 10:44:31 +02:00
8464196aaa
containerrc: Add accounting to schema
Adds accounting and its entries to the JSON schema.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-30 10:42:25 +02:00
ef63c0de14
containerrc: Remove optional parts from schema
A container can be created from a name and an image, no other part is
required. Reflect that in the JSON schema, by removing most top-level
required entries. Also remove the hardcoded env-vars from the schema.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-29 09:25:19 +02:00
64b797d18d
containerrc: Add json-schmea for config file
Add a json-schema generated by www.liquid-technologies.com/online-json-to-schema-converter
modified to remove hard-coded values from the example conifg (like
MySecret1).

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-26 21:49:32 +02:00