Everything posted by digitaldoctor
-
New share shows 0 bytes free
Maybe Only is a better word than Include
-
Unraid OS Version 7.2.1-rc.1 available
which version has the fixes ?
-
how would I download a file from a VM of debian ? to UNRAID or Windows ?
-
how would I download a file from a VM of debian ? to UNRAID or Windows ?
I have access to the file via PUTTY. root@3cxddns:/var/lib/3cxpbx/Bin/nginx/conf# ls lets-encrypt-x3-cross-signed.pem mc.conf shared-headers.conf snippets I need the .pem all help appreciated !
-
Options to simulate a fixed IP address: Dynamic DNS service ? with ddclient ?
not sure. I bought a domain name (as I need a FQDN to run 3CX). I might try cloudflare Tunnels, as I'm going to be running my own website soon anyway.
-
Options to simulate a fixed IP address: Dynamic DNS service ? with ddclient ?
GitHubGitHub - linuxserver/docker-ddclientContribute to linuxserver/docker-ddclient development by creating an account on GitHub. setup information https://ddclient.net/ What are my options here ?
-
https options for docker / virtual machine URLs
I'm reading this from the docs. https://docs.unraid.net/unraid-os/system-administration/secure-your-server/securing-your-connection/#https-with-self-signed-certificate
-
https options for docker / virtual machine URLs
This is what I would use for a reverse proxy ? or it looks like I can you this ... (which I already have installed) support is here - https://forums.unraid.net/topic/76460-support-djoss-nginx-proxy-manager/
-
https options for docker / virtual machine URLs
I am able to use a secure connection to my UNRAID box via the provided UNRAID certificate. https://192-168-1-70.7e8.deleted.stuff.4b6.myunraid.net/ but my VM runs on .8 and https://192-168-1-8.7e8.deleted.stuff.4b6.myunraid.net/ doesnt work ! do I need a separate certificate for each docker with a unique IP ?
-
[Plugin] LXC Plugin
amazing ! I was an Orgasmatron user. And PIAF thereafter. I'm likely to go back to IncrediblePBX. 3CX is a bit of a clown show. I have a year of 3CX paid for so I'll put off moving away for now. I'm saddened by iPBX's lack of UNRAID love. no mention of UNRAID at all !
-
[Plugin] LXC Plugin
-
How to set a fixed IP address for a debian VM
-
How to set a fixed IP address for a debian VM
My Debian VM changed IP addresses when I edited the router ports and rebooted it. I am looking to have this VM on a fixed IP address. All tips appreciated ! Here is how I am trying to do it.
-
[Plugin] LXC Plugin
I was able to get 3CX (phone PBX) working on an LXC container. The problem I have is the container's IP address changes. It was 192.168.1.28 and then moved to 192.168.1.8 Is there a way I can specify what IP address is used for a LXC container ?
-
[Plugin] LXC Plugin
Would this work for LXC on UNRAID ? Introducing Incredible PBX 2027 for LXC Linux Containers https://nerdvittles.com/introducing-incredible-pbx-2027-for-lxc-linux-containers/
-
Tailscale feels quite useful. Feels like (LogMeIn) Hamachi. Which eventually went paid. Is a paid model the future for Tailscale ?
forever seems long :) Thanks for the update.
-
Tailscale feels quite useful. Feels like (LogMeIn) Hamachi. Which eventually went paid. Is a paid model the future for Tailscale ?
I think I'd pay for Tailscale. But I wonder how much it would cost.
-
Renewed UNRAID, but Dashboard says starter lic., whereas web browser GUI says i'm still on trial
-
Bought UNRAID in November 2010 - am I still able to use that (as my second UNRAID), I never used it.
- [Plugin] LXC Plugin
Would LXC be a good place to install Ubuntu ? I'd like to see if I can run ubuntu, and install dockers in ubuntu, so I can run github apps like this . As it is now I keep running into the same problems like these command line options aren't available. apt git clone docker build docker-compose pip install I figure if I get ubuntu up and running, I can have a stable "home grown" environment to play with this app. Are there complications running dockers in this fashion (running a ubuntu LXC to run ubuntu to run docker) ? Will it be hard to map to my windows PC microphone ? Will be able to access file from the UNRAID ? Would it be smart for a newbie to use Debian LXC and install Ubuntu in that LXC ? -=-=- EDIT -=-= It looks like I don't need to install ubuntu ... as it already there ? cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.5 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.5 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy- Docker Execution error (Server error).
The ollama and whisper-asr-webservice used to work a few weeks ago. They were stopped, but now when started, i get the execution error. I rebooted (no help). Any other ways to troubleshoot this ?- Execution error "Server error"
i am getting this on dockers that have already been working. ollama and whisper.- How to make my first docker-compose.yml and .env files
I'm trying to use docker-compose to setup this: https://github.com/serg-markovich/local-whisper-obsidian How does one go about learning how to make these files ? Is there a source where I can learn ? For people who know how to make these files ... is there a list of UNRAID details they need to know ? All help appreciated. here is a plex docker-compose.yml services: plex: image: lscr.io/linuxserver/plex:latest container_name: plex network_mode: bridge restart: unless-stopped environment: # Use a dedicated .env file for sensitive variables for better security and management - PUID=99 # Unraid default - PGID=100 # Unraid default - TZ=America/Toronto # Example timezone - VERSION=docker volumes: # Map the configuration path to the Unraid appdata share - /mnt/user/appdata/plex:/config # Map media shares - /mnt/user/media/tvshows:/tvshows:ro # read-only access - /mnt/user/media/movies:/movies:ro ports: - 32400:32400/tcp- https://product.unraid.net/ - are there two types of planned ?
- Unraid AI Services
It seems like it could work. and then this forum goes away so you depend on the monthly UNRAID helper bot. It's hard to know what to do. I will say alot of practical information about UNRAID is hard to find. I think a common user experience is "Adding your first docker not in the community apps section". There doesn't appear to be a go to place for things like that. - [Plugin] LXC Plugin