commit fd402a3f717543edeca8cc20b7e642cc05ee927a Author: soxx Date: Sun Nov 20 20:12:38 2022 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f0c3a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/data/ diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..c02accd --- /dev/null +++ b/config.yml @@ -0,0 +1,27 @@ +server: + keepaliveperiodseconds: 0 + listenaddr: "127.0.0.1" + port: 4542 + + ssl: + enabled: false + + cors: + alloworigins: + - gotify.sillywalk.de + + stream: + pingperiodseconds: 45 + +database: + dialect: sqlite3 + connection: data/gotify.db + +defaultuser: + name: admin + pass: PAI2pQDIHJEiyx5thZUyYmr5hmnv5Tlp% + +passstrength: 10 +uploadedimagesdir: data/images +pluginsdir: data/plugins +registration: false