Would be cool to donate unused resources to the Tor project by simply installing an app from the Cloudron app store.
marbetschar
Posts
-
Tor Node from App Store -
Nextcloud: Empty Trashbin intervalsWe run a Cloudron instance which does use Nextcloud quite extensively. That said, there is about 150GB of data stored on it. The disk size of the instance is 250GB.
That said, we run into an "out of disk space" issue all few months, since Nextcloud stores trashed files for 180 days by default.
Where can I change the 180 days to 60 days for example?
-
CloudronManifest: Configurable Environment Variable?How can we add a configurable environment variable to the CloudronManifest.json? Similar to the ones already present for TCP Ports, but to allow arbitrary values.
My use case is: I'd love to create a proxy app which forwards all traffic to another Cloudron app to provide a beautiful, front facing url to the end customer.
Let's say I have installed Mautic at
marketing.domain.tld
and I create a custom landing page within the Mautic app. This will be reachable viamarketing.domain.tld/my-landing-page
. Now I'd love to install a proxy app which runs onmy-landing-page.com
and proxies all requests to a configurable url (in this case tomarketing.domain.tld/my-landing-page
.It would be awesome to be able to configure the proxy url from the app configuration ui and pass it's value as environment variable.
-
Mautic - Marketing Automation@matthias we also would love to see Mautic on Cloudron. From what I can tell, the initial approach still stands: https://git.cloudron.io/nolan/mautic-app
It seems like it does not yet address the issue of config pregeneration:
https://staging.mautic.org/forums/topic/pregenerated-mautic-configuration/However, I gave it a go and installed the above linked
mautic-app
project on one of our Cloudrons using:$: git clone ssh://git@git.cloudron.io:6000/nolan/mautic-app.git $: cd mautic-app $: cloudron build $: cloudron install
And I was able to get it running; don't know how stable it is though - and it probably uses an old version of Mautic:
To make a long story short: To publish Mautic to the Cloudron App Store we need to
- Update Mautic to the latest & greatest version
- Address the preconfiguration issue (no setup page at first run of Mautic)
- Add some unit testing to ensure the app works correctly across restarts , updates & restores
- Hand it over to the Cloudron guys for publishing it to the App Store and maintain it from there on
I'm currently bit short in time. It'll be awesome if you can give it a shot?
-
Mautic - Marketing AutomationStarted a new attempt to get this done here:
https://git.cloudron.io/mandelkind/mautic-appBasically the whole setup stuff is done; including database setup and migration on updates.
That said, only thing missing to get this published to the app store are some unit tests. Unfortunately I'm not a node/npm unit test master, so it would be awesome if someone can help out on this.
As of now, the latest and greatest mautic can be installed manually using:
$: git clone https://git.cloudron.io/mandelkind/mautic-app.git $: cd mautic-app $: cloudron build $: cloudron install
UPDATE: And we may need to find a way to setup the database with an initial user, but without demo data.
-
Mautic - Marketing Automation@girish you're very welcome! Feel free to join the repo and commit whichever code takes us closer to the app store
-
Mautic - Marketing Automation@girish I got a response regarding LDAP and/or initial setup. Seems for LDAP integration we'll need a "SAML SSO gateway". Do you have any experience with this? if not, what would be the suggested approach to get the packaging done?
If we do not have LDAP integration I see two possible ways forward:
- leave things as they are right now (incl. initial demo data)
- or we try to figure out a way to setup the environment without demo data, but with an initial admin user
However, having Mautic integrated with LDAP would be AWESOME!
for details see:
-
Mautic - Marketing Automation@girish how to proceed to get mautic to the app store?
-
Metabase - ask questions and learn from dataWe started a first approach for a metabase app which works quite well:
https://git.cloudron.io/mandelkind/metabase-appOpen questions to be answered by upstream:
https://github.com/metabase/metabase/issues/6804