andreaskoch / allmark

A cross-platform markdown web server
https://allmark.io
Other
314 stars 73 forks source link

mention the default port number 33001 in README #9

Open sujee opened 8 years ago

sujee commented 8 years ago

there is no mention of default port number 33001 , I had to figure that out looking at the screen shot :-)

please mention the default port number in documentation

sujee commented 8 years ago

if allmark chooses a random portnumber please print it on startup e.g listening on port number : 30000

mennis commented 7 years ago

port is exposed by -loglevel info

allmark serve -loglevel info 2016/11/01 20:05:49 Info Reindexing: Off 2016/11/01 20:05:49 Info Live Reload: Off 2016/11/01 20:05:49 Info Open URL: http://localhost:33001 2016/11/01 20:05:49 Info HTTP Endpoint: 0.0.0.0:33001 2016/11/01 20:05:49 Info HTTP Endpoint: [::]:33002

ncrmro commented 7 years ago

Thanks, ran into this attempting to deploy using docker.

allannk commented 7 years ago

This one is urgent! I even looked at the screenshot on allmark.io, and noted :8080. Was few seconds from uninstalling and finding another markdown server instead.