Coder Social home page Coder Social logo

go-landing's Introduction

go-landing

A minimalistic, templated landing page web server written in go.

go-landing screenshot

Docker Pulls

Build

go build .

Run

go run .

Configuration

Environment variable Description Default
LANDING_TEMPLATE The path to the html template templates/index.html.tmpl
LANDING_TITLE The title displayed on the landing page go-landing
LANDING_DESCRIPTION The description displayed on the landing page powered by //go:embed
LANDING_LINKS Markdown links to display on the landing page, separated by ;
LANDING_SERVER_NAME The name of the server, as shown in the X-Server header go-landing
LANDING_CATCHALL_ENABLED Catch all paths and display landing page false
LANDING_NOTFOUND_MESSAGE Not found error message 404 Not found
LANDING_PING_ENABLED Enable ping endpoint true
LANDING_PING_MESSAGE Ping endpoint response message OK
LANDING_HOSTNAMES When set, if the hostname does not match, a not found response will be given
export LANDING_TEMPLATE='templates/index.html.tmpl'
export LANDING_TITLE='go-landing'
export LANDING_DESCRIPTION='powered by //go:embed'
export LANDING_LINKS='[Github](https://github.com/kristofferahl/go-landing);[Docker Hub](https://hub.docker.com/r/kristofferahl/go-landing)'
export LANDING_PING_MESSAGE='HTTP OK - go-landing'

Running in docker

docker build -t kristofferahl/go-landing:v1.1.0 --platform linux/amd64 .
docker run --rm -p 9000:9000 \
  -e LANDING_TITLE='go-landing' \
  kristofferahl/go-landing:v1.1.0

go-landing's People

Contributors

kristofferahl avatar

Stargazers

 avatar

Watchers

 avatar  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.