Giter VIP home page Giter VIP logo

old-web's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

old-web's Issues

german translation of website text

Moin (as we say here),

not everyone here is able to read and understand english text, but syncting should be for everyone. The UI is perfectly translated but the website is not. I have just finished some translation (with including some explenations of probably also for englisch speaking peope unknown terms) and would like to see if it is taking as a start to transform the website (which is only one page tho shouldnt be to difficult) to a multilingual document for everyone to read and ujnderstand.

regards

MrT from Hamburg
syncthing website german translation.txt

Stripe donations not working

Unsure if this is the right place to post this (since happened on the website, thought was worth report to the website codebase) 😉

Tried give a donation using Stripe, but received an error after submitting:

screenshot from 2016-06-03 09-45-55

To my bad, had the network panel closed, so don't know precisely where the error is coming from.

Thank you.

/cc @calmh

❤️ ❤️ ❤️

Include video setup tutorial

A short (2-3m max.) video tutorial would be a great replacement for the UI picture. It should introduce the concept of devices and folders, while showing the necessary steps on two machines (maybe one Windows, the other Mac for clarity) to sync a folder between them.

I'd volunteer to create the video, but ideally a native speaker should do the voice over. @Nutomic would/could also use this for promotional purposes on google play.

Website should force https

Homepage link to "Debian / Ubuntu packages" points to: http://apt.syncthing.net

If users copy / paste commands from there they could easily be tricked into installing malware via MITM.

This is a serious security concern.

Fix:

  1. Force all insecure requests to be secure.
  2. Fix all links to remove http: prefix so that users are not hitting server twice. Eg: //apt.syncthing.net or force all links by explicitly using https: if you wahnt to be 100% sure.

Translations

It seems like the website is currently only available in English. I think it would be good if we had translations for different languages.

Fix link on badge for F-Droid

Please, fix the link on the badge for F-Droid from

https://f-droid.org/repository/browse/?fdid=com.nutomic.syncthingandroid

to

https://f-droid.org/packages/com.nutomic.syncthingandroid/

Syncthing website dislikes Tor

I typically web browse using Tor. When I go to http://syncthing.net/, I get an "Attention Required!" CAPTCHA screen. What I want is for the site to load normally. There should not be a CAPTCHA.

This is a pretty big problem. One reason we like syncthing is because it gives us control over our own data, but when that website denies Tor access, well, yowza! :-o

Link to Protocol definition

Link:

Open Protocol. The protocol is a documented standard — no hidden magic.
Syncthing Protocol Definition

Should point to the documentation.

Syncthing is already in debian!

Syncthing is already in debian.
You should point debian user to the system package first
Moreover there should be an explaination for the reason of separate repository.

Why are we using cloudflare?

Is there any good reason for using Cloudflare? I'm not aware that we suffered from any major DDOS attacks, but because of that the website is often a pain to use over TOR.

And people who don't want to execute sideloaded JS from everywhere by using tools like NoScript also have to jump trough hoops and allow a whole CDN, which in turn completely undermines using something like NoScript in the first place.

This is especially difficult to understand as Syncthing aims to lower peoples reliance on centralized services, but uses one of the biggest ones out there. The irony is quiet painful to say the least.

debian repository keys

It's better to put .asc or .gpg file into `/etc/apt/trusted.gpg.d``` like

sudo wget -O /etc/apt/trusted.gpg.d/syncthing.asc https://syncthing.net/release-key.txt

instead of apt-key add

curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

man APT-KEY(8):

Note: Instead of using this command a keyring should be placed directly in the /etc/apt/trusted.gpg.d/ directory with a descriptive name and either "gpg" or "asc" as file extension.

Apt commands will fail without root or sudo

It might be good to note that apt-key requires sudo or root. Or perhaps the command could be displayed on-page as:

# Add the release PGP keys:
curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

For adding to /etc/apt/sources.list a similar problem is encountered, root is required with the current command, however a sudo only option should probably be displayed on-page such as one of the following:

echo "deb http://apt.syncthing.net/ syncthing release" | sudo tee -a /etc/apt/sources.list
sudo sh -c 'echo "deb http://apt.syncthing.net/ syncthing release" >> /etc/apt/sources.list'
echo "deb http://apt.syncthing.net/ syncthing release" | sudo sh -c 'cat >> /etc/apt/sources.list'

See: https://stackoverflow.com/questions/850730 and https://stackoverflow.com/questions/1584066

However an alternate (and better option in my opinion) is to add a syncthing specific sources list:

echo "deb http://apt.syncthing.net/ syncthing release" >/tmp/syncthing.list
sudo cp /tmp/syncthing.list /etc/apt/sources.list.d/

See: https://stackoverflow.com/questions/1584066

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.