Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] A75G Repo

Featured Replies

db-backup doesn't seem to be working anymore, the last backup it did was Jan 7.  I looked at the logs and I am getting:

 

2022-01-17-14:12:56 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)
2022-01-17-14:13:01 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)
2022-01-17-14:13:06 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)
2022-01-17-14:13:11 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)

 

over and over.  I have not made any changes to the docker template, and the values appear to be right.  the database is working fine with my application and phpmyadmin.

 

Any idea how I can get this working again?

  • Replies 889
  • Views 448.2k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • PSYCHOPATHiO
    PSYCHOPATHiO

    It is not so complicated to get it up & running, you just need to know where to start   First thing you need to edit the homeserver.yaml located in /appdata/matrix   Locate

  • Each one of those should be a separate command: su - archivebox cd /data archivebox init archivebox manage createsuperuser   All done inside of docker console

  • Funny, last night I was fighting with the same issues you were having Flex0. First with the port and then with the conf.yml file not loading or saving.   Long story short, Dashy was changed

Posted Images

On 1/18/2022 at 3:25 AM, YsarKain said:

db-backup doesn't seem to be working anymore, the last backup it did was Jan 7.  I looked at the logs and I am getting:

 

2022-01-17-14:12:56 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)
2022-01-17-14:13:01 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)
2022-01-17-14:13:06 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)
2022-01-17-14:13:11 [44m[WARN][49m ** [db-backup] MySQL/MariaDB Server '' is not accessible, retrying.. ( seconds so far)

 

over and over.  I have not made any changes to the docker template, and the values appear to be right.  the database is working fine with my application and phpmyadmin.

 

Any idea how I can get this working again?

Same error here, dont find solution

On 8/26/2021 at 12:12 AM, LTM said:

I still haven't figured out how to do this. The documentation is crappy but the only admin settings I can find is if you set up a team. Then you can make a team member an admin of the team. I can't find anything about a global admin if that makes sense.

 

You have to create your own and mount it. What I ended up doing is creating 2 folders on the host:

.../vikunja/data

.../vikunja/config

 

I mounted the config as so:

Host: .../vikunja/config/

Container: /etc/vikunja

 

Config can be found here: https://kolaente.dev/vikunja/api/src/commit/dcddaab7b58ab2e03e0d0f3f0b771a1e6ec0dbce/config.yml.sample

 

Name it "config.yml" and place it in .../vikunja/config on the host.

 

thanks for the great work,

 

i did not the very importan parameter for the api url inside the example config

as i was not able to run the api and frontend on the same ip nor via the subfolder proxy nginx server i needed to change the url for the api permanently.

on first opening of vinkunja frontend there was always the wrong url, as written above, chaing this to https://domain.com/api/v1 worked fine but it is getting lost when opening on another device or after browser history clearing

 

based on the docker install guide we can set this url via docker Environment https://vikunja.io/docs/install-frontend/#api-url-configuration

grafik.png.5c4c80fffda2661ed406c522e1ccc263.png

i added this variable and it is now remembering the url permanently, maybe this can be added to the unraid template for the vinkunja-frontend :D

 

PS: maybe some else does get this reverse nginx proxy manager get to work,  https://vikunja.io/docs/reverse-proxy/#nginx-proxy-manager-npm this might avoid the use of the docker environment variable

 

good luck

Edited by astronax
added nginx proxy comment

On 1/19/2022 at 4:59 PM, Erik1erik1 said:

Same error here, dont find solution

After installing the new update, it is working again for me.

Hi all ,

I am trying to run  keycloak with Postgres, but it falls to start : 

[38;5;6mkeycloak [38;5;5m17:23:53.16 [0m[38;5;2mINFO [0m ==> ** Starting keycloak setup **
[38;5;6mkeycloak [38;5;5m17:23:53.16 [0m[38;5;2mINFO [0m ==> Validating settings in KEYCLOAK_* env vars...
[38;5;6mkeycloak [38;5;5m17:23:53.17 [0m[38;5;2mINFO [0m ==> Trying to connect to PostgreSQL server 172.17.0.8...
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
[38;5;6mkeycloak [38;5;5m17:26:23.28 [0m[38;5;1mERROR[0m ==> Unable to connect to host 172.17.0.8

When i use a DB engine i can access the postgres DB that is defined into the keycloak config . 

Also changing the ports is not helping 

 

16 minutes ago, Tower23 said:

Hi all ,

I am trying to run  keycloak with Postgres, but it falls to start : 

[38;5;6mkeycloak [38;5;5m17:23:53.16 [0m[38;5;2mINFO [0m ==> ** Starting keycloak setup **
[38;5;6mkeycloak [38;5;5m17:23:53.16 [0m[38;5;2mINFO [0m ==> Validating settings in KEYCLOAK_* env vars...
[38;5;6mkeycloak [38;5;5m17:23:53.17 [0m[38;5;2mINFO [0m ==> Trying to connect to PostgreSQL server 172.17.0.8...
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
timeout reached before the port went into state "inuse"
[38;5;6mkeycloak [38;5;5m17:26:23.28 [0m[38;5;1mERROR[0m ==> Unable to connect to host 172.17.0.8

When i use a DB engine i can access the postgres DB that is defined into the keycloak config . 

Also changing the ports is not helping 

 


Sorry was too quick, found the issue. It seems that it can't use custom IP. 

37 minutes ago, Tower23 said:


Sorry was too quick, found the issue. It seems that it can't use custom IP. 

Now i get :
 

[0m[0m17:43:12,714 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 61) RESTEASY002205: Adding provider class org.keycloak.services.error.KeycloakErrorHandler from Application class org.keycloak.services.resources.KeycloakApplication

and why is he binding to :

Admin console listening on http://127.0.0.1:9990

and not my bridge ? 

Edited by Tower23

Has anyone got a working SWAG reverse proxy conf for the shlink containers?

Hi, i installer the controller and there are plugins that i can't install, i have this error :

 

image.thumb.png.bfbd90e9e63d6efcd7d7a2a083781d4a.png

 

image.thumb.png.137bcaeb80dbd49b637af9968ff81f6c.png

Hi friends,

 

I am trying to run Mumble. It installed just fine but fails to run with...

 

<F>2022-01-28 20:20:24.613 Specified ini file /etc/mumble/config.ini could not be opened
<X>2022-01-28 20:20:24.632 SSL: OpenSSL version is 'OpenSSL 1.0.2k 26 Jan 2017'

 

What am I missing?

how to login as administrator in phpbb?

 

PHPBB_USERNAME and PHPBB_PASSWORD dont work :(

Edited by flowermoron

Hello , I am trying to install mattermost, but the docker does not startup. I am getting the following error. 

image.png.493070885f3ede84283239ce85f28837.png

 

below are my template settings. 

 

image.thumb.png.a67a3ff1f3797ba984382cc21f4ee3a6.png

image.thumb.png.3635d669c986ad74f5d6dfd3e4b7cc3f.png

Hi there, I'm trying to sign in and I put my username, password and the matrix.org link and it logs in briefly before redirecting me back to the login screen.

 

As I want to be able to mirror group chats from WhatsApp messenger to signal and Visa versa https://matrix.org/bridges/#signal

Any ideas? Please.

On 2/2/2022 at 8:29 AM, flowermoron said:

how to login as administrator in phpbb?

 

PHPBB_USERNAME and PHPBB_PASSWORD dont work :(

nevermind, i just typed a simple password like 123 and now it works! :D

Edited by flowermoron

The instructions for Cryptpad seems outdated and the instructions on the install page of the Unraid UI differ from the one in the FAQ in post #2 in this thread.

 

The one on the install page wants be to wget a file to /mnt/user/appdata/config/config.js but that is already a directory.

 

The one on the FAQ wants to wget a file to /mnt/user/element-web which seems to be a completely different config file on the remote side, e.g it does not have the httpUnsafeOrigin config key.

  • 2 weeks later...
On 10/20/2021 at 12:14 PM, Evidenz said:

For some reason the linkace image is not running properly. I get it up and running to the point where it tries to connect to the included DB but cannot reach it.

 

Where you ever able to figure out the issue?  I'm trying to install Linkace and running into the same problem.

On 2/2/2022 at 10:13 AM, spacezmonkey said:

Hello , I am trying to install mattermost, but the docker does not startup. I am getting the following error. 

image.png.493070885f3ede84283239ce85f28837.png

Installed Mattermost today and encounter same problem, I had to chmod -R 777 mattermost appdata folder and reinstall container.

Edited by arturovf

The LinkAce container has suddenly stopped working, producing a 500 - Server Error with no settings changed.

On 6/26/2021 at 2:36 PM, GoChris said:

Further to the questions above about LibreNMS not auto discovering or polling.

 

If you load up a console and run:

./discovery.php -h <device ip>

It will do the discovery. Not sure why this is not done when adding, and you can also manually a poller, but, that should be done on a cron or something. I think this docker isn't correct.

./poller.php -h <device ip>

 

I am experiencing the same thing, has anyone figured this out?

Memcached

Hi, is there a way to pass -I (max item size) flag to container?

photo_2022-03-03_10-22-56.jpg

Hi,

can somebody help me with this warning?

temp.PNG

On 2/25/2022 at 1:58 PM, brdweb said:

The LinkAce container has suddenly stopped working, producing a 500 - Server Error with no settings changed.

On linkage I am stuck here - see pic. 
 

Any ideas?

 

 

4A20241D-12E9-4E93-972D-B38BF550DA0B.png

Any chance of the "reactive resume" community app to get updated? It looks like the software is officially on Version 3 now, but it looks like this community app is only using Version 1 still.

 

Any chance of this community app getting updated to Version 3? There are a lot of new features in version 3 that would be great to have.

On 4/1/2020 at 2:21 PM, PSYCHOPATHiO said:

It is not so complicated to get it up & running, you just need to know where to start

 

First thing you need to edit the homeserver.yaml located in /appdata/matrix

 

Locate

- port: 8008
    tls: false
    type: http
    x_forwarded: true
    bind_addresses: ['::1', '127.0.0.1'] 

Change the bind address to your docker IP address or to 0.0.0.0, otherwise you wont be able to connect.

 

Then start the docker, head to console & insert the following:

cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1

Copy the result & back to homeserver.yaml locate these 2 lines

enable_registration: False <-- True if you want users to register
registration_shared_secret: "past the code here"

apparently in the docker the registration shared secret is already generated but I advise you use your own.

 

You can add your own ReCAPTCHA & TURN_uri server settings to the homeserver.yaml.

Now restart the matrix docker & redirect your reverse proxy to the IP & port, you can test it https://app.element.io/

 

To register an admin account:

register_new_matrix_user -c /data/homeserver.yaml http://0.0.0.0:8008

This can be HTTPS 8448 if you have the certs installed

 

There is one more step that involves creating an SRV record in your DNS if you want to connect your server to the federation.

 

_matrix._tcp.matrix.example.com the wight and priority is your choice as for the port if your behind a reverse proxy you can go with 443.

 

Once the server up & running you can head back to homeserver.yaml read through the settings & adjust the server to what you need.

 

Additional links to help:

https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/README.md

DNS: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-dns.md

well-known https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-well-known.md

 

 

 

Hi @PSYCHOPATHiO, thank you for the installation guide.
I tried to follow the following youtube video for matrix installation and what you wrote, but, unfortunately, I can't get the matrix server to load.
I'm getting these error messages in the unraid log for the matrix container:

 

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.1k 25 Mar 2021 (0x101010bf)
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.matrix
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 methods.
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/matrix.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/matrix.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/matrix.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.18.0.14
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.18.0.14
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.18.0.14 initialization...
0: : relay 172.18.0.14 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: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=2 created
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=3 created
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=4 created
0: : IO method (general relay thread): epoll (with changelist)
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=5 created
0: : turn server id=6 created
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: : turn server id=8 created
0: : turn server id=10 created
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=12 created
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=14 created
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=11 created
0: : IO method (general relay thread): epoll (with changelist)
0: : turn server id=15 created
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
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/synapse/app/homeserver.py", line 440, in <module>
main()
File "/usr/local/lib/python3.9/dist-packages/synapse/app/homeserver.py", line 430, in main
hs = setup(sys.argv[1:])
File "/usr/local/lib/python3.9/dist-packages/synapse/app/homeserver.py", line 323, in setup
config = HomeServerConfig.load_or_generate_config(
File "/usr/local/lib/python3.9/dist-packages/synapse/config/_base.py", line 692, in load_or_generate_config
config_dict = read_config_files(config_files)
File "/usr/local/lib/python3.9/dist-packages/synapse/config/_base.py", line 746, in read_config_files
yaml_config = yaml.safe_load(file_stream)
File "/usr/local/lib/python3.9/dist-packages/yaml/__init__.py", line 125, in safe_load
return load(stream, SafeLoader)
File "/usr/local/lib/python3.9/dist-packages/yaml/__init__.py", line 81, in load
return loader.get_single_data()
File "/usr/local/lib/python3.9/dist-packages/yaml/constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "/usr/local/lib/python3.9/dist-packages/yaml/composer.py", line 36, in get_single_node
document = self.compose_document()
File "/usr/local/lib/python3.9/dist-packages/yaml/composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "/usr/local/lib/python3.9/dist-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "/usr/local/lib/python3.9/dist-packages/yaml/composer.py", line 127, in compose_mapping_node
while not self.check_event(MappingEndEvent):
File "/usr/local/lib/python3.9/dist-packages/yaml/parser.py", line 98, in check_event
self.current_event = self.state()
File "/usr/local/lib/python3.9/dist-packages/yaml/parser.py", line 438, in parse_block_mapping_key
raise ParserError("while parsing a block mapping", self.marks[-1],
yaml.parser.ParserError: while parsing a block mapping
in "/data/homeserver.yaml", line 17, column 1
expected <block end>, but found '<scalar>'
in "/data/homeserver.yaml", line 67, column 2

 

Based on the errors in the log, I wanted to disable the --lt-cred-mech auth method, but I couldn't find any reference to this in the homeserver.yaml file. Do you know how I can disable this?

Regarding the other warnings and errors, do you happen to know what I should do to fix them?

Sorry if my questions might be obvious to programmers, but I'm actually a noob.

Hope you can help 🙏

Edited by mjeshurun

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.