Giter VIP home page Giter VIP logo

una.docker.official.image's Introduction

Official UNA Docker repository

This is the official git repository for UNA. Refer to Docker Hub page for the actual UNA Docker image.

How to use this image

docker run -e "UNA_DB_HOST=host.docker.internal" -e "UNA_DB_NAME=test" -e "UNA_ADMIN_PWD=5ecret" --add-host=host.docker.internal:host-gateway -d -p 80:80 --name una unaio/una:latest

Above example assumes that UNA is run locally with mysql server installed on the host machine. After the run UNA should be accessible using http://localhost URL, you can login with [email protected] email and 5ecret password.

Full list of supported environment variables

  • UNA_DB_HOST - MySQL database hostname, default - localhost
  • UNA_DB_PORT - MySQL database port, default - 3306
  • UNA_DB_SOCK - MySQL database sock file path, optional
  • UNA_DB_NAME - MySQL database name, required
  • UNA_DB_USER - MySQL database user, default - root
  • UNA_DB_PWD - MySQL database user, default - root
  • UNA_HTTP_HOST - UNA hostname, if other than 80 port is used, then it need to be specified here, for example localhost:8000, default - localhost
  • UNA_SITE_TITLE - new site title, default - UNA
  • UNA_SITE_EMAIL - new site email, to send mail from, default - [email protected]
  • UNA_ADMIN_USERNAME - admin username, default - admin
  • UNA_ADMIN_EMAIL - admin login email, default - [email protected]
  • UNA_ADMIN_PWD - admin password, default - admin
  • UNA_KEY - UNA key, key&secret can be generated on una.io website
  • UNA_SECRET - UNA secret
  • UNA_VERSION - particular UNA version to install, default - latest version
  • UNA_ZIP_DOWNLOAD_URL - custom UNA download URL, in case you need to install modified version, optional
  • UNA_ZIP_FOLDER - custom UNA folder in UNA_ZIP_DOWNLOAD_URL zip to be able to unpack, UNA is aleays installed in root folder
  • UNA_NO_CRONTAB - don't install crontab, in case of multiple instances, cron should be installed on one instance only, cron is installed by default
  • UNA_DB_ENGINE - MySQL DB engine, please note that some DB engines require custom MySQL server configuration, default MYISAM
  • UNA_AUTO_HOSTNAME - when this option is set (other than zero) then UNA_HTTP_HOST option is ignored and current hostname (where site is requested) is used.

una.docker.official.image's People

Contributors

alextr avatar

Watchers

James Cloos avatar  avatar Andrew Boon avatar Anton avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.