{% extends "repomaker/base_modal.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Add Storage' %}{% endblock title %} {% block toolbar %}
arrow_back {% trans 'Storage' %}
{% endblock toolbar %} {% block rm-content %}

{% trans 'Setup a place to store your repo' %}

{% trans 'Git' %}

{% trans 'Easy, free, requires an account' %}

{% 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 %}

{% trans 'SSH' %}

{% trans 'Requires a personal web server or host that supports SSH' %}

{% 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 %}

{% trans 'Amazon S3' %}

{% trans 'Requires an Amazon account, Pricing varies' %}

{% 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 %}

{% trans 'Backblaze B2' %}

{% trans 'Requires a Backblaze Account' %}

{% 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 %}

{% trans 'Filebase' %}

{% trans 'Requires a Filebase Account' %}

{% blocktrans trimmed %} IPFS Made Easy. Pinning data to IPFS can be hard. Filebase removes that complexity. Visit the Filebase website for details. {% endblocktrans %}

{% trans 'Any Rclone S3 Supported service' %}

{% trans 'Requires an account with any Rclone S3 supported service' %}

{% 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 %}

{% endblock rm-content %}