-
[SUPPORT] GRTGBLN - DOCKER TEMPLATES
I tried installing Yamtrack and pointed it to my redis container and generated secret but after install I got a error 400. The logs give an error to add my host url to ALLOWED_HOSTS but I dont know where the django db is to edit it.
-
[Plugin] LXC Plugin
The one for Amp.
-
[Plugin] LXC Plugin
The template I used just gave me login for the app but not the debian container. But after a recent update I just started from scratch and was able to get the app working that way.
-
[Plugin] LXC Plugin
Not sure where to find or change the root password. I tried to install from a template but when I try to su root and enter the password Unraid I get Authentication failure.
-
Point to Database Container with Compose File?
Going off of this answer I got something like this: --- huginn: null image: huginn/huginn container_name: huginn networks: default: name: bridge external: true expose: - 3000 restart: unless-stopped environment: - START_MYSQL=false - DATABASE_HOST=mariadb - DATABASE_PORT=3306 - HUGINN_DATABASE_NAME=huginn - HUGINN_DATABASE_USERNAME=huginn - HUGINN_DATABASE_PASSWORD=REDACTED - TZ=America/Chicago - TIMEZONE=Chicago But now Im getting a new error: (root) Additional property restart is not allowed.
-
MediaDactyl joined the community
-
Point to Database Container with Compose File?
I was wondering how I would alter the example to point to a mariadb container I already have installed from custom apps. version: '3' services: huginn: image: service/service restart: always ports: - "3000:3000" environment: - SERVICE_DB_ROOT_PASSWORD= - SERVICE_DB_PASSWORD=<your_db_password> - SERVICE_ADMIN_PASSWORD=<your_admin_password> volumes: - ./service-data:/var/lib/mysql mysql: image: mysql:5.7 restart: always environment: - MYSQL_ROOT_PASSWORD=<your_root_password> - MYSQL_DATABASE=huginn - MYSQL_USER=huginn - MYSQL_PASSWORD=<your_db_password> volumes: - ./mysql-data:/var/lib/mysql depends_on: - mysql
MediaDactyl
Members
-
Joined
-
Last visited