An open API service indexing awesome lists of open source software.

https://github.com/vncsmyrnk/tiwnotify

Notifier service for todayiwill
https://github.com/vncsmyrnk/tiwnotify

Last synced: 2 months ago
JSON representation

Notifier service for todayiwill

Awesome Lists containing this project

README

        

# todayiwill notifier

Notifier service for todayiwill.

## 🔧 Development with docker

```bash
docker run --rm -it \
-v "$(pwd)":/home/dev/app \
-v ~/.ssh:/home/dev/.ssh \
-v /run/user/1000/bus:/run/user/1000/bus \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DBUS_SESSION_BUS_ADDRESS="$DBUS_SESSION_BUS_ADDRESS" \
-e DISPLAY="$DISPLAY" \
-e GIT_USERNAME="$(git config --list | grep "user.name" | cut -d = -f2)" \
-e GIT_EMAIL="$(git config --list | grep "user.email" | cut -d = -f2)" \
-u dev \
--cpus 2 \
--workdir /home/dev/app \
ghcr.io/vncsmyrnk/go-dev:latest bash
```