Skip to content

mtricht/remedio

Repository files navigation

remedio

Go Report Card

A minimalistic self-hosted medication helper/reminder.

Features:

  • Keep track of current supply
  • Get reminded through a notification (ntfy, Gotify, etc.)

Screenshot:

screenshot

Run as docker

docker run -e "REMEDIO_NOTIFICATION_URL=ntfy://username:[email protected]/remedio?actions=view, Open Remedio, https://remedio.my.website" -p 8080:8080 ghcr.io/mtricht/remedio:master

Docker compose

services:
  remedio:
    container_name: remedio
    restart: unless-stopped
    environment:
      - TZ=Europe/Amsterdam
      - "REMEDIO_NOTIFICATION_URL=ntfy://username:[email protected]/remedio?actions=view, Open Remedio, https://remedio.my.website"
    ports:
      - 8080:8080
    volumes:
      - ./sqlite.db:/usr/src/app/sqlite.db
    image: ghcr.io/mtricht/remedio:master

Configuration

Configuration name Required Description
REMEDIO_NOTIFICATION_URL Yes A shoutrrr notification URL to send reminders to.
Example: ntfy://username:[email protected]/remedio?actions=view, Open Remedio, https://remedio.my.website
REMEDIO_PORT No The port to listen on for HTTP
REMEDIO_USERNAME No Username to use for basic authentication. When omitted, no authentication is required.
REMEDIO_PASSWORD No Password to use for basic authentication. When omitted, no authentication is required.

TODO

  • Github actions
  • Support multiple users
  • Use a different authentication mechanism
  • Multiple times a day / every other day / weekly

About

A minimalistic self-hosted medication helper/reminder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages