1
0
Fork 0
No description
  • Python 48.1%
  • HTML 32.1%
  • CSS 19.8%
Find a file
2026-06-26 16:40:09 +09:00
conf add seperator 2026-06-26 11:53:33 +09:00
engine Initial Commit 2026-06-25 17:52:47 +09:00
log Initial Commit 2026-06-25 17:52:47 +09:00
route fix1 2026-06-26 13:58:04 +09:00
tool add seperator 2026-06-26 11:53:33 +09:00
view Update view/css/animation.css 2026-06-26 16:40:09 +09:00
.gitignore brushup 2026-06-25 22:10:59 +09:00
conf.py brushup 2026-06-25 22:10:59 +09:00
README.md brushup 2026-06-25 22:10:59 +09:00
requirements.txt Initial Commit 2026-06-25 17:52:47 +09:00
screenshot.png brushup 2026-06-25 22:10:59 +09:00
server.py Initial Commit 2026-06-25 17:52:47 +09:00

Dashboard 3.1

screenshot.png

구성

  • conf : 링크 그룹이 JSON으로 저장되는 경로입니다. 파일 이름 순으로 정렬됩니다.
  • view/img : 사용자 지정 아이콘을 저장합니다.
  • conf.py : 수신 호스트와 포트를 지정합니다.

설치 방법

  1. Python venv를 준비합니다.
  2. pip install -r requirements.txt를 실행합니다. 앱 동작에 필요한 PyPI 디펜던시를 설치합니다.
  3. conf 디렉터리에 conf.py(선택)를 수정합니다.
  4. python3 server.py를 실행합니다.