Everything posted by knex666
-
[Support] knex666 - Nextcloud
Maybe because of all the changes you re better of with @Kilrah Image . exec into the Container and set the user right. cheers
-
[Support] knex666 - Nextcloud
gibt es Log Einträge die helfen können, alternativ einfach in der Config wieder zurück stellen. Bitte Fragen auf Englisch stellen, damit alle etwas davon haben. Danke! Cheers
-
[Support] knex666 - Nextcloud
give this a try and add the parameter PHP_UPLOAD_LIMIT and set it to a bigger size
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - Nextcloud
you got a lot of trouble with your database. What kind of db are you running is it setup correctly?
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - 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
-
[Support] knex666 - openHAB
I think this is now a docker related problem if othet devices work. Maybe try with priviledged rights
-
[Support] knex666 - FileBrowser
how does your filebrowser config looks? perm.share ?
-
[Support] knex666 - FileBrowser
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
-
[Support] knex666 - FileBrowser
this is not a docker related question. Maybe someone can answare it but better ask this to the developer on github cheers
-
unraid USB Creator for restoring flash drive doesnt work?
Thanks - I started with unraid 6.2 but I probably have a more current one now I tested it on 6.12.6 Cheers
-
unraid USB Creator for restoring flash drive doesnt work?
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
-
USB Stick neu installieren?
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
-
[Support] knex666 - FileBrowser
didnt try but the folder the files are uploaded to should be mapped as volume in the config. Give it a try
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - Nextcloud
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
-
[Support] knex666 - Nextcloud
Did you find errors in the log file, can you provide one? yes the Docker Container manages updates. cheers
-
Samba SMB securing shares does not work - host deny
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
-
[Support] knex666 - Nextcloud
Sorry, but I dont really get whats the problem right away
-
[Support] knex666 - Nextcloud
no, not jet - do you? whats happening?
-
[Support] knex666 - Nextcloud
Not in the official build. You can use his image in hope that he will update it frequently