pondersource / nextcloud-mfa-awareness

Make Nextcloud aware of whether the current user is logged in with Multi-Factor Authentication
MIT License
0 stars 2 forks source link

Expose port 80 from 80, not from 8080 #17

Closed michielbdejong closed 1 year ago

michielbdejong commented 1 year ago

With this change, curl http://172.28.0.3/index.php outputs:

[...]
    <div class="buttons"><input type="submit" class="primary" value="Finish setup" data-finishing="Finishing …"></div>
[...]
michielbdejong commented 1 year ago

Nevermind, the first number is the external port, the second number is the port inside the container. So this is actually correct.