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",