Skip to content

Commit

Permalink
✨feat: CT8 login support and Telegram Bot notifications (#5)
Browse files Browse the repository at this point in the history
* Update  .github/workflows/login.yml

* Update index.html

* Add node dependencies: package.json

* Rename login.js -> main.js

* Rename serv00-ssh/Auto_connect_SSH.py -> main.py

* Update README_CN.md && README.md

BREAKING CHANGE:ACCOUNTS_JSON Variables

Close issue(#5): [能不能增加上CT8啊](#5)
  • Loading branch information
lopins committed Nov 3, 2024
1 parent 741ecd5 commit 7985bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:

- name: Login into Serv00/CT8
run: |
# sudo apt-get update && sudo apt-get install -y xvfb
set -e
xvfb-run --server-args="-screen 0 1366x768x32" node main.js
# xvfb-run --server-args="-screen 0 1366x768x32" node main.js
xvfb-run --server-args="-screen 0 1366x768x32 -logfile /tmp/xvfb.log" node main.js
cat /tmp/xvfb.log

0 comments on commit 7985bb4

Please sign in to comment.