FirefoxSyncserver

FirefoxSyncserver

Docker app from Jflo's Repository

Overview

Template for running Mozilla's official Syncserver image.

Install FirefoxSyncserver on Unraid in a few clicks.

Find FirefoxSyncserver 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.

Open the Apps tab on your Unraid server Search Community Apps for FirefoxSyncserver Review the template variables and paths Click Install

Categories

Download Statistics

11,523,168
Total Downloads
5,711
This Month
5,968
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
mozilla/syncserver:latest
Last Updated2022-02-17
First Seen2021-03-01

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

sync db locationPathrw

Location where durable sqllite db is stored for sync data.

Target
/data
Default
/mnt/user/appdata/ff-syncserver/db/
Syncserver Public URLVariable

Replace URL in SYNCSERVER_PUBLIC_URL with your URL (For which the SSL certificate was also issued)

Target
SYNCSERVER_PUBLIC_URL
Default
http://<URL>:5000
Syncserver secretVariable

Replace KEY with some random hex like the output of head -c 20 /dev/urandom | sha1sum | awk '{print $1}'.

Target
SYNCSERVER_SECRET
Default
<KEY>
SQLlite URIVariable

Container path to where sqllite db lives

Target
SYNCSERVER_SQLURI
Default
sqlite:////data/syncserver.db
Value
sqlite:////data/syncserver.db
Allow new usersVariable

Container Variable: SYNCSERVER_ALLOW_NEW_USERS

Target
SYNCSERVER_ALLOW_NEW_USERS
Default
true
PortVariable

Container Variable: PORT

Target
PORT
Default
5000
Value
5000
Listening onPorttcp

Container Port: 5000

Target
5000
Default
5000
Value
5000
Enable batch uploadsVariable

Container Variable: SYNCSERVER_BATCH_UPLOAD_ENABLED

Target
SYNCSERVER_BATCH_UPLOAD_ENABLED
Default
true
Value
true
Force WSGIVariable

Container Variable: SYNCSERVER_FORCE_WSGI_ENVIRON

Target
SYNCSERVER_FORCE_WSGI_ENVIRON
Default
true
Value
false