knex666

Members
  • Posts

    348
  • Joined

  • Last visited

Everything posted by knex666

  1. give this a try and add the parameter PHP_UPLOAD_LIMIT and set it to a bigger size
  2. 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. you got a lot of trouble with your database. What kind of db are you running is it setup correctly?
  4. 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
  5. 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
  6. I think this is now a docker related problem if othet devices work. Maybe try with priviledged rights
  7. how does your filebrowser config looks? perm.share ?
  8. 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
  9. this is not a docker related question. Maybe someone can answare it but better ask this to the developer on github cheers
  10. Thanks - I started with unraid 6.2 but I probably have a more current one now I tested it on 6.12.6 Cheers
  11. 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
  12. 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
  13. didnt try but the folder the files are uploaded to should be mapped as volume in the config. Give it a try
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. Did you find errors in the log file, can you provide one? yes the Docker Container manages updates. cheers
  20. 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
  21. Sorry, but I dont really get whats the problem right away
  22. no, not jet - do you? whats happening?
  23. Not in the official build. You can use his image in hope that he will update it frequently
  24. 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
  25. 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