Mozilla: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(firefox syncronisation)
Zeile 10: Zeile 10:
  
 
== firefox syncronisation ==
 
== firefox syncronisation ==
 +
* https://de.wikipedia.org/wiki/Firefox_Sync
 +
=== syncserver ===
 +
 +
* https://github.com/mozilla-services/syncserver
 +
* https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
 +
 +
<source lang=bash>
 +
git clone https://github.com/mozilla-services/syncserver
 +
cd syncserver/
 +
make build
 +
make test
 +
make serve
  
=== syncserver ===
+
</source>
  
=== fxa-oauth-server ===
+
=== fxa-oauth-server ===
 +
* identity_provider
 +
* https://github.com/mozilla/fxa-oauth-server
  
  

Version vom 15. September 2018, 09:18 Uhr

Thunderbird / Icedove

Firefox / Iceweasel

Addons

  • ghostery
  • downloadhelper
  • addblock plus
  • WIFI Finder
  • Empty Cache Button


firefox syncronisation

syncserver

git clone https://github.com/mozilla-services/syncserver
cd syncserver/
make build 
make test
make serve

fxa-oauth-server


Fehler

npm WARN lifecycle fxa-oauth-server@1.120.0~postinstall: cannot run in wd fxa-oauth-server@1.120.0 node scripts/gen_keys (wd=fxa-oauth-server)
npm vllt mal nicht als root ausführen