All apps · 0 apps
folderframe
Docker app from The-Grog's Repository
Overview
Readme
View on GitHubInstall FolderFrame on Unraid
FolderFrame is available in Unraid Community Apps and uses the tested stable image channel.
Install from Community Apps
- Open the Apps tab and search for FolderFrame.
- Select FolderFrame.
- Choose an existing dedicated Media Folder containing only media intended for this gallery.
- Keep the default Appdata Configuration path or choose another persistent directory.
- Choose an unused Web Port.
- Optionally set any FolderFrame defaults. Leave an override blank to use
folderframe.config.json. - Click Apply, then open the FolderFrame WebUI.
The media directory is mounted at /media read-only. Configuration is stored separately at /config.
Persistent configuration
On first start, the container creates:
/mnt/user/appdata/folderframe/folderframe.config.json
Edit that file for the complete FolderFrame configuration. It remains outside the image and survives container updates. The file is served to browsers, so do not put passwords, tokens, private filesystem paths, or other secrets in it.
The Unraid fields below provide optional overrides for common settings:
| Unraid field | Environment variable | JSON setting | Accepted values |
|---|---|---|---|
| Source Label | FOLDERFRAME_SOURCE_LABEL |
sources[0].label |
Any non-empty display label |
| Starting View | FOLDERFRAME_STARTING_VIEW |
defaults.view |
folders, all |
| Default Sort | FOLDERFRAME_DEFAULT_SORT |
defaults.sort |
filename, newest, oldest |
| Slideshow Interval | FOLDERFRAME_SLIDESHOW_INTERVAL |
defaults.interval |
3, 5, 10, 15, 30, 60, 300, 900, 3600 |
| Image Display Mode | FOLDERFRAME_IMAGE_MODE |
defaults.imageMode |
fit, original |
| Start Automatically | FOLDERFRAME_AUTOPLAY |
defaults.autoplay |
true, false |
| Shuffle by Default | FOLDERFRAME_SHUFFLE |
defaults.shuffle |
true, false |
| Gallery Refresh Interval | FOLDERFRAME_GALLERY_REFRESH_INTERVAL |
index.refreshInterval |
Integer seconds from 1 to 86400 |
| Embed Refresh Interval | FOLDERFRAME_EMBED_REFRESH_INTERVAL |
embed.refreshInterval |
Integer seconds from 1 to 86400 |
| Remember Browser Preferences | FOLDERFRAME_REMEMBER_PREFERENCES |
defaults.rememberPreferences |
true, false |
Blank override fields defer to the persistent JSON file. Explicit overrides are applied to a generated runtime copy; the persistent JSON file is never rewritten.
FolderFrame resolves startup settings in this order: packaged defaults, persistent JSON, explicit container overrides, saved browser preferences, then URL parameters. If a changed default appears to have no effect, set Remember Browser Preferences to false, clear that browser's saved FolderFrame preferences, or test with ?remember=0.
Existing installations
Existing containers created before persistent configuration was added continue to run with packaged defaults. To customize them persistently, edit the container and add:
| Setting | Value |
|---|---|
| Config Type | Path |
| Name | Appdata Configuration |
| Container Path | /config |
| Host Path | /mnt/user/appdata/folderframe |
| Access Mode | Read/Write |
The default JSON file is created after the container starts. Existing containers might not automatically gain newer optional environment fields; add them manually or reinstall from the current Community Apps template if needed.
Local template installation
For development or template testing, copy the XML into Unraid's user-template directory:
mkdir -p /boot/config/plugins/dockerMan/templates-user
cp /path/to/FolderFrame-Deployment/templates/folderframe.xml \
/boot/config/plugins/dockerMan/templates-user/my-folderframe.xml
In the Unraid WebGUI, open Docker > Add Container, select folderframe from the Template list, and review every field before applying.
Verify the installation
After applying the template:
- Open WebUI from the container menu.
- Confirm
/mnt/user/appdata/folderframe/folderframe.config.jsonwas created. - Confirm nested folders and images appear.
- Change one container override, apply the edit, and verify it changes the startup default.
- Restart the container and confirm the configuration and media return.
- Edit the container and verify the
/mediamapping still shows Read Only.
Updating
The template uses ghcr.io/the-grog/folderframe-deployment:stable. Use Docker > Check for Updates, review the FolderFrame release notes, and update when ready. Unraid recreates the container while preserving the external media and appdata directories.
For rollback, edit the Repository field to a known version tag such as ghcr.io/the-grog/folderframe-deployment:v0.6.3, then Apply.
Security
FolderFrame has no built-in authentication or TLS. Anyone who can reach it can browse and download mounted media and read the served configuration. Keep it on a trusted network unless a separate access layer provides authentication and TLS. Never mount an entire share, repository, secrets, private files, or symlinks to private locations.
Install Folderframe on Unraid in a few clicks.
Find Folderframe in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/the-grog/folderframe-deployment:stableRuntime arguments
- Web UI
http://[IP]:[PORT:8080]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Choose an unused host port for the gallery.
- Target
- 8080
- Default
- 8088
- Value
- 8088
Select an existing dedicated gallery folder. Read-only does not prevent downloads. Do not select a whole share or repository.
- Target
- /media