Guest Upload
Guest upload functionality allows users to upload images to your Slink instance without creating an account or logging in. This feature is useful for public galleries, temporary sharing, or reducing barriers to content contribution.
Enabling Guest Upload
Section titled “Enabling Guest Upload”-
Access Admin Settings
Navigate to
/admin/settingson your Slink instance. -
Find User Settings Section
Scroll down to the “User Settings” section.
-
Enable Guest Upload
Toggle the “Guest Upload” setting to enable anonymous uploads.
-
Save Configuration
Click “Save Settings” to apply the changes.
How Guest Upload Works
Section titled “How Guest Upload Works”When guest upload is enabled:
- No Registration Required: Users can visit the upload page without creating an account
- Direct Upload: Images can be uploaded immediately via drag-and-drop or file selection
- Public Images: All guest uploads are automatically set to public visibility
- Limited Management: Guest users cannot edit or delete their uploads after submission
Configuration
Section titled “Configuration”Guest upload is controlled by the USER_ALLOW_GUEST_UPLOADS environment variable (with USER_ALLOW_UNAUTHENTICATED_ACCESS for anonymous viewing). See Users & Access in the Environment Variables reference.