An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Docker Images

[![Build](https://github.com/swoiow/ftw-ci/actions/workflows/ci.yml/badge.svg)](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
```