From 0a87539f3ef11351089137bd760f95d8cd1a6d73 Mon Sep 17 00:00:00 2001 From: Roberto Hidalgo Date: Tue, 11 Apr 2023 17:41:46 -0600 Subject: [PATCH] upgrade to 0.8 --- gotosocial.yaml | 8 ++++++++ gts.nomad | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gotosocial.yaml b/gotosocial.yaml index 83d0987..6a5908a 100644 --- a/gotosocial.yaml +++ b/gotosocial.yaml @@ -91,6 +91,14 @@ db-type: "sqlite" # Default: "" db-address: "/alloc/gotosocial.db" +# String. SQLite journaling mode. +# SQLite only -- unused otherwise. +# If set to empty string, the sqlite default will be used. +# See: https://www.sqlite.org/pragma.html#pragma_journal_mode +# Examples: ["DELETE", "TRUNCATE", "PERSIST", "MEMORY", "WAL", "OFF"] +# Default: "WAL" +db-sqlite-journal-mode: "WAL" + ###################### ##### WEB CONFIG ##### diff --git a/gts.nomad b/gts.nomad index f4e6c42..07bf35e 100644 --- a/gts.nomad +++ b/gts.nomad @@ -89,7 +89,7 @@ job "club-patito" { user = "nobody" config { - image = "superseriousbusiness/gotosocial:0.6.0" + image = "superseriousbusiness/gotosocial:0.8.0" ports = ["gotosocial"] args = [ "--config-path",