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


Skip to content

Support

Get help for your Cloudron

2.6k Topics 17.9k Posts
  • Invite Email Logo

    Solved
    5
    0 Votes
    5 Posts
    233 Views
    nebulonN

    @plusone-nick right, the email just contains a URL for the image and the URL does not change on image change.

  • 0 Votes
    5 Posts
    264 Views
    girishG

    There used to be a limit of domains/uses etc but we removed all limits in the previous release.

  • Bug in 2FA Force

    Solved
    7
    0 Votes
    7 Posts
    334 Views
    girishG

    This is fixed in https://git.cloudron.io/cloudron/dashboard/-/commit/b3cdcb2adb4666f274ed23f2ab05428563531dc8

  • Unexpected SPF record when using outgoing-only mail

    Solved
    5
    0 Votes
    5 Posts
    427 Views
    R

    @girish Hmm, that didn't match the behaviour I saw. I ended up with two separate SPF records in Hetzner. One that I had already set up from my own DNS setup, and one added from Cloudron - which didn't contain the content of my own record. Thankfully it wasn't difficult to fix, once I read up on it.

  • Noob with a couple questions

    Solved
    5
    0 Votes
    5 Posts
    226 Views
    girishG

    I think the main thing is you are looking for subscribe/unsubscribe like mailmain, then Cloudron does not have that feature.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    15 Posts
    583 Views
    S

    @nebulon Issues solved it was my issues by doing wrong LDAP Filter.

  • 0 Votes
    9 Posts
    594 Views
    robiR

    @ajtatum Congrats on the success and all the learning! 😎

  • 0 Votes
    4 Posts
    144 Views
    jdaviescoatesJ

    @girish said in Adding a new user with _ in their username doesn't work and generates no errors/ warnings/ messages:

    I tried this now and see a message:

    guess you must be running a patched/ fixed version?

  • import users into groups

    Unsolved
    8
    2 Votes
    8 Posts
    408 Views
    P

    @nebulon can you maybe have a look into the other thread, I am a bit stuck but it would be important to get this right for a porject of mine.

  • Docker IP range

    Solved
    17
    0 Votes
    17 Posts
    762 Views
    girishG

    @savity So, create a file named /etc/systemd/system/docker.service.d/custom.conf:

    [Service] ExecStart= ExecStart=/usr/bin/dockerd -H fd:// --log-driver=journald --exec-opt native.cgroupdriver=cgroupfs --storage-driver=overlay2 --experimental --ip6tables --bip 192.168.1.1/24

    Then,

    # systemctl daemon-reload # systemctl restart box

    If you do, docker network inspect bridge, you will see the IP has changed.

  • remote file access

    Unsolved
    5
    0 Votes
    5 Posts
    442 Views
    R

    @roofboard
    Hmmm I am looking at Rclone It appears to be the backend that many file sync apps like google drive use to "do the magic"

    This may be a part of the better solution for folder synchronization...

  • mount app backups?

    Solved
    9
    0 Votes
    9 Posts
    377 Views
    P

    @girish done

  • Issue with Cloudron Unresponsive

    Solved
    6
    0 Votes
    6 Posts
    296 Views
    applecrusherA

    @girish We did. We also had a RAID1 configuration which is why it probably why the server didn't go down all together. I was just surprised that the NVMe memory got corrupted within 6 months of having this server which is why I didn't suspect it until they ran the bench test.

  • dynamic ip - TTL/manual update?

    3
    0 Votes
    3 Posts
    190 Views
    humptydumptyH

    @jdaviescoates said in dynamic ip - TTL/manual update?:

    Never really got why so many people use Cloudflare, mostly seems to just add complications and break things, and contributes to massive centralisation of the internet

    I'm using their DNS proxying to hide my home server IP address. I don't know of any alternatives. Especially one that has DNS proxying AND is already added to Cloudron (for automating DNS).

  • import users into ldap changes case?

    Solved
    8
    0 Votes
    8 Posts
    309 Views
    girishG

    As @jdaviescoates said, we force small case for compatibility. I understand that in your specific context that being case sensitive might work though.

    LDAP itself has a bunch of case sensitivity madness. See https://stackoverflow.com/questions/29897684/is-ldap-dn-case-insensitive and https://www.ibm.com/docs/en/oala/1.3.5?topic=SSPFMY_1.3.5/com.ibm.scala.doc/install/iwa_pinst_ldap_cnf_cse_sen_t.html . I remember we tried to make this case preserving but this causes lots of subtle very hard to debug failures.

    There's a lot of things in play here 🙂 File systems, databases, frameworks, languages... each has their own level of case sensitivity support when it comes to usernames.

  • 2 Votes
    2 Posts
    591 Views
    necrevistonnezrN

    @erronnie Would also be interested in this - in particular if you can still manage mails with your own domain in that setup….

  • New to Cloudron. Having different issues

    Solved
    10
    0 Votes
    10 Posts
    470 Views
    girishG

    @qilin said in New to Cloudron. Having different issues:

    The strange part is that there are no bans which is worrisome to me.

    So, this doesn't work most because fail2ban itself works by scanning log files and as you said, there is nothing in the auth.log.

    Generally, this is outside Cloudron configuration (as in, Cloudron does not configure or update all this on the server). My understanding is sshd logs always to syslog. You can check the Facility with which it logs in /etc/ssh/sshd_config. I think from there it goes to /etc/rsyslog.d/* config files to log based on the facility. Not 100% sure, maybe others can chime in.

  • apps don't install anymore

    Solved
    7
    0 Votes
    7 Posts
    351 Views
    P

    @girish I did something slightly different (but maybe not SO uncommon). I created the server and put the clients domain into my own (developer) cloudflare account. After everything worked I created the domain in the client's cloudflare account and changed the NS entries (basically this: https://developers.cloudflare.com/fundamentals/get-started/basic-tasks/manage-domains/move-domain/).

    the situation was now, that the API key was still valid but changed the wrong domain entries at cloudflare. so, I imagine cloudron creates the NS entry, checks if this works (which it doesn't) -> brain freeze. Something like this?

  • Pixelated Avatar/Terminal

    Solved
    8
    0 Votes
    8 Posts
    298 Views
    Q

    @humptydumpty

    I am not sure about windows since I use Linux but I tried to search a little for an answer. It seems to be related to HTML5 canvasing.

    Maybe you can try this on FF:

    Mozilla Support: Firefox protection against fingerprinting