fediverse-devnet / feditest-tests-fediverse

The tests for the fediverse testsuite
MIT License
5 stars 4 forks source link

More WebFinger servers #72

Closed steve-bate closed 1 month ago

steve-bate commented 1 month ago

servers.json

Added more WebFinger implementation hostname/accounts (34 total).

jernst commented 1 month ago

Do we need more than one account per software package? I would propose not, so I'm not adding:

   "hostname": "pleroma.makemake.site",
    "account": "makemake",

    "hostname": "writefreely.pl",
    "account": "kierunkowy74",

    "hostname": "owncast.small-web.org",
    "account": "fedi",

    "hostname": "social.funkwhale.audio",
    "account": "funkwhale",

    "hostname": "hub.hubzilla.de",
    "account": "funbreaker",

    "hostname": "plume.pullopen.xyz",
    "account": "amanda",
# TODO Can't find account
# {
#     "constellation_name": "NextCloud",
#     "hostname" : "cloud.speicherbereich.net",
#      "account" : "...",
# },

We can run it locally under UBOS: https://github.com/fediverse-devnet/feditest/issues/113

steve-bate commented 1 month ago

Closing, assuming these are included in #77.