Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ant59/ff-sync

Dockerfile for Firefox Sync 1.5 server
https://github.com/ant59/ff-sync

docker firefox sqlite sync

Last synced: 28 days ago
JSON representation

Dockerfile for Firefox Sync 1.5 server

Awesome Lists containing this project

README

        

# 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
```