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
JUVOJustinJ

Justin Vogt

@JUVOJustin
About
Posts
18
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hetzner Object Storage add missing Helsinki location
    JUVOJustinJ JUVOJustin

    I appreciate the hetzner Object Storage already being implemented. Is it possible to also integrate the helsinki location?

    Support hetzner object storage

  • Mailpit SMTP Server with Rest API
    JUVOJustinJ JUVOJustin

    @dsp76 Sadly not yet. Did not have the time to do so.

    App Wishlist

  • Send email with brevo relay
    JUVOJustinJ JUVOJustin

    I am trying to use my brevo account to send transactional mails. The dmarc cloudron automatically added fails because brevos dkim does not allow the sender.

    I have a sender configured for my-domain.com, while the server has cloudron01.my-domain.com . How can i solve this? I think the easiest would be to allow changing the "From" domain in case a relay is used, since the sending domain will most likely be handled by the relay provider.

    Support smtp relay

  • Mailpit SMTP Server with Rest API
    JUVOJustinJ JUVOJustin

    It is mostly used as such yes. However there are usecases where you most likely want to process mails via API. I really like mailpit for this scenario

    App Wishlist

  • Gotenberg - Generate PDF´s from Office, HTML
    JUVOJustinJ JUVOJustin

    @necrevistonnezr i also experienced not the very best results for existing web pages. However, passing your own HTML with fonts and styling as well as JS works quite flawless.

    Also playing with the available settings might improve the settings.

    App Wishlist

  • Gotenberg - Generate PDF´s from Office, HTML
    JUVOJustinJ JUVOJustin

    https://gotenberg.dev/ should be self explanatory i hope 🙂 I think it would integrate nicely with the auth proxy to protect from unauthorized access.

    No addons required. Not even anything to backup 🙂

    App Wishlist

  • Mailpit SMTP Server with Rest API
    JUVOJustinJ JUVOJustin

    Mailpit is easy to set up and allows using it as smtp server while accessing the mails via rest api. This allows further processing.
    https://github.com/axllent/mailpit

    App Wishlist

  • Change update stream to stable
    JUVOJustinJ JUVOJustin

    Perfect, thank you very much

    N8N

  • SQL related nodes error
    JUVOJustinJ JUVOJustin

    I can confirm. Heavily related to the more general update policy: https://forum.cloudron.io/topic/10088/change-update-stream-to-stable.

    N8N

  • Change update stream to stable
    JUVOJustinJ JUVOJustin

    It seems to me the cloudron updates currently follow the github releases without any further filtering. On all of my servers the pre-release version was automatically installed.

    I would be very happy if the update stream could be changed to stable releases only.

    One example: Current released version is 1.8.1 which contains a bug in the mysql node. It is already fixed in 1.8.2 and was not existing in 1.7.1. This issue could have been easily avoided by just installing the "latest" release.

    N8N

  • Whitelisting VPN in htaccess to secure app
    JUVOJustinJ JUVOJustin

    @robi Hi, i validated. The ips shown in the wordpress app log are indeed my private ones, despite being connected to the vpn. I also validated my private ips are not leaked and validated only my vpn ips are visible outside the cloudron context.

    For me this seems to be something cloudron specific. I have read this thread: https://forum.cloudron.io/topic/1541/wordpress-restrict-access-by-ip-wp-admin-and-wp-login-php/3 This seems to tackle the same problem. However i am not able to configure my htaccess to use X-Forwarded-For if thats even what i need.

    WordPress (Developer)

  • Whitelisting VPN in htaccess to secure app
    JUVOJustinJ JUVOJustin

    @robi Feeling stupid right now, but i dont see a a list with interfaces when opening a terminal to the OpenVPN app.

    In the logs of the WordPress App i saw an ipv6 ip which represented by local internet connections ipv6. This seems to be caused due to a misconfiguration in OpenVPN after activating ipv6 for cloudron. However now a can see my private ipv4 address in the logs. Not the internal one of the VPN or the external one of the server.

    I assumed i can see the external ip of the server in the logs and simply whitelist that. To achieve this do i have to work with the Forwarded header? Is there an example somewhere? I am a bit lost to be honest.

    WordPress (Developer)

  • Whitelisting VPN in htaccess to secure app
    JUVOJustinJ JUVOJustin

    @p44 Thanks a lot. I already have set up access rules like the one you posted. It works with one static ip. What i need is to whitelist one static ip and the OpenVPN which runs on the same cloudron install as the wordpress installation.

    Since i do not know where to find the OpenVPN IP with which clients connected to the vpn connect to the wordpress install i have no clue which ip to add to the htaccess.

    WordPress (Developer)

  • Whitelisting VPN in htaccess to secure app
    JUVOJustinJ JUVOJustin

    @girish Exactly. Only one other static ip needs to be whitelisted additionally

    WordPress (Developer)

  • Whitelisting VPN in htaccess to secure app
    JUVOJustinJ JUVOJustin

    @fbartels Thanks for your feedback. Actually i dont actually know how to find the openvpn ip/range . I assumed it is always the same but allowing the one visible in the wordpress app log does not work

    WordPress (Developer)

  • Whitelisting VPN in htaccess to secure app
    JUVOJustinJ JUVOJustin

    Is there a way to use the htaccess to add an ip whitelist to wordpress which includes the local vpn/openvpn?

    I got the htaccess working with one static ip, but including a rule to allow openvpn connections seems impossible to me. Is there a way?

    WordPress (Developer)

  • Configure ldap groups
    JUVOJustinJ JUVOJustin

    @jdaviescoates yep that´s the plugin. To be honest i have no clue about ldap 😄 I actually don´t know how i should set up the plugin to work with the cloudron groups. Thats what my question is mainly about. If it is an issue with the plugin i could reach out to the developer.

    WordPress (Developer)

  • Configure ldap groups
    JUVOJustinJ JUVOJustin

    Since the groups are available in cloudron i was wondering why the authLdap plugins does not use them. Since they have a group->role mapping feature, it would be easy to enable it by default but keep the mapping field empty.

    Does anybody have an idea how to set groups up in the plugin?

    Thanks in advance

    WordPress (Developer)
  • Login

  • Don't have an account? Register

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