soft-serve: add note
This commit is contained in:
parent
a30c09ada1
commit
5b9800e70b
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,7 @@ soft_serve_enabled: true
|
|||
# It will be used for generating git clone URLs (e.g. ssh://mash.example.com/repository.git)
|
||||
soft_serve_hostname: mash.example.com
|
||||
soft_serve_container_bind_port: 2222 # Expose Soft Serve's port. For git servers the usual git-over-ssh port is 22
|
||||
soft_serve_initial_admin_key: YOUR PUBLIC SSH KEY HERE
|
||||
soft_serve_initial_admin_key: YOUR PUBLIC SSH KEY HERE # This key will be able to authenticate with ANY user until you configure Soft Serve
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
|
@ -30,3 +30,5 @@ soft_serve_initial_admin_key: YOUR PUBLIC SSH KEY HERE
|
|||
## Usage
|
||||
|
||||
After you've installed Soft Serve, you can `ssh your-user@mash.example.com -p 2222` with the ssh key you defined in `soft_serve_initial_admin_key` to see TUI and follow the instructions to configure Soft Serve further.
|
||||
|
||||
Note that you have to [finish the configuration yourself](https://github.com/charmbracelet/soft-serve#configuration), otherwise any user with `soft_serve_initial_admin_key` will work as admin.
|
||||
|
|
Loading…
Reference in a new issue