@robi said in Using Cloudron to Automate Processing of Entries to a Competition:
As @girish suggested, the architecture and process is similar to one of these options:
Choose your adventure (book)
Input options:
Surfer hosted app (self made data collection)
WP with forms plugin
Lime Survey
Espo CRM
Dolibarr
LAMP custom script, etc.
Data processing options:
one of the Cloudron DBs attached to above apps
NocoDB
Baserow
N8N
WP plugin
...
Output options:
same as the input options as you get processed data passed back
That should help frame things and take you to the next level.
Have fun
Thanks! Input/processing/output is a nice way of looking at it.
I have a RS 4000, RS 1000 and a couple of small VPS at Netcup. For storage space I use Hetzner Storagebox since Netcup is way too expensive. On the other side, if you need faster storage and interconnectivity, you can order Cloud vLan at Netcup to build your own Network within their Datacenter.
@mdreira This is exactly what myself and team solve with EspoCRM. Highly recommended. It is only missing the accounting functionality, although I am also building that as an add-on.
@d19dotca
We use abusix with rspamd, and after the implementation on the new signature base list, the quality improvement.
But abusix with spamassasin, is good but still got a lot of spam passing, because SA don't support signature base abusix list.
@girish Thanks for the tip on updating SSH-keys.
I wasn't talking about fail2ban reporting, only. I was also referring to the built-in "rate-limiting" of Cloudron (and other security features, e.g. the cloud firewall) where there's currently little or no transparency what's happening.
Since Cloudron "takes over the server" I think it would be a good opportunity to add transparent monitoring of the system's security features similar to the "System info" tab...
If you use any website generator with a UI which can save or export the site locally, you can then upload those files to the Surfer App via the File Manager feature and host the site with ease.
Examples of such site creators are:
https://getpublii.com
https://www.goodfirms.co/software/mobirise
https://www.silex.me
https://html5up.net/ templates
https://github.com/emilwallner/Screenshot-to-code AI fun
@privsec && @humptydumpty
https://docs.cloudron.io/apps/kutt/
Watch out for the open registration for kutt, after creating your users disable the registration, otherwise spammers can use your kutt.
@foliovision Cloudron should create the DKIM records if you're using the DO API for your domains. Cloudron does not delete existing records so if you add something in manually, rest assured it won't get wiped by Cloudron.
https://docs.cloudron.io/email/#dkim
BTW, if you go to your Cloudron dashboard --> Email --> Status --> and click on "Redo DNS Setup", that should add in the required records. It should be listed as a TXT record in DO's DNS.
Example:
TXT cloudron._domainkey "v=DKIM1; t=s; p=TIDfKL7GCS...
AFAIK GnuCash is software that hast to be installed on a client PC. What Cloudron does is delivering webapps with docker containers. If you have to download an executable and run it on your local PC, Cloudron is the wrong choice and won't be able to deliver such type of software.
Take a look at Firefly III and Invoice Ninja.
@roofboard well basically. You need the cloudron cli as documented here and a git clone of the repo i linked before.
Then in the clone you run cloudron build followed by cloudron update. Along these commands you need to specify the name of your docker image (which requires a docker registry, which could be the docker hub, on Cloudron itself or somewhere else).
You can update an existing installation with a custom fork, and with the right parameters also bring it back to the official app.
in addition to what @micmc said, Wordfence can detect any changes to the Wordpress core files and email you with any security warnings that come up in the scheduled scans.