{% extends "base.html" %} {% block title %}Website Domains - MyFSIO Console{% endblock %} {% block content %}
Add Domain Mapping

Point a custom domain to a bucket

Hostname only — no http:// prefix or trailing slash.
Enter a valid hostname like www.example.com
Will be accessible at:
{% if buckets %} {% else %} {% endif %}
The bucket must have website hosting enabled.
How it works
  1. Enable website hosting on a bucket (Properties tab)
  2. Create a domain mapping here
  3. Point your DNS (A/CNAME) to this server
Active Mappings

Domains currently serving website content

{% if mappings|length > 3 %}
{% endif %}
{% if mappings %}
{% for m in mappings %} {% endfor %}
Domain Bucket Actions
{{ m.domain }}
http://{{ m.domain }}
{{ m.bucket }}

No mappings match your search.

{% else %}
No domain mappings yet

Add your first domain mapping to serve a bucket as a static website.

{% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}