mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-23 22:09:20 +02:00
Compare commits
2 Commits
27e697b9c1
...
adfa00aeb4
Author | SHA1 | Date | |
---|---|---|---|
localhost_frssoft | adfa00aeb4 | ||
localhost_frssoft | 0130e4ae22 |
|
@ -129,6 +129,7 @@ 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():
|
||||||
|
|
|
@ -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