Giter Club home page Giter Club logo

outline's Introduction

Outline CI/CD pipeline

Deploy on Elest.io

Deploy Outline server with CI/CD on Elestio



Once deployed ...

You can open Outline UI here:

URL: https://[CI_CD_DOMAIN]
email: admin
password: [ADMIN_PASSWORD]

Custom domain instructions (IMPORTANT)

By default, we set up a CNAME on elestio.app domain, but probably you will want to have your own domain.

Step1: Add your domain in the Elestio dashboard as explained here:

https://docs.elest.io/books/security/page/custom-domain-and-automated-encryption-ssltls

Step2: Update the environment variables to reflect your custom domain Open Elestio dashboard > Service overview > Click on the Update CONFIG button > Env tab there edit 'URL_ADDRESS with your real domain and after SERVICE_NAME key values removed all the env vars and click the button 'Update & Restart'.

Step3: You must reset the Outline instance DB, you can do that with those commands, connect over SSH and run this:

cd /opt/app;
docker-compose down;
rm -rf ./data;
rm -rf ./config/uc/fixtures/oidc-server-outline-client.json;
./scripts/preInstall.sh;
docker-compose up -d;
./scripts/postInstall.sh;

You will start over with a fresh instance of Outline directly configured with the correct custom domain name.

#Note: To increase file import and upload limit check their doc https://docs.getoutline.com/s/hosting/doc/file-storage-N4M0T6Ypu7#h-environment-variables

outline's People

Contributors

amsellemjoseph avatar amitshuklabag avatar muthiah131998 avatar premchavhan99 avatar jbenguira avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.