Jon Mills
Jon Mills
`/home/nonroot/.cloudflared` is the path in the container. ` /mnt/user/appdata/cloudflared` is the location on your unRaid server.
Just as a quick "stab-in-the-dark" suggestion.... (my container at least) has a docker-compose --version of 1.28.4 ``` root@eon-yacht:/api# which docker-compose /usr/bin/docker-compose root@eon-yacht:/api# docker-compose --version docker-compose version 1.28.4, build unknown ```...
The template variables are actually stored in the "template_variables" (i see what you did there!) table in the database. The values in the settings.py are just defaults. you could dump...
I went with the following.... /books/ is the "base" folder where all of my ebook libraries exist one subfolder down ``` $config['calibre_directory'] = array(); foreach (array_map('dirname',glob('/books/*/metadata.db')) as $dir) { $name...
Cheers Misha. I'm probably best hanging on for the API to be released. Although... Given that I authenticate with github, would that not make the re-authing process easier to manage?
Already raised as #1226
Ignore - It seems that it's fine with netbird running in a docker container, but apparently *NOT* running inside a container which is running on a Unifi UDM Pro
OK. that worked! Next question is - why is the update to the name not actually happening?
for my own sanity I just blew away my venv and started afresh using 0.6.3.0 still doesn't seem to be updating ``` from classes import serverConfig import re from pathlib...
still the same. no update is actually happening. :(