Hello ,
Ente makes further progress in self hosting. so, I dare to ask, would you mind to put it on the Cloudron roadmap?
why42
Posts
-
Ente -
AVX Support in your VPS/Server@maxkreg said in AVX Support in your VPS/Server:
I´ll send an email to netcup customer support, maybe they can be convinced to add AVX support if enough of us are complaining.
That was also a reason I asked the Netcup support a fews days before. However, if they do not want to offer AVX/AVX2 support for free, it would be ok for me to pay 1 Euro/month for example for AVX/AVX2 support.
-
AVX Support in your VPS/Server@jdaviescoates said in AVX Support in your VPS/Server:
Sadly that means the the cheap Netcup VPS servers are no longer compatible with Cloudron (although their more expensive RS RootServer range still is).
Thanks for for the hints. Meanwhile I talked to the Netcup support. They stated that due to the nested virtualization in their VPS product line the AVX/AVX2 instructions set is not available. They recommend like you did the the Netcup Root Server (RS) product line as alternative.
-
AVX Support in your VPS/ServerHi there,
I have a Netcup VPS 500 G10s since yesterday and unfortunately avx/avx2 is not available there. So could you please provide Cloudron versions >=7.6 without AVX/AVX2 dependencies. -
Search your photos: Internal server error (500 - Internal Server Error)The download is working again
-
Search your photos: Internal server error (500 - Internal Server Error)Hi there,
I made a new installation of immich v1.78.1 and unfortunately I got the issue with smart search. Metadata search (i.e., prefix with 'm:') still works as expected. Looking into the logs shows this as the cause for the issue: "Failed to download https://clip-as-service.s3.us-east-2.amazonaws.com/models-436c69702d61732d53657276696365/onnx/ViT-B-32/textual.onnx with <HTTP Error 403: 'Forbidden'> at the 0th attempt"On https://github.com/immich-app/immich/issues/4117# the issue is confirmed and a solution (= new immich release) is expected.
-
How to install Python external libraries?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? -
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 -
matrix.org (communication)I am really looking forward to the Matrix app and an updated Riot version.
-
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 CloudronHi 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.