Everything posted by brecon1
-
[Plugin] Tailscale
Excellent, thank you so much!
-
[Plugin] Tailscale
I haven't no. I'm on 7.1.4.
-
[Plugin] Tailscale
Within the past handful of days my funnel won't stay active. In the CLI I start it and 'status' says it's running then about 10 seconds later if I 'status' it again it says "No serve config". I've uninstalled and reinstalled but no change. In the plugin's log it says: "Tailscale funnel is enabled, but config does not allow it, resetting serve config". Nothing has changed that I know of otherwise. Thoughts? Thank you in advance!!!! EDIT: Also my Node Attributes are the defaults, enabled funnels.
-
[Plugin] Docker Compose Manager
Perfect! I did just that so we'll see how it goes at my next reboot. THANK YOU!!!!
-
[Plugin] Docker Compose Manager
ARGH!!!! I haven't rebooted yet so wouldn't have guessed. THANK YOU!!! So if I ran both the mkdir command and the curl from my previous post in a script at reboot I should be ok?
-
[Plugin] Docker Compose Manager
First and foremost, thank you so very much for this plugin, it has been exactly what I've needed since I moved to Unraid. Now that I've learned more about it I've decided to install compose directly instead of the plugin. I'm posting this incase others should want to do the same. mkdir -p /usr/local/lib/docker/cli-plugins curl -SL https://github.com/docker/compose/releases/download/v2.34.0/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose This installs compose in the same directory that the plugin does and can now be updated more frequently if needed. It is also installed for all users.