all repos — cameraman @ main

33229b4e
read new config from .env
Marco Andronaco andronacomarco@gmail.com
Mon, 12 Aug 2024 19:39:52 +0200
89eab556
add soft notifications
Marco Andronaco andronacomarco@gmail.com
Mon, 12 Aug 2024 19:36:32 +0200
e9af61f9
minor tweaks, ditch resty
BiRabittoh andronacomarco@gmail.com
Fri, 07 Jun 2024 01:43:01 +0200

Cameraman

A simple calendar to remind yourself about yearly occurrences. It can send notifications via Telegram API.

Instructions

First of all, you should set your Telegram parameters if you want notifications (you probably do).

cp .env.example .env
nano .env

Docker

If you want to use the latest image, just do:

docker-compose up -d

Otherwise, you can build it yourself:

docker-compose up -d --build

Test and debug locally

go test -v ./...
go run .
clone
git clone https://git.birabittoh.duckdns.org/cameraman.git