Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.42 KB

appuio-specifics-public.rst

File metadata and controls

70 lines (47 loc) · 2.42 KB

APPUiO Public Platform Specifics

APPUiO is based on OpenShift Container Platform. This page describes APPUiO specific OpenShift configuration settings as well as features which were added to APPUiO that are not present in OpenShift.

Versions

  • Operating System: Red Hat Enterprise Linux (RHEL) 7
  • OpenShift Container Platform: 3.7
  • Docker: 1.12

You can download matching clients directly from APPUiO: :doc:`getting-started`.

URLs and Domains

Persistent Storage

APPUiO currently uses GlusterFS based persistent storage. For now volumes with the following sizes are available out of the box:

  • 1 GiB
  • 5 GiB

However you can contact us to get larger volumes: Contact. All volumes can be accessed with ReadWriteOnce (RWO) and ReadWriteMany (RWX) access modes. Please see Persistent Volumes for more information.

Quotas and Limits

The quotas are defined in the project size you ordered. The exact numbers can be found on the product site APPUiO Public Platform

Secure Docker Builds

Usually Docker builds from Dockerfile have to be disabled on multi-tenant platforms for security reasons. However, APPUiO uses it's own implementation to securely run Docker builds in dedicated VMs: :ref:`appuio_docker_builder`

Let's Encrypt Integration

Let's Encrypt is a certificate authority that provides free SSL/TLS certificates which are accepted by most of todays browser via an automated process. APPUiO provides integration with Let's Encrypt to automatically create, sign, install and renew certificates for your Domains running on APPUiO: :doc:`letsencrypt-integration`

Email Gateway

To send emails to external entities, you should SMTP relay via the email gateway at mxout.appuio.ch.

To include the APPUiO email gateway in your existing SPF policy, you can include or redirect to spf.appuio.ch.

Example DNS record:

@ IN TXT "v=spf1 ... include:spf.appuio.ch ~all"

Or if you send emails for your domain exclusivly from appuio:

@ IN TXT "v=spf1 redirect=spf.appuio.ch"