Git Product home page Git Product logo

Comments (3)

crazy-max avatar crazy-max commented on August 11, 2024

Hi @Happyfeet01, does it work on your desktop ?

from docker-firefox-syncserver.

Happyfeet01 avatar Happyfeet01 commented on August 11, 2024

Yes, works good.... I make an new Setup with Docker.

from docker-firefox-syncserver.

Davo1624 avatar Davo1624 commented on August 11, 2024

I am having the same issue (figured I would comment here rather than start a new one)

I have firefox-syncserver set up on docker, compose snippet is:

firefox-syncserver:
container_name: firefox-syncserver
environment:
- PUID=${PUIDD}
- PGID=${PGIDD}
- TZ=${TZ}
- FF_SYNCSERVER_PUBLIC_URL=firefox.${CF_HOSTS}
- FF_SYNCSERVER_SECRET=${FF_SYNCSERVER_SECRET}
- FF_SYNCSERVER_FORWARDED_ALLOW_IPS=*
- FF_SYNCSERVER_FORCE_WSGI_ENVIRON=true
- FF_SYNCSERVER_LOGLEVEL=debug
image: crazymax/firefox-syncserver:latest
networks:
- misc
ports:
- 5000:5000/tcp
restart: unless-stopped
volumes:
- ${CONF_PATH}/firefox-syncserver:/data

I am using SWAG as a reverse-proxy for my firefox domain. When I enter the url firefox.mydomain.net/token/1.0/sync/1.5 on my desktop browser I get

{"status": "error", "errors": [{"location": "body", "name": "", "description": "Unauthorized"}]}

When I enter firefox.mydomain.net I get

It works!

Currently I cannot sync my android phone to syncserver, when I try to sync I get a message saying

Last synced: Dec 31, 1969

and when I go back to sync again it says

Last sync: never

Edit - solved, there was an error in the variable for SYNCSERVER_PUBLIC_URL

from docker-firefox-syncserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.