xddq / libre-weather

Libre Weather is an open source, privacy respecting, self hostable progressive web app. Can be downloaded for iOS and Android.
GNU General Public License v3.0
23 stars 1 forks source link

Libre Weather

Quickstart

  1. Using the public instance on https://weather.pd-dev.xyz
  2. Hosting your own instance!
    • 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
    • configure your reverse proxy to work with the compose or open the required ports in the docker-compose.
    • spin up the container docker-compose up -d

DEMO

install usage

Notes

Security Advisory

Technologies

LICENSE HEADER

Libre Weather. A libre weather app used to display a weather forecast.

Copyright (C) 2022 Pierre Dahmani

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Licenses