clone this repo onto your server git clone git@github.com:xddq/libre-weather.git
copy the example .env file and fill in the required fields. cp .env.example .env
take the example compose and just copy it over cp docker-compose.yml.example docker-compose.yml
spin up the container docker-compose up -d
browse your servers ip (lets say it has the ip 192.168.0.1) and then
browse to http://192.168.0.1:3000
done
Notes
If you have feedback/suggestions just create an issue.
If you want to design the frontend, I am happy to code your design. Again,
just create an issue and we will get in touch.
There is a document called “PLAN” which states the features I will perhaps
add. If you want to help with any of them, let me know. Again, can just create
an issue.