You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
I put httpMirror: false in my homebase.yml, but homebase is still trying to connect to port 80.
I thought this would be the only reason homebase needs port 80, I assumed the dat server runs on a different port. Was my understanding incorrect?
$ homebase --config homebase.yml
== Homebase 2.0.8 ==
▶ Directory: /home/tony/.homebase
▶ Ports: 80 (HTTP) 443 (HTTPS)
▶ HTTP mirror: ✖ disabled
▶ Lets Encrypt: ✖ disabled
▶ Dashboard: ✖ disabled
▶ WebAPI: ✖ disabled
ERROR: Failed to bind to port 80 (EACCES)
Make sure the port is not in use and that you have permission to use it.
See https://github.com/beakerbrowser/homebase/tree/master\#port-setup
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I put
httpMirror: false
in my homebase.yml, but homebase is still trying to connect to port 80.I thought this would be the only reason homebase needs port 80, I assumed the dat server runs on a different port. Was my understanding incorrect?
The text was updated successfully, but these errors were encountered: