quarantimer: Coronavirus quarantine timer web app for your things

[ bsd2, health, program ] [ Propose Tags ]

Web app that tracks how long things potentially contaminated with Covid-19 have been in quarantine.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.20200323, 1.20200326, 1.20200422
Change log CHANGELOG
Dependencies aeson (>=1.4.2 && <1.5), async, base (>=4.11 && <5.0), bytestring, directory, filepath, lucid (==2.9.12), process, sandi, servant (>=0.15 && <0.18), servant-client (>=0.15 && <0.18), servant-lucid (>=0.9 && <0.10), servant-multipart (>=0.11 && <0.12), servant-server (>=0.15 && <0.18), stm, text, time, uuid (>=1.3 && <1.4), wai (>=3.2 && <3.3), wai-extra, warp, warp-tls [details]
License BSD-2-Clause
Copyright 2020 Joey Hess
Author Joey Hess
Maintainer Joey Hess <id@joeyh.name>
Category Health
Home page https://quarantimer.app/
Source repo head: git clone git://git.joeyh.name/quarantimer.git
Uploaded by JoeyHess at 2020-04-22T15:51:27Z
Distributions
Executables quarantimer
Downloads 522 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-04-22 [all 3 reports]

Readme for quarantimer-1.20200422

[back to package description]
The server is written in Haskell, build it with cabal or stack.
You should edit Config.hs first.

Imagemagick needs to be installed, it is used to process images.

The first run, the server will fail to listen on https due to a missing
certificate, but it will listen on http, so you can use certbot to get a
letsencrypt certificate, and then restart the server.

Note that https is needed for webrtc to work to take the photo.
(localhost will work without https).

Contact Joey Hess <joeyh@joey.name> by email with any bug reports,
questions, or patches.