A POST
to /api/sites
can be used to add a new site associated with a key.
A GET
to /api/sites
can be used to get a list of all the sites belonging to a key.
A GET
to /api/config
will return the list of available themes and the currently selected theme.
A PUT
to /api/config
can be used to change the site's theme.
NB: All requests require a NIP-98 authorization header to be present!
Servus implements the Blossom API and therefore acts as your personal Blossom server.
- PUT
/upload
- GET
/list/<pubkey>
- DELETE
/<sha256>
Servus implements NIP-96 file storage.
- POST
/api/files
- DELETE
/api/files/<sha256>