Unable to retrieve tag from onlyoffice/documentserver repository [China]

Go on with the Failed to install on my DeepIn(Linux) topic.

After I tried repeatedly, I finally installed Docker version 25.0.2 on my Deepin OS 20.9 successfully. Then, I tried to install ONLYOFFICE Doc Space Server using docker, but it came out a failure result, as shown in the snapshot attached here:
Unable to retrieve tag from onlyoffice/documentserver repository
How to make it able to retrieve the tag?

1 Like

hi @VincentYoung

Please execute the following command:

docker --debug pull onlyoffice/documentserver

It seems that there might be an issue with connecting to the repository.

我也出现了这个情况,目前还没有解决。

root@MiWiFi-RB06-srv:~# wget http://download.onlyoffice.com/docspace/docspace-install.sh
--2024-02-10 22:10:23--  http://download.onlyoffice.com/docspace/docspace-install.shResolving download.onlyoffice.com (download.onlyoffice.com)... 13.227.62.67, 13.227.62.56, 13.227.62.105, ...
Connecting to download.onlyoffice.com (download.onlyoffice.com)|13.227.62.67|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4835 (4.7K) [application/x-sh]
Saving to: 'docspace-install.sh'

docspace-install.sh  100%[======================>]   4.72K  --.-KB/s    in 0s      

2024-02-10 22:10:23 (650 MB/s) - 'docspace-install.sh' saved [4835/4835]

root@MiWiFi-RB06-srv:~# bash docspace-install.sh -skiphc true
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://security.debian.org/debian-security bookworm-security InRelease        
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libcurl4
The following NEW packages will be installed:
  curl libcurl4
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 705 kB of archives.
After this operation, 1363 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.88.1-10+deb12u5 [390 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.88.1-10+deb12u5 [315 kB]
Fetched 705 kB in 2s (377 kB/s)
Selecting previously unselected package libcurl4:amd64.
(Reading database ... 34484 files and directories currently installed.)
Preparing to unpack .../libcurl4_7.88.1-10+deb12u5_amd64.deb ...
Unpacking libcurl4:amd64 (7.88.1-10+deb12u5) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.88.1-10+deb12u5_amd64.deb ...
Unpacking curl (7.88.1-10+deb12u5) ...
Setting up libcurl4:amd64 (7.88.1-10+deb12u5) ...
Setting up curl (7.88.1-10+deb12u5) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u4) ...
Select 'Y' to install ONLYOFFICE docspace using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Install with Docker [Y/N/C]? y
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  net-tools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 243 kB of archives.
After this operation, 1001 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 net-tools amd64 2.10-0.1 [243 kB]
Fetched 243 kB in 1s (194 kB/s)
Selecting previously unselected package net-tools.
(Reading database ... 34497 files and directories currently installed.)
Preparing to unpack .../net-tools_2.10-0.1_amd64.deb ...
Unpacking net-tools (2.10-0.1) ...
Setting up net-tools (2.10-0.1) ...
Processing triggers for man-db (2.11.2-2) ...
Setting up swapspace version 1, size = 6 GiB (6442446848 bytes)
no label, UUID=67cb8d6b-3ac7-43fb-8c4a-7cb9d59e85f7
# Executing docker install script, commit: e5543d473431b782227f8908005543bb4389b8de
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl gnupg >/dev/null
+ sh -c install -m 0755 -d /etc/apt/keyrings
+ sh -c curl -fsSL "https://download.docker.com/linux/debian/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
+ sh -c chmod a+r /etc/apt/keyrings/docker.gpg
+ sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list   
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin >/dev/null
+ sh -c docker version
Client: Docker Engine - Community
 Version:           25.0.3
 API version:       1.44
 Go version:        go1.21.6
 Git commit:        4debf41
 Built:             Tue Feb  6 21:14:25 2024
 OS/Arch:           linux/amd64
 Context:           default

Server: Docker Engine - Community
 Engine:
  Version:          25.0.3
  API version:      1.44 (minimum version 1.24)
  Go version:       go1.21.6
  Git commit:       f417435
  Built:            Tue Feb  6 21:14:25 2024
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

================================================================================    

To run Docker as a non-privileged user, consider setting up the
Docker daemon in rootless mode for your user:

    dockerd-rootless-setuptool.sh install

Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.


To run the Docker daemon as a fully privileged service, but granting non-root       
users access, refer to https://docs.docker.com/go/daemon-access/

WARNING: Access to the remote API on a privileged Docker daemon is equivalent       
         to root access on the host. Refer to the 'Docker daemon attack surface'    
         documentation for details: https://docs.docker.com/go/attack-surface/      

================================================================================    

Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
1e2c892fe90fb09a6b6fa119236e283a6a762b5c0176bc1bb4bf896d4d233718
ping: usage error: Destination address required
A problem was detected for  domains when using a loopback IP address or when using NAT.
Select 'Y' to continue installing with configuring the use of external IP in Docker via Google Public DNS.
Select 'N' to cancel ONLYOFFICE DocSpace installation.
Continue installation [Y/N]? y
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libjq1 libonig5
The following NEW packages will be installed:
  jq libjq1 libonig5
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 388 kB of archives.
After this operation, 1165 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libonig5 amd64 6.9.8-1 [188 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 libjq1 amd64 1.6-2.1 [135 kB]Get:3 http://deb.debian.org/debian bookworm/main amd64 jq amd64 1.6-2.1 [64.9 kB]
Fetched 388 kB in 1s (467 kB/s)
Selecting previously unselected package libonig5:amd64.
(Reading database ... 36730 files and directories currently installed.)
Preparing to unpack .../libonig5_6.9.8-1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.8-1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../libjq1_1.6-2.1_amd64.deb ...
Unpacking libjq1:amd64 (1.6-2.1) ...
Selecting previously unselected package jq.
Preparing to unpack .../archives/jq_1.6-2.1_amd64.deb ...
Unpacking jq (1.6-2.1) ...
Setting up libonig5:amd64 (6.9.8-1) ...
Setting up libjq1:amd64 (1.6-2.1) ...
Setting up jq (1.6-2.1) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u4) ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed       
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0      
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 58.5M  100 58.5M    0     0  16.6M      0  0:00:03  0:00:03 --:--:-- 35.8M
Downloading configuration files to the /app/onlyoffice directory...OK
[+] Running 12/12
 ✔ onlyoffice-mysql-server 11 layers [⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿]      0B/0B      Pulled     22.9s 
   ✔ 328ba678bf27 Pull complete                                                6.7s 
   ✔ f3f5ff008d73 Pull complete                                                1.7s 
   ✔ dd7054d6d0c7 Pull complete                                                2.8s 
   ✔ 70b5d4e8750e Pull complete                                                5.0s 
   ✔ cdc4a7b43bdd Pull complete                                                4.5s 
   ✔ 3e9c0b61a8f3 Pull complete                                                6.3s 
   ✔ 806a08b6c085 Pull complete                                               12.7s 
   ✔ 021b2cebd832 Pull complete                                                8.1s 
   ✔ ad31ba45b26b Pull complete                                               14.0s 
   ✔ 0d4c2bd59d1c Pull complete                                                9.8s 
   ✔ 148dcef42e3b Pull complete                                               11.6s 
[+] Running 1/2
 ⠦ Volume "onlyoffice_mysql_data"     Crea...                                  0.6s 
 ✔ Container onlyoffice-mysql-server  S...                                     0.6s 
Unable to retrieve tag from onlyoffice/documentserver repository
Terminated
root@MiWiFi-RB06-srv:~# docker --debug pull onlyoffice/documentserver
Using default tag: latest
latest: Pulling from onlyoffice/documentserver
29202e855b20: Pull complete
e8c0717fd574: Pull complete
ec60bb9ab533: Pull complete
983f2037eeac: Pull complete
56444b543267: Pull complete
f8856db8d8a1: Pull complete
Digest: sha256:ba008a8ff0d29199fa46cd7b7397d7cc734a9bb3a1fa7842a49b529469540399
Status: Downloaded newer image for onlyoffice/documentserver:latest
docker.io/onlyoffice/documentserver:latest
root@MiWiFi-RB06-srv:~# bash docspace-install.sh -skiphc true
Select 'Y' to install ONLYOFFICE docspace using Docker (recommended). Select 'N' to install it using RPM/DEB packages.
Install with Docker [Y/N/C]? y
ping: usage error: Destination address required
Downloading configuration files to the /app/onlyoffice directory...OK
[+] Running 1/0
 ✔ Container onlyoffice-mysql-server  R...                                     0.0s 
Unable to retrieve tag from onlyoffice/documentserver repository
Terminated
root@MiWiFi-RB06-srv:~#
1 Like
sudo docker --debug pull onlyoffice/documentserver

it seems all right, and then, I repeat the command before this:

sudo bash docspace-install.sh docker

and still got the error:

the same with @touma

Hello, @VincentYoung @touma
Please provide some additional information about:

  1. Do you use mirrors for Docker, for example: https://docker.mirrors.ustc.edu.cn/?
    1.1. May I ask you to modify the Google Public DNS to the ones you are using in the file /etc/docker/daemon.json?

1, I didn’t use any mirrors for Docker
1.1, here is the snapshot of this file, how do I modify it to the G00GLE ones?

Hmm, it seems the issue might be due to our different locations.
Please run the following commands and show me the results:

  1. Run this command to retrieve the list of available tags for the ONLYOFFICE Document Server from Docker Hub:

    curl -s -X GET https://hub.docker.com/v2/repositories/onlyoffice/documentserver/tags/
    
  2. Run this command to execute the installation script for DocSpace using Docker:

    sudo bash docspace-install.sh docker -x
    

After verification, it has been confirmed that configuring a proxy for the system enables scientific internet access, and the installation can be completed successfully

1 Like

1,

curl -s -X GET https://hub.docker.com/v2/repositories/onlyoffice/documentserver/tags/

the first page:


and the last page:

2,

sudo bash docspace-install.sh docker -x

are you sure the command parameter is right?


and the last page:


here is my configuration of ladder:
NAT mode for the virtual machine, it’s IP 192.168.56.1, v2rayng installed on windows 10, services on the port 10809, so, I configured the virtual PC system agent as the above, also, proxifier installed on windows to check the connection details, these are ok for me to open G00GLE, but I don’t know why not ok for installing OO via docker

There have been issues with the Privoxy proxy server.

It seems that when using the script, there’s an error when trying to make a request to https://hub.docker.com/v2/repositories/onlyoffice/documentserver/tags/ and it can’t continue executing the rest of the script.

As Touma mentioned in a similar topic, configuring the system proxy helped him.

  1. 使用 Clash ,开启 局域网监听 (即允许来自局域网的连接)
  2. 配置Linux的系统代理配置( 通过修改 vi ~/.bashrc 文件)

export http_proxy=http://192.168.1.200:7890
export https_proxy=http://192.168.1.200:7890

你的系统代理配置应该是这个样子的,其中 192.168.1.200 应该替换为你当前运行 Clash 电脑的 IP 地址。

然后通过

source ~/.bashrc

刷新确保代理生效

接下来可以使用一键安装脚本安装。

1 Like

Thanks for all the help above!
I have made it already, now. To make this post a nice end, to show the answer to newbies later, I wrote something very long and uploaded it here in Chinese, since all these are useless for people outside China


FfQVNrj

如何使用国产操作系统来把私人飞机开起来

首先,重点是,国产操作系统就是香!再怎么骂,骂完了回头还是真香定律,不服来辩!

比如说,中文输入法,不需要再自己安装配置了,系统直接自带,非常方便,其它的优点数不胜数。

然后就是,不出意外地,意外出现了,在安装部署生产力软件的时候,就会频繁的撞在墙上了。

比如,我选择安装ONLYOFFICE协作空间服务器,为什么说这是严肃的生产力工具呢?因为它对标的竞争对手,就是赫赫有名的鹰酱Micro$aft公司制造的SharePoint Server,缩写为MOSS,果然,一般的Office个人使用者压根就没有听说过这个东西,因为它不是针对个人用户的,而是针对大企业大客户的协作办公解决方案,MOSS让企业团队可以在企业内网服务器上的同一个docx文档上同时编辑,这个功能很简单,怎么实现我不管,但是,咱们国产的那几个Office软件,明明有实力做替代品,但就是不做,各种原因,懂的都懂,所以我选择安装开源软件ONLYOFFICE的协作空间服务器。安装这种洋人的软件,第一步下载安装文件的时候,就会因为真实安装文件存在于国外洋人的网站的服务器上面而卡顿,下载都下不下来,更别说安装了。

系统自带的系统Proxy设置

d1b72e360b274b8c9e42d79bde497d07

国产操作系统先在都可以淡化自己是从Linux修改而来的发行版的事实,而都在从另一个方面打出来大旗,Micro$aft! Windows的替代品,颇有十八路诸侯讨董卓的风范。

isomen

我只用一个VirtualBox虚拟机,反复重装各种版本的国产操作系统,然后咳血伤亡,总结一下一般常规的操作,最简单的就是,使用系统自带的系统代王里设置功能:

这可以免于在Linux系统下面额外安装什么小飞机软件了,毕竟我们真正生产力系统上面,安装的软件越少越好,越多越复杂就越可能引入不稳定不安全,并且在初始安装的Linux系统上面第一次咳血伤亡,只能使用这种方式,然后你再下载其它的更高级的专业小飞机软件,懂的都懂。

如上截图所示,右侧窗口是虚拟机里面的Linux操作系统,采用的深度Deepin的桌面环境,使用Deepin桌面环境的其实不仅仅是深度Linux操作系统,还包括阿里系的龙蜥Anolis操作系统,其设置方法是一样的,在系统设置里面找到系统Proxy的设置,然后分别给httphttpsftpsocks戴笠输入一个准备好的黛莉地址的ip或者域名,及其端口号,这个地址和端口号哪里来的呢?如果是别人提供给你的直接就问就好了,而上图我自己的则是在安装VirtualBox的真实主机Windows操作系统上安装的小飞机所开放的proxy端口,这就需要在左侧这个虚拟机配置窗口中将虚拟网络的类型选择为网络地址转换NAT模式,然后打开宿主主机的小飞机,在窗口底栏上可以看到其提供的httpsocks端口号分别为1080910808,如果担心仍然有流量逃逸黛莉直接外连的话,再在宿主机上开启Proxifer软件来锁链路并观察流量,然后,就可以在Linux系统下,用网页浏览器愉快的看油罐视频、上世界最大同性交友网站Github了

其实大概其,这个本来人畜无害的开源代码网站,之所以被咱妈炖,就是因为咱们程序员给它起了这个外号的原因,世界最大同性交友网站,咱妈一听这个名字,就觉得这肯定是个不良网站啊,变态极了的,必须得炖啊,于是,这个正经的开源网站就炖了。

小兔乱撞

然而,这仅仅是在网页浏览器里面看开源代码可以顺畅了,这种设置系统proxy的方式仍然不能完美解决所有撞墙的问题,有很大的局限性。按照网络上搜到的很多Linux咳血伤亡攻略所说的配置profile文件的方式也是本质一样的,会有docker这样的漏网之鱼。

我安装生产力软件ONLYOFFICE协作空间服务器,在这种只设置了系统黛莉的环境下,安装执行过程中,确实能自动下载安装文件,但是下载后进入自动执行安装过程之前,它会报错退出:

这个截图是自己在国产操作系统深度Deepin发行版Linux下面,是用docker方式安装ONLYOFFICE协作服务器时候最后异常报错时候的样子


Unable to retrieve tag from onlyoffice/documentserver repository

这个错误信息单纯的看是看不出来撞墙了的,并且此时的状态,是可以在网页浏览器里面看油罐的,就更加具有迷惑性了。Linux下面用docker方式安装或者执行什么操作,docker容器内的东西向外连接,它真的不一定能走linux系统所设置的系统范围层面的proxy,要把docker流量给咳血伤亡了,就不能是仅仅用摄制系统代王里的方式了。后来我又给虚拟机重新安装为龙蜥Anolis操作系统,同样这样撞墙了,这就说明,并不是深度操作系统的问题也不是龙蜥操作系统的问题,而就是撞墙了。

必须得开私人飞机了

高端玩法之私人飞机

为了不让咱妈知道,这里不能说番羽土蔷软件,就得管它叫做私人飞机软件,其实很形象,使用者自己安装使用的工具软件是私人飞机,然后咳血伤亡所使用的链路的服务器就可以比喻为私人飞机场,而链路就是航线的航额了,私人飞机有很多不同的型号,很多不同的提供方,有的是免费的有的是付费的,有的付费的自带航额,有的免费飞机就只是飞机而已需要你自己另外找机场买航额,而飞机场也有大有小,有不同位置的私人飞机场,脚盆鸡、南棒子、李家坡这些地方的私人机场的延时会快一些但是容易被炖,南美、南非的私人机场虽然会慢但是不容易被炖,有的机场提供免费的航额,更多的机场是按月或者按年出租航额,大的机场规模比较大客户私人飞机主会比较多,小的机场规模比较小私人机主比较高端航线会比较快,有的机场主会卷款跑路,自己就曾经被私人机场主卷款跑路坑过,这里面的门道实在是太多了。

里尔喷气机内部驾驶舱

最会玩音乐的飞行员卡拉扬

要想把私人飞机飞起来,得自己安装不同的组件组装起来完整的飞机,然后去买航额。我推荐的造飞机的组件是航空发动机VZray Core和航电仪表VZrayA

航空发动机VZray Core

就像战场上面空中力量与地面防空力量此消彼长一样,砌墙的和开飞机的两拨人,阿呸,实际上都是咱们我兔一拨人,也是在玩着道高一尺魔高一丈的猫鼠游戏,永无尽头,木弟子软件从古以来,技术进步的速度都很快,基本上平均一两年就会更新换代演化出新的网络协议protocol,上一代技术就会失效,所以这里特别着重强调的是,本文写作于2024年3月份,仅仅保证在一年以内是有效的,如果你在2025年以后看到的本文,那就是废纸一张,徒增笑而。木弟子软件在前几年一窝蜂都是以各种形象的小飞机作为图标logo非常形象,但是现在我推荐的木弟子是VZray软件,图标是艺术设计的字母V,请把字母Z替换为阿拉伯数字2,才是它的本名,不提其本名是为尊者讳,懂的都懂。

但是很不幸的,它的官网就是在世界最大同性交友网站上面:

vzray-core

英文看不懂?中文版官方网站在这里:

v2fly

但这只是官方网站,真正要下载的安装文件存放的位置还是在世界最大同性交友网站的服务器上,你需要精心挑选适合你的操作系统的版本的安装文件,我这样普通家用台式机上virtualbox里面创建的虚拟机就选择下载vZray-linux-64.zip这个文件

VZray Core Releases

这很好,上周刚刚更新过,所有的私人飞机,都是越新越好,但凡断更半年以上的基本上都是一起飞就会被防空导弹打下来的,切记。

私人先导飞机

也就意味着,要下载这个木弟子软件,你首先得有一个木弟子软件咳血伤亡连出去,死循环了不是……………

这并没有什么好办法来破局,对于我这样在真实主机里用virtualbox安装虚拟机的来说,在真实主机里先开一架引导飞机去把航空发动机、航电仪表搬运回来,这是一种很有效的方式了:

feijilingjian

上面这是航空发动机,下面是航电仪表,在真实windows主机下用一架私人飞机搬运回来后,拷贝进虚拟机里面的linux系统下面去手动安装这一架新私人飞机,个人拥有多架私人飞机,土豪啊,曹操曰过:生子当如卡拉扬

航空发动机的组装

下载到的安装文件不是安装包格式的,仅仅是zip格式的压缩文件,所以需要自己动手解压缩后拷贝相关文件到相应的路径里面去。


unzip vZray-linux-64.zip -d ./vZray

注意字母z本来应该是albert数字2

先用上面命令解压缩,然后进入子目录,把可执行文件vzray拷贝到/usr/local/bin/vzray,并授予该文件可执行的权限:


sudo install -Dm755 vZray /usr/local/bin/vZray

注意字母z本来应该是albert数字2

把几个dat格式的文件复制到/usr/local/share/vZray/


sudo mkdir -p /usr/local/share/vZray

sudo cp *.dat /usr/local/share/vZray/

不需要配置config.json文件,因为后面我们要安装航电仪表软件VZRayA,用它来导入航线配置信息,非常方便。

航电仪表VZRayA

不用航电仪表的话,就需要配置config.json文件稍微麻烦一些,所以这里推荐安装该款图形化人机操作界面的航电仪表,官网在这里

vZrayA

同样也在世界最大同性交友网站上面,用其官方安装手册所说的用各种网络直连下载安装文件的方式,都是属于死循环的,需要先用私人先导飞机下载回来再手动安装的。其下载页面:

vZrayA Release

这就很好了,不但很新,上个月刚更新过,而且提供编译好的各个发行版的安装包,不用自己编译了,直接下载安装包,然后拷贝到虚拟机里面去,非常方便,现在的Linux发行版本,对于自身的package格式的安装文件,在命令行里面直接sudo dpkg -i就可以安装了,在图形界面里面选择安装文件右键菜单里面就可以选择安装了也非常方便。

起飞!

很简单,直接从linux系统的程序菜单里面找到新安装的vZrayA,点击运行即可,非常方便,这会自动打开linux系统自带默认浏览器打开本机的vZrayA的管理后台页面http://localhost:2017,远程登陆的情况下直接在命令行下敲入命令vZraya即可,在终端电脑里面用浏览器打开linux计算机的ip地址http://linux的ip地址:2017

初次安装第一次打开该页面会显示上面这个创建管理员账号的提示,然后就可以去添加飞机航额航线了,以及其它各种琐碎配置,比如是否开机自动启动,有的人为了方便而在Linux系统上采用服务的形式运行vZrayA,但是我不建议这样,在自己的电脑里面不让它自动起飞,而只是自己需要的时候手动档起飞,这样,如果把自己的电脑暂时临时性的给其他人检查使用的话,只要我不说,他就是正常的炖在墙内的状态,他就不会发现我擅自咳血伤亡这件事,比较安全一些,就像我之前给自己电脑写程序自动截屏监控一样,我自己用就会关掉它,而借给别人用自己的电脑,他的所作所为,事后我都能看到的一清二楚。

手把手教你如何应付女朋友查电脑

暗槽

飞友们肯定得问我了:

你这都是什么恶劣环境啊!

自己之前就遇到过被人查岗,然后就自己写了个程序,自动截屏监控,你以为在查我,实际上我也在看着你在看什么……来啊,互相伤害啊!

反正既然你已经选择咳血伤亡了,把本文都阅读到这里了,私搭乱建木弟子来咳血伤亡这种事本身就是已经进化成网络战的一部分,不过是我兔内部兔子和兔子的无意义的内卷而已,就像教培一样,百害而无一益,但是既然有人在电影院前排站起来挑起来了内卷之争,咱们就只能被卷入参与这种人与人的斗争,其乐无穷也。

私人机场跨洋飞行航额

这只是你自己的私人飞机飞起来了,要想跨大洋飞行,你得上网寻找私人飞机场提供跨洋飞行的航线航额。全新私人机初次起飞会提醒导入节点:

选择导入,然后把私人机场主提供的二维码或者航额id字符串拷贝进来,就可以导入了,然后连接节点,

选择一个也可以同时选择多个连接,6个以内为佳,选中的航额会显示为淡红色,页面左上角红色按钮显示当前状态为“尚未运行

在未启动服务时,连接的节点呈现柚红色。我们在左上角点击相应按钮启动服务。

在启动服务后,所连接的节点呈现蓝色,左上角的图标也显示为蓝色的正在运行,代表服务启动成功。最关键的来了

小兔不再乱撞

如下所示配置为透明黛莉:

这种方法是vZrayA推荐的方法。它相比于其他方法具有诸多优势,vZrayA可以一键开启透明代理,为几乎所有程序提供代理服务,这样就可以让Docker、ONLYOFFICE这样在安装时候逃逸简单木弟子的软件重新登基起飞了。

为提高社会主义生产力而奋斗!

这飞机飞起来那就是“一桥飞架南北, 天堑变通途”了,然后再次安装ONLYOFFICE协作空间服务器,就可以得到最终安装成功的结果了:

真的,我们是真正的为了提高社会主义建设生产力而奋斗的,为祖国健康工作五十年!

参考文献

Linux 后备安装方式

快速上手

如何在 Ubuntu 上部署 ONLYOFFICE 协作空间社区版?

Installing ONLYOFFICE DocSpace Community using the provided script

VZRayA——新一代Linux客户端安装配置教程


solved

富强、民主、文明、和谐,

自由、平等、公正、法治,

爱国、敬业、诚信、友善。