Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 5 Votes
    12 Posts
    1k Views
    A
    I've been running with this setup for nearly 2 years, I have made the following changes to the config to use Cloudron provided services. Database (MySQL): DB_CONNECTION=mysql DB_HOST=${CLOUDRON_MYSQL_HOST} DB_DATABASE=${CLOUDRON_MYSQL_DATABASE} DB_USERNAME=${CLOUDRON_MYSQL_USERNAME} DB_PASSWORD=${CLOUDRON_MYSQL_PASSWORD} I can't remember whether I entered those environment variables into the install page on first time use or whether I had to put in the credentials directly then change them when I had finished installation. Email: MAIL_MAILER=smtp MAIL_HOST=${CLOUDRON_MAIL_SMTP_SERVER} MAIL_PORT=${CLOUDRON_MAIL_SMTP_PORT} MAIL_USERNAME=${CLOUDRON_MAIL_SMTP_USERNAME} MAIL_PASSWORD=${CLOUDRON_MAIL_SMTP_PASSWORD} MAIL_FROM_ADDRESS=${CLOUDRON_MAIL_FROM} MAIL_FROM_NAME="${APP_NAME}" Redis (https://blog.linkstack.org/redis-linkstack/ REDIS_HOST=${CLOUDRON_REDIS_HOST} REDIS_PASSWORD=${CLOUDRON_REDIS_PASSWORD} REDIS_PORT=${CLOUDRON_REDIS_PORT} CACHE_DRIVER=redis SESSION_DRIVER=redis Hope this helps. Andrew.
  • 3 Votes
    1 Posts
    274 Views
    No one has replied
  • Cloudron Tutorials on Fireship?

    Discuss fireship cloudron tutorial lesson course
    3
    3 Votes
    3 Posts
    1k Views
    robiR
    It looks like any of the Firebase tutorials can be used on Cloudron by replacing Firebase with NocoDB or Baserow for a fully self hosted setup. @LoudLemur To your point, someone could create ShipOn.Cloudron.io and actually implement such solutions using Cloudron Apps, showing how or even deploying saved backups for a fast starting point. Fun and
  • 5 Votes
    17 Posts
    4k Views
    JOduMonTJ
    @loudlemur said in Monkey See, Monkey Do: Cloudron Video Explainers: RTFM Let’s make RTFM stand for Read the Friendly Manual or better make a new acronym such as WTFV or WTT for Watch the Tuto. @privsec said in Monkey See, Monkey Do: Cloudron Video Explainers: How to properly setup/secure your server to a high level of protection For me, the highest level of protection is a server without access to the internet; then more realistically it is a server with access to the internet but where all the services are behind a VPN; such as OpenVPN, WireGuard, ...). With a server open to the world, you are at the mercy of the developers (the one who develop the application such as Nextcloud, WordPress, ...)
  • 8 Votes
    24 Posts
    6k Views
    BrutalBirdieB
    @infogulch RTFM myself nice catch, thanks for that.