diff options
Diffstat (limited to 'host-coleridge/savedconfig')
-rw-r--r-- | host-coleridge/savedconfig/app-text/keening | 11 | ||||
-rw-r--r-- | host-coleridge/savedconfig/sys-kernel/linux-firmware | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/host-coleridge/savedconfig/app-text/keening b/host-coleridge/savedconfig/app-text/keening new file mode 100644 index 0000000..7d14f67 --- /dev/null +++ b/host-coleridge/savedconfig/app-text/keening @@ -0,0 +1,11 @@ +/* Template for the temp file. See mkstemp(3) */ +static char PATH_TMP[] = "/srv/http/hosts/keening.vehk.de/t/kng.XXXXXX"; + +/* Path to persistent paste directory */ +static const char* PATH_PRS = "/srv/http/hosts/keening.vehk.de/p/"; + +/* URL prefix used to construct the URL to a named/persistent file */ +static const char* URL_PRS = "https://keening.vehk.de/p/"; + +/* URL prefix used to construct the URL to a temporary file */ +static const char* URL_TMP = "https://keening.vehk.de/t/"; diff --git a/host-coleridge/savedconfig/sys-kernel/linux-firmware b/host-coleridge/savedconfig/sys-kernel/linux-firmware new file mode 100644 index 0000000..32adf21 --- /dev/null +++ b/host-coleridge/savedconfig/sys-kernel/linux-firmware @@ -0,0 +1,2 @@ +amd-ucode/microcode_amd_fam15h.bin.asc +amd-ucode/microcode_amd_fam15h.bin |