1、 Get app ID and key
1.1 Login azure , the account password is the administrator account password of E5.
1.2 Then we enter in the search box above, Azure Active Directory, Then click the first one, as shown in the figure

1.3 Then we click Application Registration, as shown in the figure

1.4 Click New Registration

1.5 Installation picture operation, the content to be copied is https://oneindex.github.io/ Then we click Register, and it will jump to Figure 1.6

1.6 Then we copy the application ID and find a place to save it. The following will be used

1.7 Click Certificate and Password

1.8 Click the new client password

1.9 Set the new client password, and then we will copy the new client password and find a place to save it, which will be used below


2、 Use Docker to install oneindex
2.1 Create a new oneindex path and copy the following code

 mkdir -p /home/docker/oneindex/config /home/docker/oneindex/cache

2.2 Use Docker to install oneindex and copy the following code

 docker run -d --name oneindex \ -p 8181:80 --restart=always \ -v /home/docker/oneindex/config:/var/www/html/config \ -v /home/docker/oneindex/cache:/var/www/html/cache \ -e REFRESH_TOKEN='0 * * * *' \ -e REFRESH_CACHE='*/10 * * * *' \ setzero/oneindex

2.3 Enter ip: 8181 to access

2.4 Click Next to enter the following interface, where we copy the user program ID obtained in 1.6 to ② application ID, and then copy the client password obtained in 1.9 to ① application secret, and then click Next

2.5 Then we bind our E5 administrator account, which is the account operated in the first step



2.6 Then we have completed the installation. The administrator password is oneindex. We can log in to the background and change our administrator password
If there is a domain name, you can also reverse the oneindex to remove the domain name, but the subsequent reverse generation will not take the tutorial

👍 The body ends here 👍
  • Author: Inheritance
  • Link to this article: https://blog.shi.wiki/archives/30.html
  • Copyright notice: Unless otherwise stated, all articles in this blog are adopted by default CC BY-NC-SA 4.0 License agreement, please attach the original source link and this statement for reproduction.
Last modification: May 18, 2022
If you think my article is useful to you, please feel free to appreciate it