Home

Awesome

<p align="center"> <img alt="Lynx Logo" src="/assets/img/logo.png?v=0.11.13" width="180" /> <h3 align="center">Lynx</h3> <p align="center">A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.</p> <p align="center"> <a href="https://github.com/Clivern/Lynx/actions/workflows/ci.yml"> <img src="https://github.com/Clivern/Lynx/actions/workflows/server_ci.yml/badge.svg"/> </a> <a href="https://github.com/Clivern/Lynx/releases"> <img src="https://img.shields.io/badge/Version-0.11.13-1abc9c.svg"> </a> <a href="https://hub.docker.com/r/clivern/lynx/tags"> <img src="https://img.shields.io/badge/Docker-0.11.13-1abc9c.svg"> </a> <a href="https://github.com/Clivern/terraform-provider-lynx"> <img src="https://img.shields.io/badge/Terraform-Provider-yellow.svg"> </a> <a href="https://github.com/Clivern/Lynx/actions/workflows/docker.yml"> <img src="https://github.com/Clivern/Lynx/actions/workflows/docker.yml/badge.svg"> </a> <a href="https://github.com/Clivern/Lynx/blob/main/LICENSE"> <img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"> </a> </p> </p> <br/>

Lynx is a Fast, Secure and Reliable Terraform Backend. It is built in Elixir with Phoenix framework.

Features:

Upcoming Features:

Quick Start

[!IMPORTANT]

Make sure you have docker and docker-compose installed for the quick start.

Lynx requires a PostgreSQL database. No Object Storage is required.

To run Lynx alone on port 4000 on docker.

$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/docker-compose.yml \
    -O docker-compose.yml

$ docker-compose up -d

To run Lynx behind nginx reverse proxy on port 80 on docker.

$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/docker-compose-nginx.yml \
    -O docker-compose.yml
$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/nginx.conf \
    -O nginx.conf

$ docker-compose up -d

To run a 3 Nodes of Lynx behind nginx reverse proxy on port 80 on docker.

$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/docker-compose-cluster.yml \
    -O docker-compose.yml
$ wget https://raw.githubusercontent.com/Clivern/Lynx/main/nginx-cluster.conf \
    -O nginx.conf

$ docker-compose up -d

Here is a video demonstration

Manual Installation

Please check this guide for a manual setup on Ubuntu server.

Important Links

NameDescription
Bug TrackerSubmit issues on GitHub
Security IssuesSubmit security vulnerability on GitHub
ContributingRead the contribution guide here

License

© 2023, Clivern. Released under MIT License.

Lynx is authored and maintained by @clivern.