@dsp76 Sadly not yet. Did not have the time to do so.
Justin Vogt
Posts
-
Mailpit SMTP Server with Rest API -
Send email with brevo relayI 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.
-
Mailpit SMTP Server with Rest APIIt 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
-
Gotenberg - Generate PDF´s from Office, HTML@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.
-
Gotenberg - Generate PDF´s from Office, HTMLhttps://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
-
Mailpit SMTP Server with Rest APIMailpit 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 -
Change update stream to stablePerfect, thank you very much
-
SQL related nodes errorI can confirm. Heavily related to the more general update policy: https://forum.cloudron.io/topic/10088/change-update-stream-to-stable.
-
Change update stream to stableIt 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.
-
Whitelisting VPN in htaccess to secure app@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.
-
Whitelisting VPN in htaccess to secure app@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.
-
Whitelisting VPN in htaccess to secure app@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.
-
Whitelisting VPN in htaccess to secure app@girish Exactly. Only one other static ip needs to be whitelisted additionally
-
Whitelisting VPN in htaccess to secure app@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
-
Whitelisting VPN in htaccess to secure appIs 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?
-
Configure ldap groups@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.
-
Configure ldap groupsSince 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