Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A ansible
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Infrastructure
  • ansible
  • Merge requests
  • !6

Bind lorry admin port to 127.0.0.1

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ben Brown requested to merge benjamb/ansible:publish-admin-local into master May 05, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

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 May 06, 2022 by Ben Brown
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: publish-admin-local