- Running in Ubuntu 18.04
- Aria2 Web-UI/AriaNg
- noVNC (password: VNC123)
- ffmpeg
- handbrake
- rclone
- mtn thumbnailer
- ability to run terminal
- heroku account
- rclone.conf in URL ( use gist.. see the TUTORIAL if you need
- ngrok token
- open folder name
JupyterLab
- double-click
AriaNg-WEB-UI.ipynb
- go to ngrok.com
- insert your token here
TOKEN = "insert ngrok token here"
- click ▶ (Run the selected cells and advance)
- open notepad in your pc,
- copy this code
rclone move /root/downloads/my-file.mp4 drivename:/folder destination -P
then paste it into notepad
- in your notebook,
- Right-click on the file or folder you want to transfer, click Copy Path, then paste at
/root/downloads/my-file.mp4
- replace
drivename:/folder destination
w your rclone remote name,
- you can see a remote name by clicking remote.txt in Notebook or rclone.conf in your PC
- open Notebook Terminal ,
ctrl v
click enter
- TRANSFER EXAMPLE
Choose One
Modified from developeranaz/Jupyter-Notebook-Server-Heroku