All apps · 0 apps
QuireInk
OfficialDocker app from steventran's Repository
Overview
Install QuireInk on Unraid in a few clicks.
Find QuireInk 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
Download Statistics
Related apps
Explore more like this
Explore allDetails
quireink/quireink:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
The port the blog answers on. Readers browse to http://SERVER-IP:this-port.
- Target
- 3000
- Default
- 3477
- Value
- 3477
The address readers use, e.g. http://192.168.1.10:3477 - or your real domain once a reverse proxy is in front. Feeds, share cards and every link in a newsletter are built from it, so set it to what people actually type. You can change it later in Settings, Site.
- Target
- SITE_URL
The two SQLite databases - the whole blog except its images.
- Target
- /var/lib/quire/data
- Default
- /mnt/user/appdata/quireink/data
- Value
- /mnt/user/appdata/quireink/data
Uploaded images and files.
- Target
- /var/lib/quire/uploads
- Default
- /mnt/user/appdata/quireink/uploads
- Value
- /mnt/user/appdata/quireink/uploads
The unix user the app runs as. 99 is Unraid's 'nobody', which is what appdata expects.
- Default
- 99
- Value
- 99
The unix group. 100 is Unraid's 'users'.
- Default
- 100
- Value
- 100