-
Content Count
13 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout LTM
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
LTM changed their profile photo
-
Can you post your unRAID log of Varken? My guess is that you did not go through the process of getting a maxmind license key and it's failing to download the database upon start which would cause it to fail. You can sign up for a free account here: https://www.maxmind.com/en/geolite2/signup
-
I guess this is why I am unable to get things running. I have been waiting for 6 hours for something to happen. the container log just stops at 2021-02-01 12:54:18,581 Selected macOS Product: 061-86291 and nothing happens after. Guess I will have to wait for the container to get updated.
-
I am also getting the 1006 error but I am trying to access it locally.
-
You can download it and import it to use. I did find that I had to change a bunch of panels for them to work correctly. Things like the data growth panels are defaulted to "/mnt/user0" and I had to change them to include "/rootfs" so they are "/rootfs/mnt/user0".
-
I have found that I manually have to download the plugins and manually add them to the /grafana/data/plugins folder. You can then either restart the docker container or use "sudo service grafana-server restart" to restart Grafana alone. I am not sure if they are simply getting installed to the wrong folder or if it is just failing in general. I did come here to ask if this is still being maintained. Grafana is a couple versions behind at least and I am sure that other services are behind as well. I like how this puts everything in to a single container. If this is not going to
-
Ah. I am still on the latest stable version of unraid. I think my problem is that whenever I try to use apk, it says that it is not installed for me. I guess I will look in to GUS as well.
-
Is this Telegraf RC2? I am trying to fix this without starting from scratch but I am leaning towards just deleting all of my config files and starting new again.
-
I also have the same problem. Rolling back did not help. I ended up disabling [[inputs.smart]] altogether in telegraf.conf for me to get mostly everything to work again.
-
I am also getting [telegraf] Error running agent: could not initialize input inputs.smart: smartctl not found: verify that smartctl is installed and it is in your PATH (or specified in config): provided path does not exist: [] Switching to :latest does not fix the problem. I have also tried :1.16 and :1.16.3 with the same result.
-
Just putting the Github issue here. More active than these forums. https://github.com/haugene/docker-transmission-openvpn/issues/1463 Some people have had success changing the PIA login details to the ones you use to log in (p#######) instead of the 'PPTP/L2TP/SOCKS' username and password (x#######). It took like an hour, but this eventually did the trick for me.
-
I am having the same issue as Xed. I have it set up with a custom network. I had to revert back to 2.14 for things to start working again.
-
LTM started following Private repository for templates
-
I did a quick search and couldn't find anything useful on the subject. Is there a way that I can use a private GitHub or GitLab repository to add application templates? The reason I am asking is because I want to use it as a backup in case is something goes wrong and I need to start from fresh. I don't want to create a public repository because some of my containers contain passwords that would be made visible to the public. I know I can save the XML and copy them over which is what I am doing now, but would like to be able to get them back over quickly if the need arises.
-
<Support> Kru-x - Wekan and MongoDB-wekan templates
LTM replied to Kru-x's topic in Docker Containers
Forgive me as I am completely new to unRAID so I am probably missing something completely simple. I am not able to get this container running. I am trying to get the container running behind a reverse proxy (NPM) and have the following settings: I am getting this error: /usr/bin/docker: links are only supported for user-defined networks. See '/usr/bin/docker run --help'. The command failed. I have tried the various methods for links including --link mongodb://db --link mongodb://192.168.0.37/db mongodb://db mongodb://192.168.0.37/