A75G

Members
  • Posts

    122
  • Joined

Posts posted by A75G

  1. On 4/6/2021 at 11:33 AM, Joz104 said:

    Trying to install your Keycloak docker but having issues - the docker starts to load, then freezes and crashes after about 15 seconds. I've tried using multiple databases in case its a database error, no luck though. Any ideas why it might be crashing?

    I changed to another repo please give it a try after few hours when the templates update in CA

    • Like 1
  2. 40 minutes ago, plantsandbinary said:

     

    Got it fixed thanks to the above comment. I messed up creating the config.

     

    However I am now getting the exact same issue with the Synapse/Matrix container as this guy:

    https://forums.unraid.net/topic/89502-support-a75g-repo/?do=findComment&comment=998566

    https://hastebin.com/ibegatexej.yaml

     

    Thats my working config you can look if something is off but just know that i have postgres, redis and email enabled

  3. 2 minutes ago, plantsandbinary said:

     

    The container seems completely broken. I've done everything I can to get it to work myself and I can't seem to do it. No idea what the problem is at all but I suspect it's misconfigured by default.

    I have it running with no problem

    did you add the file before running the docker

    mkdir -p /mnt/user/appdata/element-web/config
    wget -O /mnt/user/appdata/element-web/config/config.json https://raw.githubusercontent.com/vector-im/element-web/develop/element.io/app/config.json

     

    because if not it wouldnt work because unraid will create folder as config.json

  4. 5 hours ago, duffbeer said:

     

    I'm using it for Nintendo NUT server. I expect that when I click the "WebUI" on the Docker image that I'd get to see the NUT interface. Instead I (sometimes) get asked to authenticate, then I get a white page with a "404", and that's as far as it gets.

    The webgui doen't work but from switch side it works fine.

  5. 10 hours ago, duffbeer said:

    I'm having trouble with the NUT server (ramdockerapp/nut-server)... I've installed it, set the path to the files, and set creds, but when I try to access the WebUI I get a 404 (sometimes I get asked to auth first, then after authing I get a 404).

     

    Am I doing something wrong?


    Checking the log via the console shows the server has scanned the directories correctly, and when running "ps aux" I see the command "python3 /root/nut.src.latest/nut.py -S"

    Now just i notice the name might conflict with UPS nut server.

    Are you using this tool for Nintendo switch or for UPS?

    If for Nintendo switch then its normal all you have to do is connect to it using the username and password.

  6. On 4/28/2021 at 8:34 PM, CorneliousJD said:

    New send container is working, however I cannot seem to get passwords to work, I enter something easy like "test" or "test123" as a password and it then tells me later the password is incorrect.

     

    EDIT - Disregard, once I actually set it all up via reverse proxy, it seems to be accepting passwords now.

    PS you do need some Redis persistence. 

     

    I have mine setup like this, databse saved to appdata, and AOF disabled, to keep the Redis database extremly small (given it's expiring nature) 

     

    image.thumb.png.948b4293eb1750207aed331d7bab865a.png

     

    Thank you very much for this information ill be sure to add this on description.

     

    8 minutes ago, tech_rkn said:

    Hello,

     

    My log is complaining about:

    
    vm.overcommit_memory = 1

     How to make it persistant ? can't remember ... !!

    I think you want to fix redis issus if so

    in /etc/sysctl.conf add

    sysctl vm.overcommit_memory=1

     

    add cronjob(user script) on startup arrray

    echo never > /sys/kernel/mm/transparent_hugepage/enabled
    echo never > /sys/kernel/mm/transparent_hugepage/defrag

    for persistant look at above comment or look at https://github.com/bitnami/bitnami-docker-redis#persisting-your-database

  7. On 3/2/2021 at 8:49 PM, relink said:

    I have been using the Wallabag docker for quite a while now and its been great. However Suddenly (sometime in the last couple days) I cannot access it anymore locally or remotely. 

     

    I checked the logs and see a few things:

    
    [WARNING]: Found both group and host with same name: localhost
    
    [WARNING]: Platform linux on host localhost is using the discovered Python

     

    
    2021/03/02 12:28:41 [error] 270#270: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 no such table: wallabag_internal_setting in /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:67

     

    Im not sure if the two things even have anything to do with each-other, but it was all that stood out to me in the logs. 

    Im really not sure about this issue

     

    On 3/3/2021 at 10:16 PM, david1564 said:

    Hi, I'm trying to use the ddns-route53 docker, but I can't seem to find the template.  The only one I can find appears to be the actual xml for unraid.  Can you post a link to the relevant template? the ddns-route53.yml file.

     

    Thanks!

    I have updated to the template so that you only have to edit the template not the config ddns-route53.yml

     

    On 3/21/2021 at 10:30 PM, pee_bear said:

    Hello,

     

    Regarding yacy

    I cannot login to the admin console. It is said the default credentials are admin/docker but it's refused.

    I deleted the container + the appdata folder, and downloaded it again from the Apps, but the credentials are still refused.

     

    Do you know how to reset the password ? 

    Chcek username: admin password: yacy

     

    On 3/13/2021 at 8:33 PM, learningunraid said:

    Hi, I am getting an error with TT-RSS on Unraid. (All Latest Version)

     

    
    Exception while creating PDO object:SQLSTATE[08006] [7] could not connect to server: No such file or directory
    	Is the server running locally and accepting
    	connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

     

    Please help me.

     

    Thanks.

    On 3/22/2021 at 7:24 AM, bptillman said:

    After the latest update to tt-rss was applied and the schema was migrated, I am now getting an error when loading my tt-rss instance.
    The first error seen was:

    
    E_URL_SCHEME_MISMATCH
    URL scheme reported by your browser (https) doesn't match server-configured SELF_URL_PATH (http), check X-Forwarded-Proto.
    Additional information:
    SELF_URL_PATH: http://tinyrss.mydomainhere.com
    CLIENT_LOCATION: https://tinyrss.mydomainhere.com/

     

    For reference before this, I was able to go to https://tinyrss.mydomainhere.com to hit my ttrss instance behind a reverse proxy, so the error made sense to me since http was specified in my config.php. From seeing that error I changed the config.php from being http like this:

    
    putenv('TTRSS_SELF_URL_PATH=http://tinyrss.mydomainhere.com/');


    to  being https like this:
     

    
    putenv('TTRSS_SELF_URL_PATH=https://tinyrss.mydomainhere.com/');

     

    After doing that and restarting the container, now when I visit https://tinyrss.mydomainhere.com , instead of the fatal error I am seeing:

    
    Startup failed
    
    Please fix errors indicated by the following messages:
    Please set SELF_URL_PATH to the correct value detected for your server: http://tinyrss.mydomainhere.com (you're using: https://tinyrss.mydomainhere.com)

     

    After that I also tried renaming the existing config.php and replacing all of the needed config values with docker environment variables that all start with TTRSS_ per the newest changes and am still seeing the "startup failed" message from directly above. So I'm not sure what other configuration issue it could be causing this.

    I will update the template with variables in it please check and confirm

    15 hours ago, Deen said:

    Since last update docker Pure-FTPD

    The logs consol work but i can not see user connections or information

     

    We have Unraid Version: 6.9.1

    Last docker update for pure-ftpd

    image.png.b6cb3ae1a301b1b51561e17cb4cd1c8d.png

    image.png.d632445f54f25c4894b4a276ebfd73e1.png

     

    We miss something ?

    Thx for your help

    No idea if im being honest

  8. On 1/30/2021 at 2:17 AM, CybranNakh said:

    I have some problems with the Reactive Resume Container. I downloaded it from CA and put in my Firebase information but cant get to the loading screen. The webui flashes for 1 second and then just displays the background. I feel like I am missing something basic here... 

     

    16 hours ago, ice pube said:

    Couple other people along with myself are having the same issue. No idea how to fix it, as there is no appadata folder to reset. 

     

    10 hours ago, CybranNakh said:

    It really is unfortunate... I was so excited to set it up. I might try and see if I can find something on the github repository and report back....

     

    Change latest to v1

    I have updated the template it might take some time to change

  9. 15 hours ago, bland328 said:

    Thanks so much for creating the Wallabag docker template!

     

    I'm trying to use it for the first time, and keep running into Error 500, and seeing this at the end of the log:

     

    
    2021/01/25 15:54:14 [error] 201#201: *1 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught RuntimeException: Unable to write in the cache directory (/var/www/wallabag/var/cache/prod)
    
    192.168.1.226 - - [25/Jan/2021:15:54:14 -0600] "GET / HTTP/1.1" 500 31 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36"
    in /var/www/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:676
    Stack trace:
    #0 /var/www/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(573): Symfony\Component\HttpKernel\Kernel->buildContainer()
    #1 /var/www/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(117): Symfony\Component\HttpKernel\Kernel->initializeContainer()
    #2 /var/www/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(166): Symfony\Component\HttpKernel\Kernel->boot()
    #3 /var/www/wallabag/web/app.php(18): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request))
    
    }
    thrown in /var/www/wallabag/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php on line 676" while reading response header from upstream, client: 192.168.1.226, server: _, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "tower:6500"

     

    I haven't managed to get this fixed, and rolling back to 2.3.8 didn't help. Any thoughts on what I might try or otherwise chase?

    Hello,

     

    Make sure the domain field is right for example if you wanted it local only you would put it http://192.168.1.100:6500 if externally https://wallabag.domain.com.

  10. On 12/12/2020 at 10:08 PM, .youngspace said:

    @A75G

    Hi, I followed this guide to install the matrix docker, but I get errors and warnings in the logs, which I cannot find fixes for, can you pls help me?

     

    
    0:
    Max number of open files/sockets allowed for this process: 40960
    0:
    Due to the open files/sockets limitation,
    max supported number of TURN Sessions possible is: 20000 (approximately)
    0:
    
    ==== Show him the instruments, Practical Frost: ====
    
    0: TLS supported
    0: DTLS supported
    0: DTLS 1.2 supported
    0: TURN/STUN ALPN supported
    0: Third-party authorization (oAuth) supported
    0: GCM (AEAD) supported
    0: OpenSSL compile-time version: OpenSSL 1.1.1d 10 Sep 2019 (0x1010104f)
    0:
    0: SQLite supported, default database location is /var/lib/turn/turndb
    0: Redis supported
    0: PostgreSQL supported
    0: MySQL supported
    0: MongoDB is not supported
    0:
    0: Default Net Engine version: 3 (UDP thread per CPU core)
    
    =====================================================
    
    0: Domain name:
    0: Default realm: turn.mydomain.tld
    0:
    CONFIGURATION ALERT: You specified --lt-cred-mech and --use-auth-secret in the same time.
    Be aware that you could not mix the username/password and the shared secret based auth methohds.
    Shared secret overrides username/password based auth method. Check your configuration!
    0: ERROR:
    CONFIG ERROR: Empty cli-password, and so telnet cli interface is disabled! Please set a non empty cli-password!
    0: WARNING: cannot find certificate file: /data/mydomain.cc.tls.crt (1)
    0: WARNING: cannot start TLS and DTLS listeners because certificate file is not set properly
    0: WARNING: cannot find private key file: /data/mydomain.cc.tls.key (1)
    0: WARNING: cannot start TLS and DTLS listeners because private key file is not set properly
    0: WARNING: cannot find DH key file: /data/mydomain.cc.tls.dh (1)
    0: NO EXPLICIT LISTENER ADDRESS(ES) ARE CONFIGURED
    0: ===========Discovering listener addresses: =========
    0: Listener address to use: 127.0.0.1
    0: Listener address to use: 172.17.0.19
    0: =====================================================
    0: Total: 1 'real' addresses discovered
    0: =====================================================
    0: NO EXPLICIT RELAY ADDRESS(ES) ARE CONFIGURED
    0: ===========Discovering relay addresses: =============
    0: Relay address to use: 172.17.0.19
    0: =====================================================
    0: Total: 1 relay addresses discovered
    0: =====================================================
    0: Cannot create pid file: /var/run/turnserver.pid
    0: pid file created: /var/tmp/turnserver.pid
    0: IO method (main listener thread): epoll (with changelist)
    0: Wait for relay ports initialization...
    0: relay 172.17.0.19 initialization...
    0: relay 172.17.0.19 initialization done
    0: Relay ports initialization done
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: turn server id=1 created
    0: turn server id=0 created
    0: turn server id=2 created
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: turn server id=4 created
    0: turn server id=3 created
    0: turn server id=6 created
    0: turn server id=5 created
    0: IO method (general relay thread): epoll (with changelist)
    0: turn server id=7 created
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: turn server id=8 created
    0: turn server id=10 created
    0: turn server id=9 created
    0: turn server id=11 created
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    0: turn server id=12 created
    0: turn server id=13 created
    0: IO method (general relay thread): epoll (with changelist)
    0: IO method (general relay thread): epoll (with changelist)
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    socket: Protocol not supported
    This server is configured to use 'matrix.org' as its trusted key server via the
    'trusted_key_servers' config option. 'matrix.org' is a good choice for a key
    server since it is long-lived, stable and trusted. However, some admins may
    wish to use another server for this purpose.
    
    To suppress this warning and continue using 'matrix.org', admins should set
    'suppress_key_server_warning' to 'true' in homeserver.yaml.
    --------------------------------------------------------------------------------

    Also how exactly can I use postgres as the database and what does that keyserver warning mean?

     

    censored_homeserver.yaml 89.11 kB · 1 download

    Change bind_addresses to 0.0.0.0

    Getting errors is normal in matrix just fouce on the red errors and google until you get it running

    I wish i can help you but i haven't tinker with it for some time and i forgot how copnfiguration works.

  11. On 12/11/2020 at 2:52 AM, wazabees said:

    Hello there!

     

    There has been a large update to Wallabag and now the docker appears to not work any more.

    https://github.com/wallabag/wallabag/releases/tag/2.4.0

     

    I get the following errors:

     

    
    Starting provisioner...
    [WARNING]: Found both group and host with same name: localhost
    [WARNING]: Platform linux on host localhost is using the discovered Python
    interpreter at /usr/bin/python3, but future installation of another Python
    interpreter could change this. See https://docs.ansible.com/ansible/2.9/referen
    ce_appendices/interpreter_discovery.html for more information.
    Provisioner finished.
    192.168.1.1 - - [11/Dec/2020:00:46:21 +0100] "GET /api/entries/exists.json?url=http://192.168.1.12:8282/plugins/dynamix.docker.manager/include/Events.php?action=log&container=f5ee5fb51b0d&title=Log%20for:%20wallabag HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:27 +0100] "GET /api/entries/exists.json?url=http://192.168.1.12:6500/ HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:31 +0100] "GET /api/entries/exists.json?url=http://192.168.1.12:6500/ HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:31 +0100] "GET /api/entries/exists.json?url=https://www.google.com/search?q=wala&btnK HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:32 +0100] "GET /api/entries/exists.json?url=https://www.google.com/search?q=wala&btnK HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:34 +0100] "GET /api/entries/exists.json?url=https://www.google.com/search?q=wala&btnK HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:34 +0100] "GET / HTTP/1.1" 302 213 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    2020/12/11 00:46:34 [error] 266#266: *25 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 no such table: wallabag_internal_setting in /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:67
    Stack trace:
    #0 /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(67): PDO->prepare('SELECT t0.value...', Array)
    #1 /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(903): Doctrine\DBAL\Driver\PDOConnection->prepare('SELECT t0.value...')
    #2 /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php(726): Doctrine\DBAL\Connection->executeQuery('SELECT t0.value...', Array, Array)
    #3 /var/www/wallabag/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php(193): Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(Array, NULL, NULL, Array, NULL, 1, NULL)
    #4 /var/www/wallabag/vendor/craue/config-bundle/Util/Config.php(73): Doctrine\ORM\EntityRepository->findOneBy(Array)
    #5 /var/www/wallabag" while reading response header from upstream, client: 192.168.1.1, server: _, request: "GET /login HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "removed url"
    192.168.1.1 - - [11/Dec/2020:00:46:34 +0100] "GET /login HTTP/1.1" 500 31 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:34 +0100] "GET /favicon.ico HTTP/1.1" 200 34494 "https://removed url/login" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.1 - - [11/Dec/2020:00:46:46 +0100] "GET /api/entries/exists.json?url=http://192.168.1.12:8282/plugins/dynamix.docker.manager/include/Events.php?action=log&container=f5ee5fb51b0d&title=Log%20for:%20wallabag HTTP/1.1" 500 83 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    2020/12/11 00:46:58 [error] 266#266: *53 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1 no such table: wallabag_internal_setting in /var/www/wallabag/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:67

     

     

    On 12/11/2020 at 11:26 AM, odiby said:

    Hi @wazabees have the same issue. For now just do a rollback to Version 2.3.8. Klick on the Wallabag icon and choose Edit. 

    image.png.916df790cbf73052bac18e68d929b619.png

     

    Then change the Repository from `:latest` to `:2.3.8` and hit apply at the bottom.

    image.png.c7928ea334418e2366898e4ead544e42.png

     

    Keep in mind that your are stuck to this version until you change it back to `:latest` or what ever

     

    In every update put "migrate" in Post Arguments: (Advanced View)

    Keep it running until you get Migrate complated

    Then remove the "migrate" in Post Arguments: (Advanced View) and run it normally

  12. 13 hours ago, akamemmnon said:

    Hi, I have been running the Riot IM docker for some time and it is great. Now that you created a Element IM docker thats separate, is it possible for us to migrate what we have to that? 

    You can use the same config file that you use in Riot.im

  13. On 10/27/2020 at 5:15 AM, itlists said:

    Just updated tt-rss and now the login page shows this error: Your access level is insufficient to run this script.

    Also, the URL automatically redirects from https://rss.mydomain.com to https://rss.mydomain.net/public.php?op=dbupdate

    My user account doesn't work and neither does the default admin/password that tt-rss has at first run. Both give the same error above.

     

    Make sure the config.php in the root of tt-rss folder have the right database settings.

    13 hours ago, SPOautos said:

    Hello, I installed the Airsonic-Advanced but the Webui doesnt open unless I change the url from https to http. Eventhough the template says http for the port number, when I open the Webui it defaults to https://ip:4040 and when I change it to http it will open. 

     

    Is there something I can edit to make it default to http.....or should I do something like run it through swag? I'm not very knowledgable about this kind of stuff but I THINK it will work with https if its in my reverse proxy setup through swag.

     

    image.thumb.png.333238e1d21496e85d5ea18e5e296f11.png

     

    Thanks!

    Yeah i made mistake need to fix the template

    If you want quick fix go to Advanced View in the template and remove the S from https://[IP]:[PORT:4040]/ in WebUI

  14. 17 minutes ago, wazabees said:

    It seems the latest update of the golinks docker failed for me. Is it possible for me to revert to the previous version of the docker?

     

    
    /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='golinks' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -p '8000:8000/tcp' 'prologic/golinks:latest'
    
    266d22bc8926dbf457ba011dad3cdc4948733182ca677081804a3c4c41f40905
    /usr/bin/docker: Error response from daemon: OCI runtime create failed: container_linux.go:346: starting container process caused "exec: "/start.sh": permission denied": unknown.

     

    I opened a issue on Docker maintainer will wait for his reply

    https://github.com/prologic/golinks/issues/40

    On 10/12/2020 at 12:11 AM, tmchow said:

    The Reactive Resume builder is nice, just tried it out. I noticed the template doesn't specify an config data folder, so is the data not persisted anywhere?

    The docker doent have any presistence files.

    You can just backup the Resume when you finish and restore when you need to update.

  15. On 9/7/2020 at 4:48 PM, BIGFAT said:

    Hi @A75G,

     

    thank you for your work, so far im using your murmur/mumble docker.

     

    Still, i have some suggestions for this particular docker:

    1. Rename the docker with "murmur", since this is the real name of the server application for mumble.
    2. The Project Page is not mumble.com, but mumble.info.
    3. Latest and 1.3.2 branches doesn't pull 1.3.2 but 1.3.1.

    Greetings :)

     

    Hello @BIGFAT,

     

    I changed the Project Page to .info tld.

    For tags this is my standard so i cant do anytihng but the thing about docker is you can switch which version using the tags.

    and lastly renaming it to murmur the repo i use called it mumble, it might confused people but i can switch it if you feel its for the best.

  16. On 8/26/2020 at 9:23 PM, trevormiller6 said:

    I can't get flarum to connect to my mysql database. I don't have this issue with any of my other dockers. Any help would be greatly appreciated.
     

    
    Checking database connection...
    Waiting 60s for database to be ready...
    ERROR: Failed to connect to database on <my ip>

     

     

    On 9/2/2020 at 3:04 AM, mkono87 said:

    I myself seem to connect to the flarum db but I get a basic webpage that states Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

    
    Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

     

    did you add your ip of your unraid on the templates

    and make sure the database created

    please screenshot the template

     

    On 9/2/2020 at 10:31 PM, corpsy said:

    Yacy wasn't working, I wasn't able to load anything (the homepage and so on). I had to redirect the "https" port (TCP) in my Internet box to my UnRAID machine. I'm using Unraid 6.9.0-beta25. YacY is up to date. Here is the error message I had: it was unable to connect to other peers. So if you also have this problem, you now know what to try.

     

     

    try removing https port and leaving only http, use unused port

  17. Just now, dunnno said:

    It's better regarding the warnings and errors, but it still lands to a blank page, seconds after showing "loading..."

    really weird its running now on my side once i tried changing the variables

    One more thing did you try with another browser cache sometimes make things difficult

  18. 1 minute ago, dunnno said:

    Here is the log in case it's needed :

     

    
    + id -u 99
    The user 99 does not exist, creating...
    + echo 'The user 99 does not exist, creating...'
    + groupadd -f -g 100 100
    + useradd -u 99 -g 100 99
    + '[' '!' -e /var/www/html/index.php ']'
    + exec apache2-foreground
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
    [Sun Aug 09 21:27:20.699938 2020] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
    [Sun Aug 09 21:27:20.700025 2020] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
    192.168.1.65 - - [09/Aug/2020:21:27:51 +0200] "GET / HTTP/1.1" 200 1266 "-" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.65 - - [09/Aug/2020:21:27:52 +0200] "GET /js/login.js?v= HTTP/1.1" 200 4032 "http://192.168.1.48:9800/" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.65 - - [09/Aug/2020:21:27:52 +0200] "GET /js/min.php?extjs=1&v= HTTP/1.1" 200 9987 "http://192.168.1.48:9800/" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    192.168.1.65 - - [09/Aug/2020:21:27:52 +0200] "GET /?module=fileman&section=utils&sec=Login%20Page&lang=english&v=&page=translation.js HTTP/1.1" 200 562 "http://192.168.1.48:9800/" "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
    [Mon Aug 10 03:04:53.273397 2020] [core:warn] [pid 1] AH00045: child process 26 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:53.273522 2020] [core:warn] [pid 1] AH00045: child process 27 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:53.273532 2020] [core:warn] [pid 1] AH00045: child process 28 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:53.273541 2020] [core:warn] [pid 1] AH00045: child process 29 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:53.273550 2020] [core:warn] [pid 1] AH00045: child process 30 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:53.273559 2020] [core:warn] [pid 1] AH00045: child process 31 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:55.275744 2020] [core:warn] [pid 1] AH00045: child process 26 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:55.275785 2020] [core:warn] [pid 1] AH00045: child process 27 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:55.275795 2020] [core:warn] [pid 1] AH00045: child process 28 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:55.275820 2020] [core:warn] [pid 1] AH00045: child process 29 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:55.275830 2020] [core:warn] [pid 1] AH00045: child process 30 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:55.275839 2020] [core:warn] [pid 1] AH00045: child process 31 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:57.278021 2020] [core:warn] [pid 1] AH00045: child process 26 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:57.278083 2020] [core:warn] [pid 1] AH00045: child process 27 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:57.278094 2020] [core:warn] [pid 1] AH00045: child process 28 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:57.278103 2020] [core:warn] [pid 1] AH00045: child process 29 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:57.278112 2020] [core:warn] [pid 1] AH00045: child process 30 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:57.278122 2020] [core:warn] [pid 1] AH00045: child process 31 still did not exit, sending a SIGTERM
    [Mon Aug 10 03:04:59.280227 2020] [core:error] [pid 1] AH00046: child process 26 still did not exit, sending a SIGKILL
    [Mon Aug 10 03:04:59.282017 2020] [core:error] [pid 1] AH00046: child process 27 still did not exit, sending a SIGKILL
    [Mon Aug 10 03:04:59.282053 2020] [core:error] [pid 1] AH00046: child process 28 still did not exit, sending a SIGKILL
    [Mon Aug 10 03:04:59.282847 2020] [core:error] [pid 1] AH00046: child process 29 still did not exit, sending a SIGKILL
    [Mon Aug 10 03:04:59.282887 2020] [core:error] [pid 1] AH00046: child process 30 still did not exit, sending a SIGKILL
    [Mon Aug 10 03:04:59.282900 2020] [core:error] [pid 1] AH00046: child process 31 still did not exit, sending a SIGKILL
    [Mon Aug 10 03:05:01.184617 2020] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
    + id -u 99
    + '[' '!' -e /var/www/html/index.php ']'
    + exec apache2-foreground
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
    [Mon Aug 10 06:56:35.324487 2020] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
    [Mon Aug 10 06:56:35.324784 2020] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
    

     

    I'm not sure whats seems the problem will remove the template until someone can understand the issue

  19. On 8/8/2020 at 11:18 PM, Stubbs said:

    I'm trying to set up a Matrix server. I followed the tutorial, but still get this in the log:

    22 minutes ago, l2evy said:

    I get the same exact thing been fighting it for days. Also had permission locked homeserver.yaml files as well as the random red errors...this is about as far as I have got with the errors gone, and still does not work. I have installed fresh to different appdata directories about 5 times.... I think something changed with the matrix codebase and the docker setup is borked now.

     

    Here is a snip for about as far as I was able to get maybe be of some use, but mainly I think I was just changing things and ended up breaking something else.

    I'm still running my Matrix Server and it working really fine with postgres database and redis.

    Permission issue it normal you need open with nano(cli) or use file managers that are available on CA.

     

    I forgot how i set it up but ill upload my config and see what you did wrong (password and domain will be removed so dont just copy and paste).

    If you are not using postgres or redis remove it and keep sqlite.

     

    homeserver.yaml

  20. 22 minutes ago, itlists said:
    
    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 01-envfile: executing...
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing...
    
    -------------------------------------
    _ ()
    | | ___ _ __
    | | / __| | | / \
    | | \__ \ | | | () |
    |_| |___/ |_| \__/
    
    
    Brought to you by linuxserver.io
    -------------------------------------
    
    To support LSIO projects visit:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid: 99
    User gid: 100
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 19-newdefault: executing...
    [cont-init.d] 19-newdefault: exited 0.
    [cont-init.d] 20-config: executing...
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-config: executing...
    DB_TYPE set, injecting env variables into config.php
    [cont-init.d] 30-config: exited 0.
    [cont-init.d] 30-keygen: executing...
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 99-custom-files: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.

     

    Template updated

    If you want to get it started now delete any database tables of tt-ss and appdata

    Then remove all variables about database on the template

    • Thanks 1