Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
matix131997M

matix131997

@matix131997
About
Posts
117
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hetzner PTR Record Invalid
    matix131997M matix131997

    I did a comparison between the e-mail that was sent earlier, before version 8.2.0, and now.

    Before version 8.2.0
    Zrzut ekranu 2024-12-30 o 11.33.08.png
    After 8.2.0
    Zrzut ekranu 2024-12-30 o 11.33.21.png

    Support hetzner ptr

  • [security] backdoor in upstream xz/liblzma
    matix131997M matix131997

    I think I saw on the ubuntu forum that the 22.04 version had 5.4.x. So we can quietly breathe a sigh of relief. And in the future version 24.04 it already had a faulty version and then they started to fix it as it became known about this problem.

    EDIT: https://ubuntu.com/security/CVE-2024-3094

    Forum: https://askubuntu.com/questions/1509015/is-ubuntu-affected-by-the-xz-backdoor-compromise

    Discuss

  • Add SSH Keys/Disable Password login in Cloudron Dashboard (similar to Hetzner)
    matix131997M matix131997

    A cool solution in terms of security even on providers without an external firewall is "Match user" with "List Address" in the SSH configuration. You could use with a VPN and not have to worry about attacks.

    In my spare time on a test server I played around with it, but until today I could not enable it. With the various configurations given on the internet it throws an error about an error every time.

    Feature Requests ssh

  • Trouble with IPv6 (was "HELP NEEDED URGENTLY") !!!
    matix131997M matix131997

    @mmtrade

    Yahoo rejects your emails due to fresh domain registration.
    Some popular email blockers from 1 to 6 months depending on the domain tld. A good solution to this problem is to send from yahoo email, icloud, gmail etc to your own email.
    Send a normal long text message once a day and you can't send in bulk to start with from your mail because then they will permamently block your IP address.
    At my place with a .cloud domain, I had a problem receiving iCloud emails for six months.

    On top of that, Contabo IP addresses are popular among e-mail providers as spam servers.

    Support networking ipv6

  • Implement Hetzner Object Storage as backup destination
    matix131997M matix131997

    On the server where I have Nextcloud installed and backed up to Object Storage to Nuremberg and works fine. I will also give the settings from Memory Limit and Upload Part Size.
    1.png
    2.png
    3.png

    If you have servers in Falkenstein or Nuremberg and you send to Helsinki or vice versa then there maybe problems, because there is a broken fiber optic cable by probably by sabotage.

    Feature Requests

  • Will Cloudron manage the update from 22 LTS -> 24 LTS?
    matix131997M matix131997

    You have to update to version 24.04 yourself.

    https://docs.cloudron.io/guides/upgrade-ubuntu-24/

    I personally made a second server with Ubuntu 24.04 and did a Cloudron restore using a backup.

    Support ubuntu upgrade

  • Ghost CMS - Settings not displaying
    matix131997M matix131997

    While testing CDN in Bunny, I confirm the problem. You need to add a cofiguration to the nginx/apache config file in this case, so that the CDN does not take the "ghost" folder.

    I no longer remember if there is an option in the new version of the Bunny panel, where you can select what folders it should not take.

    The final solution as I wrote above add the config.
    https://www.keycdn.com/support/ghost-cdn-integration

    Ghost

  • Ghost CMS - Settings not displaying
    matix131997M matix131997

    I see you've found a solution, but you don't just add here, you need to change in other places too. I will add all the possible settings of what you need to set, so that other people know how to set it. Sorry that it took a long time. But my private life has been pounding me 🙂

    1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png

    Ghost

  • Securing SSH: disable password authentication
    matix131997M matix131997

    I see you've added another post about it 😄

    If you want good security then set up as below. This is the way I use on all servers and where possible on the provider's external firewall I restrict the port on the VPN IP.

    PermitRootLogin prohibit-password
    PubkeyAuthentication yes
    PasswordAuthentication no
    KbdInteractiveAuthentication no
    UsePAM yes
    

    prohibit-password - This they started using from version 22.04 as a new security method.

    KbdInteractiveAuthentication is the newer line that replaces "ChallengeResponseAuthentication"

    Changing port 22 to 202 doesn't make the attack more secure, hackers have started scanning all ports that send back a header that SSH is running on that port.

    You have to uncomment the line to make it work.

    Discuss ssh

  • UI issues with 7.5
    matix131997M matix131997

    I am reporting a problem with version 7.5.0:

    • No exact number of web token
      error 1.png

    • Having a background, the expanded list is hidden
      Zrzut ekranu (1).png Zrzut ekranu (2).png

    Support

  • Securing SSH: disable password authentication
    matix131997M matix131997

    In Ubuntu 24.04 the restart does not work with "systemctl restart sshd", but only with "systemctl restart ssh.service".

    Discuss ssh

  • Restricting the SSH port to the public IP address of the VPN
    matix131997M matix131997

    Welcome,
    I am in the process of looking for a solution to restrict the SSH port outside the firewall, as it is known to be dynamically changed by Cloudron.

    After removing the support for TCP Wrappers, I searched for various solutions on how to restrict access through configurations in ‘sshd_config’. The result? Not satisfactory. Completely nothing worked.

    While browsing around here and I found a post that you can edit the ‘/home/yellowtent/platformdata/firewall/ports.json’ file and then this will add to the dynamic firewall system.

    I was pleased to see that this is a possibility, but a question. Can I add with a public IP address?

    Why am I doing this? I want to migrate a server to my country that don't have a firewall system, like at Hetzner, where on all servers I restrict port 22 to a VPN address for security.

    Support ssh ubuntu firewall

  • Hetzner finally offering S3 Object Storage
    matix131997M matix131997

    I just got access to the test already. I currently have it connected to Nextcloud as an external drive. So far it looks promising 🙂 Very fast processing ie uploading large files from the server to disk storage and downloading.

    Discuss

  • Hetzner PTR Record Invalid
    matix131997M matix131997

    I also confirm with myself the problem with DKIM and DMARC, which test says that “from” does not match the domain.

    I did a test on the site: https://unspam.email/results/uPOw0MP1f2

    Support hetzner ptr

  • Which Domain Name Registrars do you recommand in 2025 ?
    matix131997M matix131997

    I keep my domains with a Polish service provider - Domeny.tv
    They recently launched a global site - Let's Domains with USD, GBP or EUR currencies. There is also an option to buy .coop domains

    Discuss

  • Hetzner PTR Record Invalid
    matix131997M matix131997

    @robi Yes, all points in the status are in green. Message headers the same as above - post #15

    Support hetzner ptr

  • Poor network throughput, limited to PeerTube
    matix131997M matix131997

    The speed is affected as you wrote disk, and may even be poor quality network hardware hosting. I, too, experience poor quality Contabo network at my place. I had better performance on Hetzner Cloud and plan to return.

    PeerTube

  • Impossible to stream
    matix131997M matix131997

    Basic question:

    • Which server parameters and which provider?
    • Which provider of object storage?
    • How much memory and processor limit allocated?
    PeerTube

  • Problem with web login on Chrome browser
    matix131997M matix131997

    Hi,

    I'm writing another topic a little related to the certificate, and I do not know if other people have a similar problem.

    For the past month I have noticed that on a Windows computer, I happen to have 11.
    Having the certificate from Let's Encrypt and enabled protection built into Chrome when logging into the manager via web, it doesn't want to load the database at all. Testing on a laptop where I have Linux Mint - it works without a problem.

    Going back to Windows 11, for the test I turned off protection in Chrome - it started to load the database correctly.

    After this test, I thought I would upload the paid certificate that I still have until November (RSA4096) it started to load the database correctly with protection enabled in Chrome on Windows 11.

    I'm wondering why Let's Encrypt on Windows with Chrome protection enabled is affecting the Vaultwarden malfunction 😕 Adding to that, in the desktop app and the browser extension works without a problem.

    Vaultwarden

  • Ghost CMS - Settings not displaying
    matix131997M matix131997

    Okay, I found the option in the new panel. I am currently testing this problem with ghost. So far nothing is happening, but I need to test it after setting the rules. This problem kept showing up hours later after running CDN Proxy

    Ghost
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search