serlis/src/assets/defaults.json

21 lines
921 B
JSON

{
"title": "cat-enby.club",
"catchphrase": "~~~nyaa",
"subtitle": "Services hosted by a cat for cats (=^・ω・^=) ... and any other beeings!",
"services": [
{
"name": "Jellyfin",
"summary": "Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached.",
"linktext": "media.cat-enby.club",
"hyperlink": "https://media.cat-enby.club",
"icon": "/assets/icons/jellyfin.svg"
},
{
"name": "Bitwarden",
"summary": "Bitwarden is an integrated open source password management solution for individuals, teams, and business organizations.",
"linktext": "vault.cat-enby.club",
"hyperlink": "https://vault.cat-enby.club",
"icon": "/assets/icons/bitwarden.svg"
}
]
}