Jump to content

al3arbe1

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by al3arbe1

  1. need enable Python modules
     
    beautifulsoup4==4.9.1
    bs4==0.0.1
    certifi==2020.6.20
    chardet==3.0.4
    click==7.1.2
    flake8==3.8.3
    Flask==1.1.2
    idna==2.10
    itsdangerous==1.1.0
    Jinja2==2.11.2
    MarkupSafe==1.1.1
    mccabe==0.6.1
    peewee==3.13.3
    pycodestyle==2.6.0
    pyflakes==2.2.0
    pyotp==2.4.0
    requests==2.24.0
    soupsieve==2.0.1
    urllib3==1.25.10
    Werkzeug==1.0.1

     

     

    Why not enable pip to users ?

    like set pip --user default and custom terminal

  2. Hi,

    custom subdomain with flask not work on heliohost

     

    Why ?

    #!/usr/bin/env python
    
    from flask import Flask, request
    
    app = Flask(__name__)
    app.config['SERVER_NAME'] = 'createforum.tk'
    
    @app.route('/')
    def main():
      return 'Welcome... goto any subdomain'
    
    
    @app.route('/', subdomain="<subdomain>")
    def Webs(subdomain=None):
      return 'Hi: {}.{}'.format(subdomain, app.config['SERVER_NAME'])
    
  3. There was an error when the system attempted to create the alias. Park::park(createforum.tk) failed: (XID dr5y24) Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this servers nameservers or have your administrator add one of its nameservers to /etc/ips.remotedns and make the proper A entries on that remote nameserver.

     

×
×
  • Create New...