Path: blob/main/net-im/gotosocial/files/patch-example_config.yaml
16461 views
--- example/config.yaml.orig 2022-06-20 12:11:36 UTC1+++ example/config.yaml2@@ -158,12 +158,12 @@ db-tls-ca-cert: ""3# String. Directory from which gotosocial will attempt to load html templates (.tmpl files).4# Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]5# Default: "./web/template/"6-web-template-base-dir: "./web/template/"7+web-template-base-dir: "/usr/local/www/gotosocial/template/"89# String. Directory from which gotosocial will attempt to serve static web assets (images, scripts).10# Examples: ["/some/absolute/path/", "./relative/path/", "../../some/weird/path/"]11# Default: "./web/assets/"12-web-asset-base-dir: "./web/assets/"13+web-asset-base-dir: "/usr/local/www/gotosocial/assets/"1415###########################16##### ACCOUNTS CONFIG #####17@@ -240,7 +240,7 @@ storage-backend: "local"18# this directory, and create new subdirectories and files within it.19# Examples: ["/home/gotosocial/storage", "/opt/gotosocial/datastorage"]20# Default: "/gotosocial/storage"21-storage-local-base-path: "/gotosocial/storage"22+storage-local-base-path: "/var/db/gotosocial/storage"2324###########################25##### STATUSES CONFIG #####26@@ -306,7 +306,7 @@ letsencrypt-port: 8027# In any case, make sure GoToSocial has permissions to write to / read from this directory.28# Examples: ["/home/gotosocial/storage/certs", "/acmecerts"]29# Default: "/gotosocial/storage/certs"30-letsencrypt-cert-dir: "/gotosocial/storage/certs"31+letsencrypt-cert-dir: "/var/db/gotosocial/storage/certs"3233# String. Email address to use when registering LetsEncrypt certs.34# Most likely, this will be the email address of the instance administrator.353637