Blocklet Service provides some out-of-the-box services for Blocklets.
After the blocklet is installed, it can be accessed through {blocklet domain}/{following path}
e.g. https://developer.blocklet.io/.well-known/service/health
Web page
/.well-known/service/lost-passportRetrieve the passport/.well-known/service/loginAccess the login page/.well-known/service/adminAccess the management background/.well-known/service/blocklet/logoGet the app logo/favicon.icoGet the app favicon
API
/.well-known/service/healthReturns 200 when the blocklet is running, 503 otherwise/.well-known/service/api/did/sessionGet the current login user information