To facilitate writing, synchronization is available on both the PC and mobile sides. I have set up an online note using Leanote, but a command must be run in the server backend.
base run.sh
Otherwise, the port cannot be accessed. It is not possible for me to keep the command running in the terminal at all times, so I need to put the command in the server backend to keep it running. Fortunately, there is a plugin called "Supervisor Manager 2.2".
It is a free Python plugin. Click to download it and then go to the settings.
Click to add a process monitor.
Fill in the process environment directory and startup command. The name can be any name that you can distinguish, and finally click OK.
Just keep it in the startup state, and you don't need to do anything else. In the future, you don't need to open the server terminal and enter commands. You can directly access the webpage in the browser by accessing the port.
If you want more convenience, you can set up reverse proxy processing.