Keresés

Új hozzászólás Aktív témák

  • BlackJack21

    tag

    válasz sad_Vamp #20985 üzenetére

    Az OMV webGUI port változtatása a 80 portról:
    "Login via SSH and run "omv-firstaid". In the firstaid menu is an option to configure the GUI and change the port"

    Vagy:
    In the OMV GUI go to System>Certificates>SSL
    Press the Create button and create a certificate.
    In the OMV GUI go to System>Workbench
    In the Port field (default 80) type a port that is not in use, for example 45080.
    In the Secure Connection section select the SSL/TLS enabled button and in the Certificate field select the Certificate you just created.
    In the Port field of the same section, write a port that is not in use, for example 5443.
    If you want to force secure access, press the Force SSL/TLS button
    Press the Save button and accept the changes.
    From now on the access to the GUI will be on the port you have chosen, in this example https://YOUR_IP:5443 if you pressed for secure access.
    You will lose the connection, write the IP and port in your browser to access it again.
    Now you have ports 80 and 443 available for any other service.

    A vastaggal szedett rész kell a sima http kapcsolathoz, az egész pedig, ha https://...

    Ezután már a http(s)://YOUR_IP : YOUR_PORT a webgui elérhetősége.
    Ezután a docker compose-ban( vagy portainerben->stasks/+add stack / editor) kell a portot áttenni a 80-ra. Példaként egy random docker fileban:
    version: '3'
    services:
      handbrake:
        image: jlesage/handbrake
        ports:
        - "80:80"
        volumes:
          - "/docker/appdata/handbrake:/config:rw"
          - "/home/user:/storage:ro"
          - "/home/user/HandBrake/watch:/watch:rw"
          - "/home/user/HandBrake/output:/output:rw"

Új hozzászólás Aktív témák