Post weekly instead

This commit is contained in:
idanoo 2023-01-30 12:38:28 +13:00
parent f2c7022469
commit 5a884fe3d9
Signed by: idanoo
GPG key ID: 387387CDBC02F132
3 changed files with 12 additions and 28 deletions

View file

@ -24,6 +24,15 @@ var (
// UserCount metric name
METRICNAME_USERCOUNT = "userCount"
// This is hardcoded because.. well configs are annoying
SERVICE_LINKS = map[string]string{
PIXELFED_IDENTIFIER: "https://pixelfed.nz",
MATRIX_IDENTIFIDER: "https://mtrx.nz",
MASTODON_IDENTIFIER: "https://mastodon.nz",
MOBILIZON_IDENTIFIER: "https://openevents.nz",
PEERTUBE_IDENTIFIER: "https//peertube.nz",
}
// Pixelfed
PIXELFED_DB_SCHEMA string
PIXELFED_USER_QUERY = "SELECT count(*) FROM users WHERE status IS NULL;"