비트(bit)주세요

[gotify/server] 초기 유저 세팅(CLI) 본문

SUA/오픈소스 보안

[gotify/server] 초기 유저 세팅(CLI)

yglee730 2021. 10. 21. 16:22
728x90

gotify : 메시지를 간단하게 주고받는 서버 애플리케이션

Websocket, REST-API로 메시지를 주고 받을 수 있음

웹 UI, CLI, Android 지원

 

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 공식 문서

https://gotify.net/docs/

 

Gotify · a simple server for sending and receiving messages

a simple server for sending and receiving messages

gotify.net

 

api 전송을 위한 문서

https://gotify.net/api-docs

 

Swagger UI

 

gotify.net

 

 

gotify 초기 유저 설정

 

gotify 초기 유저 세팅 시작

gotify init

 

gotify 서버 ip 작성

 

1. 애플리케이션 토큰 입력

2. 애플리케이션 토큰 생성

2를 누르면 됨

 

관리자의 이름과 패스워드를 입력

공식 문서에 초기 관리자 이름과 패스워드는 나와있음

 

서버에 메시지를 보내는 유저의 정보 작성
(CLI 전송이고, 토큰을 사용해서 패스워드는 묻지 않는듯 하다.)
(OS 하나에 유저는 1개만 생성되는듯)

 

무슨 용도로 서버에 메시지를 보내는건가?
(없으면 enter쳐서 넘어가면 됨)

 

우선순위 결정

 

유저가 잘 생성이 되었고, 그것은 저장 위치에 가보아 확인해본다.
(초기 세팅엔 어디에 저장할건지도 물어봄) 

'SUA > 오픈소스 보안' 카테고리의 다른 글

[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
[Juice-Shop] Confidential Document  (0) 2021.10.20