Jump to content

TuxWolfgang

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by TuxWolfgang

  1. Sorry für die Verwirrung. Nextcloud war hier nur als Beispiel zu sehen. Meinte jetzt nicht konkret Nextcloud (hatte ich laufen, aber jetzt nicht mehr).

    Apps die aktuell zB laufen:
    syncthing: http://192.168.0.100:8384/

    phpmyadmin: http://192.168.0.100:8008/
    homeassistant: http://192.168.0.100:8123/

    Photoview: http://192.168.0.100:8694/

    flame: http://192.168.0.100:5030/


    usw...


    UnRaid ist mit http://192.168.0.100 erreichbar
     

  2. Die Idee war folgende:

    - Im Haus gibt es eine Firewall über die alles läuft. Dort kann ich manuell DNS Einstellungen vornehmen. Also das zB die Domain nextcloud.intern mit 192.168.0.x auflöst.
    - Es ist dort aber nur eine Eingabe der IP Adresse möglich. Deshalb war eben der Gedanke, der Web Oberfläche vom Docker einer fixe IP Adresse zuzuordnen  
    - Das klappt soweit auch. Nur, dass eben der 8080 Port verwendet wird und nicht 80.

    Das ganze ist jetzt auch nicht das große Thema. Ich kann auch mit IP:PORT leben. Aber ich dachte, es geht relativ einfach ohne große Einstellungen oder Anpassungen...

  3. On 4/12/2021 at 12:19 PM, Hirates said:

    Also jetzt funktioniert alles. Nur das Problem ist, das ich den Container nicht auf 443 und 80 ändern kann. Der Container ändert es automatisch auf 8080 und 4443. Kann ich da was machen?


    Exakt dieses Problem habe ich auch soeben. Hast du dafür eine Lösung gefunden?
     

  4. "Auto scan all folders"

    According to this documentation, it should work like this. 
    (https://docs.librephotos.com/docs/user-guide/auto-scan)

    Quote

    sudo docker exec --user root CONTAINER_NAME python3 manage.py scan

     

    I still adjusted the path, but unfortunately that doesn't work for me yet too. It comes an error:

    Quote

    # python3 /usr/lib/librephotos/backend/manage.py scan
    Traceback (most recent call last):
      File "/usr/lib/librephotos/backend/manage.py", line 22, in <module>
        from django.core.management import execute_from_command_line
    ModuleNotFoundError: No module named 'django'

     

  5. Quote

    Multiuser support


    How can I set it up for multiple users? In UnRaid I have separate shares for different users. Now I would like to have it also for Librephotos set so that each user sees just his share. 
     

    But I can only select one share in Docker "Container Path: /var/lib/librephotos/photos/"

    Or is there another trick?

  6. 15 hours ago, Kilrah said:

    Hmm maybe try to disable and fully reinstall the app? 

    Could maybe be that you have wrong permissions on your nextcloud folders too...

    Reinstalling (two times) helped. It seems that Node.js binary was not downloaded completely or could not be decompressed. Thank you very much!

    • Like 1
  7. I don't understand. The file seems to exist, but cannot be executed: O.o

    root@ae995bd20a60:/# /var/www/html/custom_apps/recognize/bin/node -v
    bash: /var/www/html/custom_apps/recognize/bin/node: No such file or directory
    root@ae995bd20a60:/# cd /var/www/html/custom_apps/recognize/bin/
    root@ae995bd20a60:/var/www/html/custom_apps/recognize/bin# dir
    node  x64.tar.gz
    root@ae995bd20a60:/var/www/html/custom_apps/recognize/bin# ./node -v
    bash: ./node: No such file or directory
    root@ae995bd20a60:/var/www/html/custom_apps/recognize/bin# /node -v
    bash: /node: No such file or directory
    root@ae995bd20a60:/var/www/html/custom_apps/recognize/bin# node -v
    bash: node: command not found

     

    image.thumb.png.1c6e04a32d37fb1e8d0f2a2617540a55.png

  8. On 12/11/2022 at 11:16 PM, Kilrah said:

    The app comes with its own bundled nodejs and as far as I can see already works fine that way.

     

    That's strange. It can not be found on me?

     

    root@ae995bd20a60:/# node -v
    bash: node: command not found

     

    In the Nextcloud settings you can also set a path to the Node.JS. I just don't know where that should be?

×
×
  • Create New...