Skip to content

nerves-build/DomainHolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomainHolder

DomainHolder is a proof of concept Phoenix app for hosting landing pages for multiple domains. It is the companion project for the blog post at nerves.build.

It is configured to run as a Nerves device and will run quite happily on an RPI0W. In its Nerves configuration this version of the app expects to be running on the BlinkOMeter platform.

To run this without the BlinkOMeter extras stub out the hardware dependencies in `/fw/config/config.exs'

config :blink_o_meter,
  pigpiox_adapter: PigpioxStub,
  neopixel_adapter: NeopixelStub

DomainHolder has a number of limitations, among them a lack of authorization and a less than optimal means of persistance. So it should not be used in a situation of any importance.

About

This is the accompanying Elixir Application for the blog post at: https://nerves.build/posts/DomainHolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published