From 8e5cff6cead51f6605be0b2b168e8cd8f623da0c Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sun, 28 Jun 2020 21:49:29 +0200 Subject: [PATCH] added english gitea and firefox-sync description --- sites/en/services/firefox-sync.md | 13 ++++++++++++- sites/en/services/gitea.md | 17 ++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/sites/en/services/firefox-sync.md b/sites/en/services/firefox-sync.md index 6021bd1..d066db0 100644 --- a/sites/en/services/firefox-sync.md +++ b/sites/en/services/firefox-sync.md @@ -5,4 +5,15 @@ title: Firefox Sync --- # Firefox Sync -The description for Firefox Sync is coming soon. +Do you use Firefox on more than one device for surfing? Then Firefox Sync lets you synchronize your browser data (bookmarks, open tabs, search history, and more) between all your devices. + +To do this, you first need a Firefox account and must log in to your devices. By default, you will then automatically use the Mozilla sync service. If you want to use a different server you can change this in the settings. + +__Since February 2020 I offer a public service for Firefox-Sync.__ You can use it to synchronize your data between your devices. + +Therefore type [about:config](about:config) in the Firefox address bar, search for `identity.sync.tokenserver.uri` and set the value to `https://sync.firefox.sp-codes.de/token/1.0/sync/1.5`. You are now using the entered sync service. + +## More useful links + +* [Firefox Sync](https://www.mozilla.org/de/firefox/accounts/) +* [Source code](https://github.com/mozilla-services/syncserver) diff --git a/sites/en/services/gitea.md b/sites/en/services/gitea.md index 993ef3d..683ad24 100644 --- a/sites/en/services/gitea.md +++ b/sites/en/services/gitea.md @@ -5,4 +5,19 @@ title: Gitea --- # Gitea -The description for Gitea is coming soon. +Gitea is a simple code hosting platform like GitHub or GitLab. It is open source and under continuous development. __Since the end of 2019 I have my own Gitea instance where I manage my projects.__ For example this website. Feel free to have a look at the source code and leave some feedback. + +In addition to Gitea, I also run Drone, a platform that extends Gitea with many continuous integration features, such as automated builds and deploys. + +Feel free to visit and sign up if you're interested in developing a project. The registration is open since March 2020. + +__To get to Gitea click here: [git.sp-codes.de](https://git.sp-codes.de)__ + +__If you want to check out Drone, click here: [ci.sp-codes.de](https://ci.sp-codes.de)__ + +## More useful links + +* [Gitea website](https://gitea.io/en-us/) +* [Source code of Gitea](https://github.com/go-gitea/gitea) +* [Drone Website](https://drone.io/) +* [Source code of Drone](https://github.com/drone/drone)