Scott King

Results 37 issues of Scott King

Better explain what Killer does/is. (Un)plugging devices, whitelists, USB connected whitelist, etc

Documentation

Flask-Mail is used within https://flask-user.readthedocs.io/en/latest/basic_app.html ( possibly other places as well ) and there's an issue with this. Flask-Mail hasn't seen an update since November 4th, 2014 - over 5.5...

**Describe the bug** When editing PHP configurations for a site and selecting `PHP 8.2`, the following error is shown: `Error message: local variable 'post_max_size' referenced before assignment` **To Reproduce** What...

**Describe the bug** When trying to run `cyberpanel version`, the following error occurs: ```py Traceback (most recent call last): File "/usr/bin/cyberpanel", line 1603, in main() File "/usr/bin/cyberpanel", line 1357, in...

**Describe** Sometimes on Vultr systems, the system will appear to hang on cloud-init. The last line that appears in console appears to be: `subp.py[DEBUG]: Running command ['netplan', 'apply'] with allowed...

I think this is all that's needed here, as the error is pretty straightforward.

An ability to `listChildDomainsJson` through CyberPanel's API much like `listWebsitesJson` would be great. `ChildDomains` in `websiteFunctions/models.py` already gives this information and would be easy enough to get, like how `listWebsitesJson`...

**Describe the bug** It looks like CyberPanel doesn't setup ipv4/ipv6/ssl properly for any additional sites added to a box **To Reproduce** What steps did you take when the issue occurred?...

**Describe the bug** There looks to be instances; such as in `cli/cyberPanel.py`, that have `time.sleep()` used that really don't need them. `restoreBackup` in the `cli/cyberPanel.py` file has a couple, as...

**Describe the feature** There's a lot of stuff in filemanager.py that generally doesn't need to be there. Iterating through multiple indexes just isn't a great look, honestly. [Pathlib](https://docs.python.org/3/library/pathlib.html) is in...