Skip to content

Ant59/ff-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Firefox Sync 1.5 Docker Image

Dockerfile for Firefox Sync 1.5 server

Run

Build the image from this repo

docker build https://github.com/Ant59/ff-sync.git -t ant59/ff-sync

Then run the image, making sure to specify a secret and a public URL

docker run -d -v ff-sync:/ff-sync --env URL=https://exmaple.com/ff-sync --env SECRET=whateveryoursecretis -p 5000:5000 ant59/ff-sync

I run this behind Caddy as a proxy

proxy /ff-sync localhost:5000

About

Dockerfile for Firefox Sync 1.5 server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages