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
- Host: GitHub
- URL: https://github.com/vncsmyrnk/tiwnotify
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-07-10T21:48:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:26:27.000Z (11 months ago)
- Last Synced: 2025-02-14T22:43:57.617Z (4 months ago)
- Language: Go
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```