mirror of
https://github.com/idanoo/go-mastodon-stats
synced 2025-07-03 06:42:19 +00:00
Post weekly instead
This commit is contained in:
parent
f2c7022469
commit
5a884fe3d9
3 changed files with 12 additions and 28 deletions
|
@ -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;"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue