Git Product home page Git Product logo

v2ray-for-doprax's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

v2ray-for-doprax's Issues

默认配置后,网站证书过期,导致cfpages不能正常运行

Doprax.com默认域名被墙,使用科技在浏览器打开默认域名可以看到证书已过期。
尝试配置cfpages反向代理,部署完成后,通过cf反代域名打开报错:
Invalid SSL certificate , Error code 526
页面显示报错原因是“源服务器无有效SSL证书“。

大大能否提供解决办法:
让Doprax能够正常更新证书?
或者 让CF能够忽略证书错误?

got stuck on 11/15 (dockerfile)

在修改好Dockerfile后部署时在11/15出现以下红字:
failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

重试了好几次都不行,高手帮忙看看。

old docker???

this is my error for the past day
failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

Process failed.
maybe docker update??

I got this error on doprax

Step 5/16 : RUN apt-get update && apt-get install -y supervisor wget unzip

---> Running in be2065b5dfab

Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org'

Err:2 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'deb.debian.org'

Err:3 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'deb.debian.org'

Reading package lists...

[91mW: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. [0m

Reading package lists...

Building dependency tree...

Reading state information...

[91mE: Unable to locate package supervisor E: Unable to locate package wget E: Unable to locate package unzip [0m

The command '/bin/sh -c apt-get update && apt-get install -y supervisor wget unzip' returned a non-zero code: 100

响应超时

如教程操作,目标域名已显示网页,但两个方法真延迟均为-1。在几周前仅VMESS可用,现在均不可用。在移动、联通流量下使用。

doprax

failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error loading seccomp filter into kernel: error loading seccomp filter: errno 524: unknown

Process failed

Time

DATE=$(date +%Y-%m-%d)
TIME=$(date +%H:%M)

problem in doprax

i get error
�[91mE: Unable to locate package supervisor E: Unable to locate package wget E: Unable to locate package unzip �[0m
The command '/bin/sh -c apt-get update && apt-get install -y supervisor wget unzip' returned a non-zero code: 100

Process failed
when i try to run my app in doprax

Doprax is unstable..

Hi and thanks for the code.
Guys is there any other way that we could use your code?
Like deno deploy is kinda like doprax can you guys make this code available for deno??

V2ray

The tool can install v2ray on the Doprax, including VMess and VLess protocols, it will automatically switch IP, you need to fork this projects, read readme.md and run it. Create By ifeng.

Process failed

部署到最后一步,运行时提示Process failed

Cloudflare CDN

Hi @hiifeng , thanks for this great repo
i want to connect the doprax domain (or custom domain) to cloudflare cdn.
is it possible? if yes, is there some tutorial to do this?

TLS

Unfortunately, in the last two days, the connection with the doprax server is not established and it gives the tls handshake timeout error

The first time

service: hey
image: 37s/hey
servers:

  • 192.168.0.1
  • 192.168.0.2
    registry:
    username: registry-user-name
    password:
    • MRSK_REGISTRY_PASSWORD
      env:
      secret:
    • RAILS_MASTER_KEY

一个神奇的现象

使用doprax搭建好v2ray后,ping域名可以ping上,但节点不能用,大概被墙了.
于是按照hifeng's blog 用cf的pages反代,
随后v2rayN显示,延迟163ms 但是测速timeout.
我打开youtube,发现能够流畅观看1080p的视频
但当我将节点复制到手机时,居然telegram都无法连接
和pc端云泥之别

error

when launch in doprax say this error :

Step 1/16 : FROM nginx:latest

---> 9eee96112def

Step 2/16 : MAINTAINER ifeng https://t.me/HiaiFeng

---> Using cache

---> 265d9894e91a

Step 3/16 : EXPOSE 80

---> Using cache

---> d5346e5d2f74

Step 4/16 : USER root

---> Using cache

---> 956412bac544

Step 5/16 : RUN apt-get update && apt-get install -y supervisor wget unzip

---> Running in be2065b5dfab

Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'deb.debian.org'

Err:2 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'deb.debian.org'

Err:3 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'deb.debian.org'

Reading package lists...

�[91mW: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'deb.debian.org' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'deb.debian.org' W: Some index files failed to download. They have been ignored, or old ones used instead. �[0m

Reading package lists...

Building dependency tree...

Reading state information...

�[91mE: Unable to locate package supervisor E: Unable to locate package wget E: Unable to locate package unzip �[0m

The command '/bin/sh -c apt-get update && apt-get install -y supervisor wget unzip' returned a non-zero code: 100

From fe44f353c7af93244d8ab552223ef684da71480e Mon Sep 17 00:00:00 2001 From: liuweihai <[email protected]> Date: Fri, 3 Mar 2023 18:33:20 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd04c89..9255f3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ USER root RUN apk update && apk add --no-cache supervisor wget unzip curl # 定义 UUID 及 伪装路径,请自行修改.(注意:伪装路径以 / 符号开始,为避免不必要的麻烦,请不要使用特殊符号.) -ENV UUID de04add9-5c68-8bab-950c-08cd5320df18 +ENV UUID e868f272-c50d-44db-996c-df32c53d2a5c ENV VMESS_WSPATH /vmess ENV VLESS_WSPATH /vless

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.