--- title: 'Domain Linking Form' header_image: netneutrality.jpg form: name: Domain-linking-form content: - type: section title: User and domain details: text: "Provide details about your account and domain you want to link to our servers." underline: true title_level: h1 fields: - name: username label: 'User Name' placeholder: 'Enter your Disroot user name' autofocus: 'on' autocomplete: 'on' type: text validate: pattern: '[A-Za-z0-9.-]*' required: true - name: Domain label: 'Your domain' placeholder: example.com type: text validate: pattern: '[A-Za-z0-9.-]*' required: true - name: xmpp type: checkbox label: 'Advanced Do you want to use xmpp chat with your domain? Make sure you are pointing A record to xmpp.disroot.org' validate: required: true - - content: - type: section title: Alias information text: "Using aliases allows you to create multiple identities for your disroot account which can be used with your custom domain *(eg. john@example.com or nickname@example.com)*. Remember that those are still connected to your single account and you can have maximum of 5 per account. If you want to add additional user accounts to make use of your domain, you need to contact us via email or add additional accounts and aliases you want to add to them in description below. Any additional aliases or changes need to be requested by contacting support until automated solution is provided." underline: true title_level: h1 fields: - name: 'Alias 1' label: Alias placeholder: your-alias type: text validate: pattern: '[A-Za-z0-9.-]*' required: true - name: 'Alias 2' label: 'Second Alias (optional)' placeholder: your-alias type: text validate: pattern: '[A-Za-z0-9.-]*' required: false - name: 'Alias 3' label: 'Third Alias (optional)' placeholder: your-alias type: text validate: pattern: '[A-Za-z0-9.-]*' required: false - name: 'Alias 4' label: 'Forth Alias (optional)' placeholder: your-alias type: text validate: pattern: '[A-Za-z0-9.-]*' required: false - name: 'Alias 5' label: 'Fifth Alias (optional)' placeholder: your-alias type: text validate: pattern: '[A-Za-z0-9.-]*' required: false - type: display size: large label: Donation details markdown: true content: "Please provide below details on the donation you have made. Please make sure you do it before you request the domain linking feature. **This information will be removed the moment your request is processed.**" - name: contribution label: 'Contributing via' placeholder: select type: select options: patreon: Patreon stripe: 'Stripe (creditcard)' paypal: Paypal bank: 'Bank transfer' faircoin: Faircoin bitcoin: Bitcoin validate: required: true - name: amount label: Amount placeholder: 'EUR/USD/BTC/etc.' type: text validate: pattern: '[A-Za-z0-9., ]*' required: true - name: frequency label: Repeated type: radio default: monthly options: monthly: Monthly yearly: Yearly validate: required: true - name: comments type: textarea - name: honeypot type: honeypot buttons: - type: submit value: Submit - type: reset value: Reset process: - email: from: domain-request@disroot.org to: '{{ form.value.username }}@disroot.org' subject: '[Disroot] Your domain linking request' body: '

Hi {{ form.value.username|e }},

Thank you for your contribution to Disroot.org!
We truly appreciate your generosity.

We will review your request and get back to you as soon as we can.



Here is a summary of the received request:

{% include ''forms/data.html.twig'' %}' - email: from: alias-request@disroot.org to: '{{ config.plugins.email.to }}' reply_to: '{{ form.value.username }}@disroot.org' subject: '[Domain linking request] - {{ form.value.username|e }}' body: '{% include ''forms/data.html.twig'' %}' - save: fileprefix: feedback- dateformat: Ymd-His-u extension: txt body: '{% include ''forms/data.txt.twig'' %}' - message: 'Your domain linking request has been sent!' - display: thankyou ---

Domain Linking Request

Fill in this form if you would like to use your own domain for Email aliases and/or xmpp chat.

Make sure you followed all the steps needed before you request your domain. Care about your and our time. We review all pending requests once every week so be patient. We will get back to you as soon as we process your request.