Thanks nebulon for the quick reply.
I just want to use a homegrown python script to run within the LAMP app. The Python script has some dependencies for external Python libraries like Beautiful Soup.
So perhaps I am out of scope with my request for the LAMP app?
Posts made by why42
-
RE: How to install Python external libraries?
-
How to install Python external libraries?
Hi there,
for a Python script I need the external Python library "Beautiful Soup" installed on the LAMP system. Trying to do so, I run in an error:pip3 install beautifulsoup4 Defaulting to user installation because normal site-packages is not writeable Collecting beautifulsoup4 Downloading beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) Collecting soupsieve>1.2; python_version >= "3.0" Downloading soupsieve-2.2-py3-none-any.whl (33 kB) Installing collected packages: soupsieve, beautifulsoup4 ERROR: Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: '/root/.local'
How would I solve this issue? I tried also:
apt install python3-bs4 Reading package lists... Done Building dependency tree Reading state information... Done W: Not using locking for read only lock file /var/lib/dpkg/lock-frontend W: Not using locking for read only lock file /var/lib/dpkg/lock E: Unable to locate package python3-bs4
So, I run out of options at the moment. Does anyone have a hint for me?
Thanks in advance,
why42 -
RE: matrix.org (communication)
I am really looking forward to the Matrix app and an updated Riot version.
-
RE: matrix.org (communication)
Hi there,
thanks for all your work to build an app for cloudron.
I am interested in Matrix/Synapse , too. I would like to as to put in the unstable apps section. -
Securing SSH port of Cloudron
Hi there,
I would like to ask the experts here regarding securing the SSH port of my Cloudron.
According to https://cloudron.io/documentation/security/ I changed the SSH port from 22-->202 and I installed SSHguard instead of file2ban. So I would like to ask if this seems to be enough for a basic security line for the SSH access or if I should do more like installing file2ban additionally or do something else.
Thanks in advance for some hints.