https://github.com/swoiow/ftw-ci
Cron job to build NetTools daily.
https://github.com/swoiow/ftw-ci
net-tools v2fly v2ray
Last synced: about 2 months ago
JSON representation
Cron job to build NetTools daily.
- Host: GitHub
- URL: https://github.com/swoiow/ftw-ci
- Owner: swoiow
- Created: 2018-10-11T15:46:40.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-04-05T10:54:59.000Z (2 months ago)
- Last Synced: 2026-04-05T12:24:49.129Z (2 months ago)
- Topics: net-tools, v2fly, v2ray
- Language: Python
- Homepage:
- Size: 6.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Images
[](https://github.com/swoiow/ftw-ci/actions/workflows/ci.yml)
Cron Jobs to build images by GitHub Action.
+ Net (V2fly)
+ V2fly
+ Hysteria2
+ ~~shadowsocks (Python version)~~
+ ~~shadowsocks-libev (C version)~~
+ ~~V2ray (V2ray+Random+upx / ss+V2ray-plug)~~
+ ~~dnscrypt-proxy stable version~~
# Crontab
```
#0 1 * * * /usr/bin/sh /root/cronTasks/restart.sh
#0 1 * * * /usr/local/bin/vps_updater updater
```
+ ### restart.sh
```
#!/usr/bin/env bash
/usr/bin/docker pull xxx/v2ray
cd /root/xxx && /usr/local/bin/docker-compose down && /usr/local/bin/docker-compose up -d
```