localhost:9999 means? #24

Closed
opened 2024-04-17 18:06:36 +02:00 by obsgeek0 · 1 comment

May I ask what service it is http://localhost:9999/ and where can I find the source code of it?

I try to run git-importer at local but got errors for not having this 9999 service.

Thank you.

url = f"http://localhost:9999/check/{self.sha256}/{self.size}"

May I ask what service it is `http://localhost:9999/` and where can I find the source code of it? I try to run git-importer at local but got errors for not having this 9999 service. Thank you. https://src.opensuse.org/importers/git-importer/src/commit/c9e07e536f19820c4bba1f11e2edcb23069874d7/lib/lfs_oid.py#L86
Owner

This is an instance of https://github.com/openSUSE/git-lfs-ro-server (tunnelled actually into the build service backend). as that service is not publically exposed, it needs to be tunnelled. it basically is used to register certain lfs objects as being fetchable from the existing build service src service backend via the LFS protocol.

we should make this optional. please help us with patches that make sure that there are knobs to turn it off/on and make it off by default to avoid others falling into that trap.

This is an instance of https://github.com/openSUSE/git-lfs-ro-server (tunnelled actually into the build service backend). as that service is not publically exposed, it needs to be tunnelled. it basically is used to register certain lfs objects as being fetchable from the existing build service src service backend via the LFS protocol. we should make this optional. please help us with patches that make sure that there are knobs to turn it off/on and make it off by default to avoid others falling into that trap.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: importers/git-importer#24
No description provided.