Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- ubuntu
- Network
- github action
- LGTM
- 자료구조
- SUA
- 운영체제
- goKart
- gosec
- OWASP
- Codeup
- MySQL
- virtualbox
- juice-shop
- firewall
- github
- 백준알고리즘
- sqli
- OpenSource
- JDBC
- JSP
- gotify
- 알고리즘
- Database
- DVWA
- 데이터통신
- CodeQL
- Juice Shop
- C언어
- Python
Archives
- Today
- Total
비트(bit)주세요
[gotify/server] 서버에 메시지 전송(CLI) 본문
728x90
Gotify 오픈소스 링크
https://github.com/gotify/server
GitHub - gotify/server: A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) - GitHub - gotify/server: A simple server for sending and receiving messages in real-time pe...
github.com
Gotify CLI 명령어
gotify push my message
gotify push "my message"
echo my message | gotify push
gotify push < somefile
gotify push -t "my title" -p 10 "my message"
gotify watch "curl http://example.com/api | jq '.data'"
좌측 : 서버에 전송할 메시지를 작성하는 터미널 창
우측 : 서버 측 화면 (testUser1 -> 클라이언트 이름)
gotify push my message
gotify push "my message"
echo my message | gotify push
gotify push < somefile
(파일 전송 명령)
gotify push -t "my title" -p 10 "my message"
gotify watch "curl http://example.com/api | jq '.data'"
(jq 설치 필수)
맞게 나온건가..?
'SUA > 오픈소스 보안' 카테고리의 다른 글
[GitHub Opensource] gosec (0) | 2021.10.22 |
---|---|
[gotify/server] REST-API 전송 (0) | 2021.10.22 |
[gotify/server] 초기 유저 세팅(CLI) (0) | 2021.10.21 |
[Juice-Shop] Admin section (0) | 2021.10.21 |
[Juice-Shop] Outdated Allowlist (0) | 2021.10.20 |