Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft serve bummer missing repo #114

Closed
maxall41 opened this issue Apr 19, 2022 · 5 comments
Closed

Soft serve bummer missing repo #114

maxall41 opened this issue Apr 19, 2022 · 5 comments
Labels
question Further information is requested

Comments

@maxall41
Copy link

when running:

ssh git.local -p 23231

I get "Bummer missing repo" and I can't seem to figure out why. Does anybody know why this is happening?
My config:

# The name of the server to show in the TUI.
name: Soft Serve

# The host and port to display in the TUI. You may want to change this if your
# server is accessible from a different host and/or port that what it's
# actually listening on (for example, if it's behind a reverse proxy).
host: git.local
port: 23231

# Access level for anonymous users. Options are: read-write, read-only and
# no-access.
anon-access: read-write

# You can grant read-only access to users without private keys. Any password
# will be accepted.
allow-keyless: false

# Customize repo display in the menu. Only repos in this list will appear in
# the TUI.
repos:
  - name: Home
    repo: config
    private: true
    note: "Configuration and content repo for this server"

users:
   - name: Admin
     admin: true
     public-keys:
       - [REDACTED]
#   - name: Example User
#     collab-repos:
#       - REPO
#     public-keys:
#       - ssh-ed25519 AAAA... # redacted
#       - ssh-rsa AAAAB3Nz... # redacted
@aine-etke
Copy link

Got the same issue because I added a repo to the config repos section without actually creating that repo.

But your config's repos contains only the default config repo, so I doubt it's the same issue

@bashbunni
Copy link
Member

Hi Max, to confirm, is your SOFT_SERVE_REPO_PATH (.repos by default) empty? Could you share the output of ls from your .repos directory?

@bashbunni bashbunni added the question Further information is requested label May 6, 2022
@maxall41
Copy link
Author

@bashbunni Sure:

ubuntu@git:~/.repos$ ls
SetupMyMac  config
ubuntu@git:~/.repos$ 

@nixbytes
Copy link

nixbytes commented May 26, 2022

The same happens to me, running a POC on VSP but getting the "Bummer missing rep"

# ls .repos/
config  soft-serve

@aymanbagabas
Copy link
Member

Hi @maxall41 & @nixbytes, could you please provide steps to reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants