btnguyen2k / exter_demo

Demo application to demonstrate Exter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple application to demonstrate Exter.

Live demo

See exter_demo in action at https://demo-exterapp.gpvcloud.com.

Build and run on your machine

Build exter_demo with the following command:

$ go build -o main

And run it:

$ ./main

exter_demo now can be accessed at http://localhost:6789/.

Configurations

exter_demo can be configured via environment variables:

Env Default Value Description
FORCE_LOGIN false If set, redirect user to Exter's xlogin page. Otherwise, redirect user to Exter's xcheck page.
EXTER_BASE_URL http://localhost Specify Exter's base URL (example http://exteross.gpvcloud.com)
HEROKU false Set if deploy on Heroku.

About

Demo application to demonstrate Exter

License:MIT License


Languages

Language:Go 98.1%Language:Dockerfile 1.9%