hekitoo

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by hekitoo

  1. @doblez so I'm trying to set this um with Nginx Proxy Manager. It looks like someone got a fix for it but it still uses the old /loleaflet and /lool: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/70 However, even after changing these two locations, it still won't work. What do you mean that I should change lines 17, 35, 44 and 54 the new directories? Thanks
  2. I'm trying to get Miniflux to run but I get this message: [FATAL] [Migration v1] dial tcp: lookup Hostname on XX.XX.XX.XXX:XX: no such host I tried to run bridge and host, it didn't help. It looks it is a db issue? I found this: https://github.com/miniflux/v2/issues/781 Any thoughts in how I can fix this? Thanks! -H
  3. I'm having a hard time to find the memory-limit.ini. What am I doing wrong? This is the path I'm looking for: /usr/local/etc/php/conf.d/memory-limit.ini I'm having the "Allowed memory size of xxx bytes exhausted" message pop up when using ONLYOFFICE and I'll change the memory limit to see if that works.. Here is what I get when I try php --ini in the console: # php --ini Configuration File (php.ini) Path: /usr/local/etc/php Loaded Configuration File: (none) Scan for additional .ini files in: /usr/local/etc/php/conf.d Additional .ini files parsed: /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini, /usr/local/etc/php/conf.d/docker-php-ext-bcmath.ini, /usr/local/etc/php/conf.d/docker-php-ext-exif.ini, /usr/local/etc/php/conf.d/docker-php-ext-gd.ini, /usr/local/etc/php/conf.d/docker-php-ext-gmp.ini, /usr/local/etc/php/conf.d/docker-php-ext-imagick.ini, /usr/local/etc/php/conf.d/docker-php-ext-intl.ini, /usr/local/etc/php/conf.d/docker-php-ext-ldap.ini, /usr/local/etc/php/conf.d/docker-php-ext-memcached.ini, /usr/local/etc/php/conf.d/docker-php-ext-opcache.ini, /usr/local/etc/php/conf.d/docker-php-ext-pcntl.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_mysql.ini, /usr/local/etc/php/conf.d/docker-php-ext-pdo_pgsql.ini, /usr/local/etc/php/conf.d/docker-php-ext-redis.ini, /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini, /usr/local/etc/php/conf.d/docker-php-ext-zip.ini, /usr/local/etc/php/conf.d/memory-limit.ini, /usr/local/etc/php/conf.d/opcache-recommended.ini And here is what I have mounted: Thanks!!