Skip to content

alandr (awesome lander) - make your landing pages awesome.

License

Notifications You must be signed in to change notification settings

benletchford/alandr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alandr (awesome-lander)

[DEPRECATED] please use simple-docker-lander instead.

alandr is a landing page app that oragnizes all your self hosted services in a simple, clean and efficient manner.

Docker Setup (recommended)

Docker hub link.

Get running quick in daemon mode:

docker run -itd --restart=always -v /data:/data -p 80:80 --name alandr benletchford/alandr:latest

Build Instructions

The recommended way to use this app is via docker. However, if you need to build it yourself here's some instructions.

Manual Build

Build the frontend app.

$ cd alandr/www
$ yarn build

Setup the bottle server.

$ cd alandr/server
$ pip install -r requirements.txt

Docker Build

Build and run the docker image.

$ docker build -t alandr .
$ docker run -it --rm -v /data:/data -p 80:80 --name alandr alandr

About

alandr (awesome lander) - make your landing pages awesome.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published