Hi, I want to Directly open the AriaNG panel instead of the main page where I have to enter the password and the downloaded file option.
Because everyone can access my AriaNG panel without entering the password all he want is my heroku app name and then open the following URL
https://<herokuappname>.herokuapp.com/ariang/#!/settings/rpc/set/wss/add.vipercloud.ga/443/jsonrpc/MA==
So, I want to just skip the process which is asked in the root of the domain. Because everyone using it via rclone so we don't need the Downloads option.
I just want to do it in my repo anyone can open a pull request in my fork or tell me what to edit in index.js. I didn't know much about node.js.
Hi, I want to Directly open the AriaNG panel instead of the main page where I have to enter the password and the downloaded file option. Because everyone can access my AriaNG panel without entering the password all he want is my heroku app name and then open the following URL
https://<herokuappname>.herokuapp.com/ariang/#!/settings/rpc/set/wss/add.vipercloud.ga/443/jsonrpc/MA==
So, I want to just skip the process which is asked in the root of the domain. Because everyone using it via rclone so we don't need the
Downloads
option. I just want to do it in my repo anyone can open a pull request in myfork
or tell me what to edit inindex.js
. I didn't know much about node.js.