adambeck7

Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by adambeck7

  1. Hey! Thanks for the Readeck app. When I install, it quits immediately w/ the error `ERROR: error loading configuration (strconv.ParseBool: parsing "": invalid syntax)`


    Any idea what might be going on? I had to update the port, but both the `PORT` and `Internal_Port` variables match. I tried with and without the `Allowed_hosts` since I'm just running it locally and the server endpoint is just left as `/` and I set the `Host` to my server ip.

  2. On 5/31/2023 at 2:44 PM, EDACerton said:

    You don't want to set your local TLD to mymachine.mytailnet... it should just be mytailnet.

     

    You should set the "Server Name" in "Identification" to mymachine... it sounds like that's currently set to UNRAID.

    Thanks. I just found the help section in the plugin, sorry I missed that earlier. So I ran through the whole process, navigated to `/boot/config/ssl/certs` verified it has the .pem file, and ran the restart script, but https still fails. There is one error in the log about health overall not in map poll, and then there is the info log about someone dleteing ip rules and restoring tailscale's.

     

    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:58 magicsock: SetPrivateKey called (init)
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:58 Switching ipn state NoState -> Starting (WantRunning=true, nm=true)
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:58 active login: [email protected]
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:58 control: netmap: got new dial plan from control
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:58 control: RegisterReq: got response; nodeKeyExpired=false, machineAuthorized=true; authURL=false
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:57 control: creating new noise client
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:57 control: RegisterReq: onode= node=[vyWMG] fup=false nks=false
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:57 control: control server key from https://controlplane.tailscale.com: ts2021=[fSeS+], legacy=[nlFWp]
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:52 router: somebody (likely systemd-networkd) deleted ip rules; restoring Tailscale's
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:52 control: doLogin(regen=false, hasUrl=false)
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:52 health("overall"): error: not in map poll
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:52 control: client.Login(false, 0)
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:52 Backend: logs: be:79bf379505cc8f270fadc1401b825ad66be04a648fc0e3f379af fe:
    Jun  1 15:51:58 UNRAID tailscaled: 2023/06/01 15:51:52 Start

     

  3. 12 hours ago, EDACerton said:

    Make certain that you set the Unraid domain name to your tailnet domain. If those don’t match, Unraid will replace the Tailscale certificate with a self-signed one. 

     

    Thank you. I'm sure this is the missing piece, but I can't change the domain successfully. I went to Settings > Management Access and updated the Local TLD, but it keeps throwing an extra `UNRAID` in front of my TLD, like `UNRAID.myMachine.mytailnet` even though the local TLD is set to `myMachine.mytailnet`. Any idea what I'm going wrong? I don't see another value hanging around that is just UNRAID anywhere. I'm guessing it's just inserting the machine name, but any idea how I'd stop it? Or am I updating the wrong value?

  4. Seriously awesome plugin! Love that I can still access if docker goes down.

    Is there any way I can get HTTPS working? I ran `tailscale cert {my_tailnet_name}` and it successfully generated the certs, but https still doesn't work. I have magic dns turned on, enabled https, and ran the script but nothing. Any ideas?

  5. On 5/7/2023 at 7:57 AM, Stefan_H said:

     

    $ nano /boot/config/docker.cfg
    DOCKER_OPTS="--insecure-registry YOUR_REGISTRY_IP:YOUR_REGISTRY_PORT"
    $ /etc/rc.d/rc.docker restart

    Thank you! This worked for me. Haven't restarted yet, so I can't speak to the persistence, but so far so good.

    • Like 1
  6. On 11/19/2022 at 3:50 PM, bencmeyer said:

    Then I had issues with redis.

    I had authentication enabled, so had to turn that off in the docker template.

     

     

    You can leave auth enabled, you just need to add the `REDIS_PASSWORD:` container variable manually.

  7. I've been running this for a while, and it's great, thanks for your work! I ran the most recent update and now it won't load. The logs just keep saying `waiting for database.` The database connection is valid, I can connect with the same creds through dbeaver and all the tables are still there with data. I tried swapping out to the sqlite config, and it fails to load as well. Any ideas?

  8. @JakeBullet  @Duckers and anyone else who hits the serial/by-id issue. it automatically fills in the serial/by-id. In order to get your actual path, open your unraid console and type

    udevadm info    --name=/dev/ttyACM0

    that'll return a DEVLINKS= and that's the value you want to paste in there.

     

    If you need to find other values for a camera or something (or if yours doesn't appear at ttyACM0) you can do
     

    cd /dev/bus/usb/

    and then type ls to get all the files/folders and then do the udevadm info like

    udevadm info    --name=/dev/bus/usb/001/002 

    to get more info about each location. For this one, I wanted the DEVNAME.

  9. On 1/1/2022 at 9:10 AM, Normand_Nadon said:

    Hello, noob question here, I need directions to the right place for my researches! 

    I have been searching for 2 days on how server mods work... Clearly, I am not using the right terminology for my search!
    I would like to know if it is possible to implement mods in the binhex Minecraft server on Unraid...

    I was able to load mods on my son's local install (based on the fabric stuff...) but I can't find how to load them on our family Unraid server..

    By the way, the vanilla docker image is working like magic... 1 click deploy stuff! and it boots fast!

     

    Mods I am interested in:
    Performance boost, like Sodium

    Ressource packs

    Shaders (can that run on the server?)

    Alternate game modes for my kids and their friends to play

     

    I am basically experimenting with the kids and teaching them server stuff while learning myself! :)

    It also creates a safe "bubble" for the kids to play in without weirdos interacting with them!

    @Normand_Nadon Looking to do the same thing for the same reasons. Were you able to get the mods working? 

     

    edit: after reading a bit, it looks like all I really want to do is edit server.properties to enable mods, which I did, then I can run scripts directly from the command line. I'm assuming we can all add behavior packs directly to the folders inside the minecraft folder. 

  10. I'm running a Zerotier container that allowed me to access the server just fine from outside the network but ever since I enabled MyServers it won't work any more, presumably because I don't have remote access enabled. I navigate to the zerotier ip and if I'm on the same network it opens just fine but once I leave the network it's broken. I've removed the MyServers plugin and restarted my server but it still wants to navigate to `myuid.unraid.net` when navigating to `http://myip`. How do I disable it completely?

  11. 2 minutes ago, ich777 said:

     

    If you add something like the following in your SWAG configuration should do the job also (change the values in CAPITALS):

    
    server {
    	listen 443 ssl;
    
    	include /config/nginx/ssl.conf;
    
    	server_name photprism.YOURDOMAIN.at;
    
    	location / {
    		proxy_redirect     off;
    		proxy_pass http://IPOFYOURCONTAINER:PORT;
    
    		proxy_set_header Range $http_range;
    		proxy_set_header If-Range $http_if_range;
    		proxy_set_header X-Real-IP $remote_addr;
    		proxy_set_header Host $host;
    		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    
    		proxy_http_version 1.1;
    		proxy_set_header Upgrade $http_upgrade;
    		proxy_set_header Connection "upgrade";
    		}
    }

     

    This would be a simple reverse proxy.

    Thanks so much! I was actually just watching the spaceinvaderone's setup video for bitwarden and realized I was barking up the wrong tree. 

    • Like 1
  12. 15 hours ago, ich777 said:

    I think I don't understand what you want to do exactly?

    This application has it's own frontend and doesn't need nginx or a www folder.

    I want to add it as a subdomain instead of just accessing it locally. For Nextcloud and Code-Server and others I've needed to edit the nginx config to add the subdomain there. Is there another way to do it?

  13. 2 hours ago, r8z0r1 said:

    Hi I always follow your guides and usually all goes well, just can get this one to work. Various issues, however the main one to start is an ngix 502 bad gateway, I'm using duckdns with the url meetnantwich.duckdns.org. any help would be appreceated?

    Please, don't just keep quoting people asking the same question. It's a saturday and might take some time to get an answer. Did you reboot your server? Can you post some logs from your jitsi containers to help narrow down what the issue could be? 

  14. Thanks for this! It seems I'm having an issue w/ the jitsi conf file you provided. If I add it, it appears to load correctly but none of my subdomains work. Once I remove it, they're working again. 

    _ ()
    | | ___ _ __
    | | / __| | | / \
    | | \__ \ | | | () |
    |_| |___/ |_| \__/
    
    
    Brought to you by linuxserver.io
    -------------------------------------
    
    To support the app dev(s) visit:
    Let's Encrypt: https://letsencrypt.org/donate/
    
    To support LSIO projects visit:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid: 99
    User gid: 100
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 20-config: executing...
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing...
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 50-config: executing...
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing...
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 50-config: executing...
    Variables set:
    PUID=99
    PGID=100
    TZ=America/Denver
    URL=domain
    SUBDOMAINS=server,nextcloud,climadb,meet,jitsi
    EXTRA_DOMAINS=
    ONLY_SUBDOMAINS=true
    DHLEVEL=2048
    VALIDATION=http
    DNSPLUGIN=
    EMAIL=email
    STAGING=
    
    2048 bit DH parameters present
    SUBDOMAINS entered, processing
    SUBDOMAINS entered, processing
    Only subdomains, no URL in cert
    Sub-domains processed are: -d server.domain -d nextcloud.domain -d climadb.domain -d meet.domain -d jitsi.domain
    E-mail address entered: email
    http validation is selected
    Certificate exists; parameters unchanged; starting nginx
    [cont-init.d] 50-config: exited 0.
    [cont-init.d] 60-renew: executing...
    The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am).
    [cont-init.d] 60-renew: exited 0.
    [cont-init.d] 99-custom-files: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    Server ready
    Server ready
    nginx: [emerg] no "ssl_certificate" is defined for the "listen ... ssl" directive in /config/nginx/proxy-confs/jitsimeet.subdomain.conf:3
    nginx: [emerg] no "ssl_certificate" is defined for the "listen ... ssl" directive in /config/nginx/proxy-confs/jitsimeet.subdomain.conf:3
    nginx: [emerg] no "ssl_certificate" is defined for the "listen ... ssl" directive in /config/nginx/proxy-confs/jitsimeet.subdomain.conf:3
    nginx: [emerg] no "ssl_certificate" is defined for the "listen ... ssl" directive in /config/nginx/proxy-confs/jitsimeet.subdomain.conf:3
    nginx: [emerg] no "ssl_certificate" is defined for the "listen ... ssl" directive in /config/nginx/proxy-confs/jitsimeet.subdomain.conf:3
  15. 3 minutes ago, HALPtech said:

    It isn't recognizing 'code' as a valid command in the terminal. I'm wondering if something isn't installed that should be.

    Yea I wasn't sure that'd work. Right above your comment aptalca said to do it this way: Click on open folder, delete everything in the bar and put a forward slash `/` in there, it will let you browser the entire container contents including other mapped folders

     

  16. 1 hour ago, HALPtech said:

    Adding a path to another Unraid share allows me to access that share via the terminal from within the container, but I'd like to be able to see it when I try to open a file (along with the workspace folder, etc.).

     

    Is this possible?

    Have you tried navigating to the directory and using 

    code -r {filename}