- There is no self-service registration page.
- The UI does not expose a public feed/search page, so
PUBLICandUNLISTEDdiffer mainly by policy and intended sharing style, not by a separate browse screen. - Playground private mode requires login even for normal public/unlisted viewer links.
- The Developer API page’s
Open API Documentationbutton points to a hard-coded external URL instead of your instance. - Import keeps the
ownerUsernamestored in the JSON file; imported pastes are not reassigned to the importing user. - The admin account is settings-based, not a normal persistent user.
Reset to Defaultsin the Theme tab restores the brand name toSunCore.- Creating a user without choosing roles relies on a
ROLE_USERrole existing first. - The Integrations page path is
/Integrations, not/integrations.
Summary
Users
- Open
/ - Write or paste content
- Choose visibility, slug, expiration, password, and burn-after-read if needed
- Save or share
- Use
/view/{slug}to open the result
Admins
- Log in at
/login - Use
/dashboardfor an overview - Use
/settingsfor branding, privacy, storage, and backups - Use
/Integrationsfor Discord and API keys - Use
/admin/usersand/admin/rolesto manage access
Developers
- Generate an API key from
/Integrations - Use the REST API under
/api/v1/pastes - Use
/api/docs,/swagger-ui.html, or/redoc.htmlfor endpoint docs