File
Local panel · 127.0.0.1:8858
File:
/home/webhost/domains/cvt8858.aurorum.co/public/setup.py
#!/usr/bin/env python3 """CVT8858 visual setup launcher. Default use on a VPS: python3 setup.py Then from your own computer if the wizard is bound to 127.0.0.1: ssh -L 8859:127.0.0.1:8859 user@server open the printed token URL locally. Temporary direct access: python3 setup.py --host 0.0.0.0 --port 8859 """ from __future__ import annotations from core.setupwizard import main if __name__ == "__main__": raise SystemExit(main())
Save
Back
Encoding: utf-8, size: 447, truncated: False