It would be amazing to have AnyType on Cloudron! 
chmod777
Posts
-
Anytype (finally) released for public beta -
Surfer Alternative OIDC Authentication?Is it possible to configure Surfer to use Keycloak for OIDC authentication?
-
PSA: Keycloak easy custom themes (working editor!)use this, it worked instantly for me (unlike the quick-theme plugin currently in preview).
just drop the exported .jar in the providers folder.github repo:
https://github.com/kathari00/keycloak-theme-editorfound it here:
https://github.com/keycloak/keycloak/discussions/40275#discussioncomment-15935355 -
checkmk monitoring solution@jayonrails @robi @joseph @jdaviescoates
the request is now live. i have also added the following comment (which is awaiting approval) to clarify the request:
The problem is that, currently, a Ubuntu server or a Docker engine is required to host Checkmkβ―(Raw), which creates administrative overhead.
Cloudron is a magical tool (makes it very easy) to self host open source software without adding much effort for system administration.
It runs with Docker containers but they need to be specifically created for the system. Since Checkmk is already creating a docker image with a docker file it should be relatively simple to also provide a Cloudron package.
Cloudron is currently missing a proper monitoring solution. A gap Checkmk could fill. Giving many Cloudron users easy access to Checkmk. -
Excalidraw - Virtual whiteboard for sketching hand-drawn like diagramsis there maybe a way to block a cloudron app from accessing the internet/making calls to external servers? this way it would block any saas connection to google or similar?
I would very much prefer an installation of excalidraw without any third party connections.
-
MySQL and Postgresql as standalone apps+1 for this. would make database testing/administration much easier!
@lanhild - i just saw you archived the git repository for the cloudron psql. is the code still usable/"up to date" or should i look elsewhere?
With Cloudron supporting custom apps soon, it would be nice to have this available somehow

-
checkmk monitoring solutionI submitted a "cloudron platform package" as a feature request if anybody wants to upvote it:
https://ideas.checkmk.com/suggestions/694337/cloudron-platform-package
-
LAMP App - How to enable mod_expires.c ?Unfortunately I get the same error with the updated package. Here is my current config:
OpenID Client on Cloudron:
https://lampoidc.mydomain.com/secure/redirect_uri <clientId> <secret>/app/data/apache/app.conf:
ServerName localhost <VirtualHost *:80> ServerName localhost UseCanonicalName Off DocumentRoot /app/data/public LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy CustomLog "|/bin/cat" proxy ErrorLog "|/bin/cat" <Directory /app/data/public> Options +FollowSymLinks AllowOverride All Require all granted </Directory> # Do not remove this include. It's required for your app to see the Real IP Include "/app/code/apache/rpaf.conf" # This line can be commented out, if you do no require PHPMyAdmin Access Include "/app/code/apache/phpmyadmin.conf" </VirtualHost> # OIDCRedirectURI is a vanity URL that must point to a path protected by this module but must NOT point to any content OIDCRedirectURI https://lampoidc.mydomain.com/secure/redirect_uri OIDCCryptoPassphrase somethingsecret OIDCProviderMetadataURL https://my.mydomain.com/.well-known/openid-configuration OIDCClientID <clientId> OIDCClientSecret <secret>/app/data/public/.htaccess:
AuthType openid-connect Require valid-user
Any ideas?
-
LAMP App - How to enable mod_expires.c ?@girish, I am not sure how to merge the update from the master to the oidc-support branch.
would you be able to do that, so I can pull the branch again like I managed to do before?
-
LAMP App - How to enable mod_expires.c ?@nebulon, so I finally got around to testing this:
authentication works (nice!) but the redirect url appends port 80 (
https://lampoidc.mydomain.com:80/) which results in an ssl error (SSL_ERROR_RX_RECORD_TOO_LONG)manualy removing the port then loads the page.
ai suggested adding this to the app.conf virtual host:
UseCanonicalName Off
UseCanonicalPhysicalPort Offwhich did not help...
any ideas?
-
Possibility to integrate the fix for "Replies via S/MIME-signed mails are empty"The latest update seems to have fixed it.
Patience is a virtue xD
-
Possibility to integrate the fix for "Replies via S/MIME-signed mails are empty"@joseph, thanks for the info.
Asking as a git-amateur: would the automatic updates still work with custom packages?
-
Possibility to integrate the fix for "Replies via S/MIME-signed mails are empty"We are trying out osTicket and have hit the issue where emails which are S/MIME-signed are not converted to tickets (empty).
Here is a solution from the community. Would it be possible to integrate this code into the Cloudron osTicket App?
https://github.com/osTicket/osTicket/issues/6806#issuecomment-2800854901
-
LAMP App - How to enable mod_expires.c ?@nebulon any (easy) way I could beta test this?
-
LAMP App - How to enable mod_expires.c ?@nebulon awesome, glad you like the idea! and thanks for working on it. I was surprised there was no "pre-built" solution for securing a website with a login - sounds like this could be it!
Please do not pre-provision the client data. My use case would be with keycloak, so users are able to login there and access a members only website, as well as further services.
I would like to have the possibility of users self registering - which is impossible with cloudron (atm).
is there no way to auto-provision it with the cloudron data, but allow admins to edit the config? That way it would work "out-of-the-box" but could still be used with other IAMs.
-
LAMP App - How to enable mod_expires.c ?@girish, any updates on installing apache modules in the cloudron LAMP stack?
I would like to try https://github.com/OpenIDC/mod_auth_openidc in it
-
Apps Compatible with Keycloak SSOAnd Koel supports SSO, but only Google. So its pretty nuanced in some cases

-
Apps Compatible with Keycloak SSOAnd for Element the base version does not support it, but the enterprise license does. I'm not sure if it's possible to run that on Cloudron though
-
Apps Compatible with Keycloak SSO@Neiluj thanks, that helps for sure.
Although, NodeBB is SSO capable with a plugin. So it makes sense to double check apps listed as unsupported
-
Apps Compatible with Keycloak SSOKeycloak allows centralized user management across multiple apps via SSO, and self sign-up for new users.
There is currently no app filter in Cloudron for these SSO capabilities, so I thought I would start this list* (*work in progress):
OAuth2 with
With