{% extends "repomaker/base_modal.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Add Storage' %}{% endblock title %} {% block toolbar %}
{% endblock toolbar %} {% block rm-content %}{% blocktrans trimmed %} Git is a popular tool to version control things. You can securely publish repos to GitLab, GitHub or any other Git service. Git services use SSH to securely copy files from your computer to remote computers. {% endblocktrans %}
{% blocktrans trimmed %} SSH is a technology that can be used to copy files securely to remote computers. When using Git as storage, the files will also be copied via SSH. But the pure SSH option directly copies the files without using any other technology. {% endblocktrans %}
{% blocktrans trimmed %} Amazon S3 is a web service offered by Amazon Web Services. Amazon S3 provides storage through web service interfaces. Pricing varies. Visit the Amazon S3 website for details. {% endblocktrans %}
{% blocktrans trimmed %} Backblaze B2 is a web service offered by Backblaze. It provides storage through web service interfaces. Pricing varies and can be an awesome alternative to AWS S3. Visit the Backblaze website for details. {% endblocktrans %}
{% blocktrans trimmed %} IPFS Made Easy. Pinning data to IPFS can be hard. Filebase removes that complexity. Visit the Filebase website for details. {% endblocktrans %}
{% blocktrans trimmed %} Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces. {% endblocktrans %}