Skip to content

Bind lorry admin port to 127.0.0.1

Ben Brown requested to merge benjamb/ansible:publish-admin-local into master

So users with access can port forward 12765 in order to access the admin interface:

ssh -L 12765:localhost:12765 root@socket.gnome.org

At which point they may visit the admin status at http://localhost:12765/1.0/status-html

Edited by Ben Brown

Merge request reports