mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-24 01:39:20 +02:00
Compare commits
No commits in common. "adfa00aeb4d454a308b67b852ba02eb7a4d6a5ae" and "27e697b9c1e8097666f47064d8d857dde6ae7705" have entirely different histories.
adfa00aeb4
...
27e697b9c1
|
@ -129,9 +129,8 @@ Insert token from "Access token" here''')
|
||||||
k, v = i.get('verbose_name'), i.get('value')
|
k, v = i.get('verbose_name'), i.get('value')
|
||||||
about_instance_info.append(f'{k}: {v}')
|
about_instance_info.append(f'{k}: {v}')
|
||||||
about_instance_info.append('|||||Some stats:')
|
about_instance_info.append('|||||Some stats:')
|
||||||
if ins_nodeinfo['metadata'].get('usage'):
|
for k, v in ins_nodeinfo['metadata']['usage'].items():
|
||||||
for k, v in ins_nodeinfo['metadata']['usage'].items():
|
about_instance_info.append(f'{k}: {v}')
|
||||||
about_instance_info.append(f'{k}: {v}')
|
|
||||||
for k, v in ins_nodeinfo['metadata']['library'].items():
|
for k, v in ins_nodeinfo['metadata']['library'].items():
|
||||||
about_instance_info.append(f'{k}: {v}')
|
about_instance_info.append(f'{k}: {v}')
|
||||||
for k, v in ins_nodeinfo['usage'].items():
|
for k, v in ins_nodeinfo['usage'].items():
|
||||||
|
|
|
@ -13,13 +13,13 @@ default_conf = {
|
||||||
'instance': 'fw.ponychord.rocks',
|
'instance': 'fw.ponychord.rocks',
|
||||||
'public_list_instances': [
|
'public_list_instances': [
|
||||||
"open.audio",
|
"open.audio",
|
||||||
|
"audio.securetown.top",
|
||||||
"funkwhale.co.uk",
|
"funkwhale.co.uk",
|
||||||
"am.pirateradio.social",
|
"am.pirateradio.social",
|
||||||
"audio.liberta.vip",
|
"audio.liberta.vip",
|
||||||
"audio.gafamfree.party",
|
"audio.gafamfree.party",
|
||||||
"tanukitunes.com",
|
"tanukitunes.com",
|
||||||
"funkwhale.juniorjpdj.pl",
|
"funkwhale.juniorjpdj.pl",
|
||||||
"audio.securetown.in.ua",
|
|
||||||
"tavia.mle.party",
|
"tavia.mle.party",
|
||||||
"funkwhale.thurk.org",
|
"funkwhale.thurk.org",
|
||||||
"buzzworkers.com",
|
"buzzworkers.com",
|
||||||
|
|
Loading…
Reference in New Issue