Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ant59/ff-sync
- Owner: Ant59
- Created: 2017-02-24T13:32:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T13:55:00.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T22:29:08.048Z (3 months ago)
- Topics: docker, firefox, sqlite, sync
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```