knex666

Members
  • Posts

    348
  • Joined

  • Last visited

Posts posted by knex666

  1. On 4/24/2024 at 12:00 AM, Sebastiansuisse said:

    Hi, new user here so sorry if this is a dumb question. The issue Im having is that I cannot upload beyond the default file size (512m think) and I was looking to figure out how to solve this and I found you need to increase the max_stream_size to a suitable value in the php.ini file. The problem is that I cannot find the php.ini file anywhere in unraid. I have a bone stock configuration apart from maraidb as my database. I have been using it fine for the last month but ive now needed to upload some larger files and im stuck. Thanks in advance.1846265465_Screenshot2024-04-23at23_58_38.thumb.png.0ad2c374fa79ea0abfd779c25df4cf97.png

    1245435389_Screenshot2024-04-23at23_59_33.thumb.png.356bda0b6ac6183cccf33b7530b6f9f3.pngScreenshot 2024-04-23 at 23.59.33.png


    give this a try and add the parameter

    PHP_UPLOAD_LIMIT 

    and set it to a bigger size

  2. 4 hours ago, zero_neverload said:

    Hi, is it possible to install / include the PDlib PHP extension?

     

    My Nextcloud cant config my Face Recognision

     

    image.png.88ad112471d3e6529a57381062e9a46e.png

     

    I think its the best choice, if the Creator of the Docker include this.

    Since this Template is using the official docker you have to adress this to the nc developers. 
     

    you could go for a post run script and install it or you can ask @Kilrah to add it to his fork.

     

    cheers

  3. 14 hours ago, gstew14 said:

    Good morning all. 

    I have been having issues with my Nextcloud since I updated my Unraid to 6.12.9. It tells me The server encountered an internal error and was unable to complete your request. I have read all over the internet so many things and cant get it working. I have even deleted the database and Nextcloud and reinstalled all of it. Same problem. What am I missing? I am 100% a noob. So in crayons please. :) 


     

    can you provide the log files from the docker container and the appdata nextcloud to view whats causing the problem. Some rights have changes maybe thats why

     

    cheers

  4. 43 minutes ago, JonathanM said:

    Question, is it possible to use both Icecast and Snapcast with the same Mopidy player container? I'd like to have LAN clients on snapcast and broadcast over WAN using Icecast.


    I thing that was the way I ran Mopidy usibg that config

     


    [iris]
    snapcast_enabled = true
    snapcast_port = 6680

    [stream]
    enabled = true
    protocols =
        http
        https
        mms
        rtmp
        rtmps
        rtsp
    timeout = 5000

  5. 42 minutes ago, markus08 said:

    Looking for somebody who can give me some hints for the following issue.

    Moved openhab from Raspi 3 (installed via apt, no docker) to docker installation (used standard template without modification) on new NAS. On both devices openhab is installed with version v3.4.5 

    We installed Homematic binding which automatically finds homegear bridge installed on Raspi3.

    After installation all Homematic devices will be listed and could be installed without error.

    Now we are struggling with some Homematic devices, a 6 button switch (HM-PB-6-WM55)

    and temperature controller (HM-TC-IT-WM-W-EU) as data of both devices will only be updated once when openhab was started.

     

    Checking events on homegear shows regular updates of both devices.

     

     


    I think this is now a docker related problem if othet devices work. Maybe try with priviledged rights

  6. On 2/25/2024 at 8:24 AM, jonskin44 said:

    Hi and hope you can help me get your great template working 100%...

    I have everything working but when I am on a file it doesnt show me the Share button.

    I have the container accessible outside my LAN using a Cloudflare tunnel as a subdomain - but no luck...

    How can I get file sharing working? THANKS!


    how does your filebrowser config looks?

    perm.share ?

  7. 16 hours ago, sasnak said:

    Thank you for providing this unRaid template. 

     

    I changed the following because I don't think the cloudflare  zerotrust tunnel supports the unRaid external br0 IPs.

     

    I modified your template so that instead of using it's own IP, I changed it to bridge mode and and redirected the 80 to 8888 and then also configured the WEBUI port in advance. 

     

    Everything works fine locally, but when I setup it up as another cloudflare zerotrust tunnel redirect I only get a black screen and it doesn't prompt me to login.  Can you tell me what I'm missing to get it to work correctly.

     

    Thanks for helping


    maybe an issue with the base url?

    what does the browser colsole say

    any logs from file browser

     

    hint: works well with custom ips as well - better to use vlan ;)

  8. 6 hours ago, Keenaanee said:

    Is there a way to increase the size of the icon on the login page? Is this in browserconfig.xml? (Im a complete newb)


    this is not a docker related question. Maybe someone can answare it but better ask this to the developer on github

     

    cheers

  9. Hey everyone,

     

    after more than 8 years of using my flash drive for unraid I needed a new one.

    So I used the flash drive backup zip file and the unraid USB Creator.

    The USB Creator was finished but after putting the flash into my server it was not able to boot from that.

    It had two partitions but none of them was able to boot.

     

    Creating the recovery manual (format to FAT32, copy data, use make bootable) worked instand.

     

    Do you have an issue with the USB Creator or did I do something wrong?

    Cheers

  10. Hey zusammen,

     

    sollte jemand aktuell auf das Thema stoßen nutzt bitte die neue Methode.

     

    Diese in Kürze:

    Backup des aktuellen Sticks über die GUI oder regelmäßig über das Backup plugin.

     

    USB Creator von der unraid Seite laden und öffnen

     

    Statt stabel wählt ihr local und wählt dort die zip Backup Datei

     

    Neuen Stick rein, beschreiben fertig.

     

    cheers

    • Upvote 1
  11. 1 hour ago, Jase said:

    Hi all,

     

    Is there a way to map a drive for file uploads? I see that when I upload a file it writes to my docker container.

     

    Thanks


    didnt try but the folder the files are uploaded to should be mapped as volume in the config. Give it a try

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

    Hey all - I'm trying to access my nextcloud container to install ffmpeg, but have been having difficulty figuring out what's going wrong. I'm completely new to linux commands, so would appreciate if you could go step-by-step.

     

    When I go to my docker/nextcloud console and try to run the necessary commands, I get the following errors:

    https://imgur.com/a/ixnUs1u

     

    I tried getting into the nextcloud container through the unraid console, but then I get this error:

    https://imgur.com/a/LhbP26m

     

    Any help would be appreciated.

    Thank you!

     

     

     


    short answare, dont!

    you can do but your changes will be flushed if you dont commit the container.

    there is @Kilrah s nextcloud with ffmpg installed.

     

    cheers

  13. 9 hours ago, NAS_Ruediger said:

    OK, thank you! I will try a setup again from bottom with another youtube tutorial  🙂


    the most youtube tutorials are very old and not made for this docker. Maybe you‘ll get some Inspiration but stick to this forums threads first page

  14. 3 hours ago, NAS_Ruediger said:

    I'm brand new to servers, to Unraid and also to nextcloud.

     

    After installing swag, postgresql15 and nextcloud I have this error in the log file of nextcloud:

     

    Next Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1 no such table: oc_appconfig in /app/www/public/3rdparty/doctrine/dbal/src/Driver/API /SQLite/ExceptionConverter.php:52

     

    Can someone tell me what I did wrong?

    If any information is missing, please tell me. Unfortunately, I still have no idea what else is needed to answer my question.


    Hey, check your Database Server if the Database and all Tabels are there. Seems that the DB is not installed correct because the table is missing.

     

    cheers

  15. 8 hours ago, Cryd said:

    Hi i tried now several hours - and cannot fix this problems:

     

    image.thumb.png.e17b4ea3cff4a09d54f93b4ad3cf56c2.png

     

    installing the bz2 

     

    and 

    image.thumb.png.f7c0af5dbf84db7a11f0f2dd8aabb0fb.png

     

    adding ffmpeg preview

     

    Can someone tell me how to fix this?


    If you try to install additional moduls youre maybe better of wirh @Kilrah Nextcloud.  He rebuilds the official build and adds those moduls.

     

    else you have to build a script thats installs all dependencies at the start of the container. If you restart the container everything is flushed.

     

    cheers

    • Like 1
  16. On 12/31/2023 at 3:02 AM, search4name said:

    I installed unRaid 6.12.6, and now i am getting the same internal server error message as mentioned in the post from andrut. The command used above did not work for me. Can anyone help me please. Thanks

     

    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.4. Set the 'ServerName' directive globally to suppress this message
    [Sun Dec 31 02:42:32.191059 2023] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.57 (Debian) PHP/8.2.14 configured -- resuming normal operations
    [Sun Dec 31 02:42:32.191073 2023] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
    => Searching for scripts (*.sh) to run, located in the folder: /docker-entrypoint-hooks.d/before-starting
    192.168.2.2 - - [31/Dec/2023:02:42:39 +0100] "GET / HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
    192.168.2.2 - - [31/Dec/2023:02:42:39 +0100] "GET /favicon.ico HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
    192.168.2.2 - - [31/Dec/2023:02:51:05 +0100] "GET / HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
    192.168.2.2 - - [31/Dec/2023:02:51:05 +0100] "GET /favicon.ico HTTP/1.1" 500 702 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"

    Above is my log.

     


    log seems ok. Did you chown into the container? Else it will not change to the right user. You can check that with ls -al to see the rights and users.

     

    cheers

  17. 13 hours ago, Airmaster said:

    Nextcloud was stuck in maintenance mode, so I changed the value to false.  I am now getting the message :

     

    Nextcloud will be updated to version 28.0.1

     

    I thought that the version would be updated as part of the docker.  There is an update button, but it doesn't do much.  What should I do to get Nextcloud working again?  I did remove and re-add the docker, but same message.


    Did you find errors in the log file, can you provide one?

    yes the Docker Container manages updates.

     

    cheers

  18. Hey everyone,

     

    I try to secure my share with VLANs.

    Not every VLAN should have access to the shares so I append some parameters to the sambas extra config:

     

    interfaces = 10.XX.X0.2/16 127.0.0.1
    hosts allow = 10.XX.X0. localhost
    hosts deny = 10.XX.X.0/24 192.168.XXX.0/24

     

    I am trying to overwrite the interfaces and more important to deny other VLAN networks to access the shares.

    But these changes dont have any effect to the access.

    Am I doing something wrong or is there a bug somewhere?

     

    Thanks!

     

     

    ----

     

    Since there is no solution right now I help myself out with an iptable rule but it should not be ignored since it is significant for security

  19. 21 hours ago, ImSkully said:

    This OpenProject template is no longer working out of the box and using an outdated image of the application, a new template for OpenProject using the latest supported stable release is now available in community applications with a much simpler setup and one-click installation.

     

    Hey @ImSkully 

     

    thats a kind of behaviour I absoloutly dont like and understand. 
    This Template works and since OpenProject does not support "latest" versioning everyone is aware that you have to manually update the major version. Nice that you build your own template using excatly the same container...
    you could although contribute to that project insted of claiming that it is not working and it is "outdated"

     

    Cheers

  20. On 8/27/2023 at 1:29 PM, Kilrah said:

    You can change the repo source to my kilrah/nextcloud-ffmpeg container that basically has that (plus VAAPI drivers) installed before publishing, the rest of the template is compatible since it's the same source container.


    How do you ensure that it pulls the latest official image if you build your own?

     

    That would be great to know to merge these projects