Gotify
- gotify/server
- MIT, Go
- 支持 Android
- Configuration
# sqlite backend
docker run --rm -it \
-e GOTIFY_DATABASE_DIALECT=sqlite3 \
-e GOTIFY_DATABASE_CONNECTION=gotify.db \
--name gotify gotify/server
# sqlite backend
docker run --rm -it \
-e GOTIFY_DATABASE_DIALECT=sqlite3 \
-e GOTIFY_DATABASE_CONNECTION=gotify.db \
--name gotify gotify/server