Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cc3ac0d7b0
|
|||
|
8811e94b11
|
@@ -10,5 +10,6 @@ requires:
|
||||
- networking/nginx.md
|
||||
---
|
||||
|
||||
- [Soft-Serve with https](soft-serve/commands.md)
|
||||
- [Soft-Serve with https](soft-serve/soft_https.md)
|
||||
- [Maintenance](soft-serve/soft_maintenance.md)
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Soft-Serve Commands
|
||||
tags:
|
||||
- data
|
||||
- git server
|
||||
- CLI
|
||||
requires:
|
||||
- data/git.md
|
||||
- networking/ssh.md
|
||||
---
|
||||
|
||||
Some commands to try with an active soft server:
|
||||
|
||||
```sh
|
||||
ssh -p 2222 splint.rs repo list
|
||||
|
||||
ssh -p 2222 splint.rs repo info nd6
|
||||
|
||||
ssh -p 2222 splint.rs repo tree nd6 /
|
||||
|
||||
ssh -p 2222 splint.rs repo info newsraft
|
||||
|
||||
ssh -p 2222 splint.rs repo tree newsraft main doc
|
||||
|
||||
ssh -p 2222 splint.rs repo tree mkdots all scripts
|
||||
|
||||
ssh -p 2222 splint.rs repo -cl cat mkdots all scripts/nb | less -R
|
||||
|
||||
```
|
||||
+1
-2
@@ -8,9 +8,8 @@ tags:
|
||||
|
||||
Try out basic ssh by accessing `git.charm.sh`, without needing authentication:
|
||||
|
||||
|
||||
```sh
|
||||
ssh git.charm.sh
|
||||
ssh -t git.charm.sh
|
||||
```
|
||||
|
||||
Start an ssh server to try it out.
|
||||
|
||||
@@ -18,7 +18,7 @@ $(publish): .publish/%.md: %.md | .dbs/notes.rec .dbs/requires.fmt
|
||||
cmds != recsel command.rec -t command -G bin -CP bin | sort -u
|
||||
lists = $(patsubst %,.publish/lists/%.md, $(cmds))
|
||||
|
||||
get_title = printf 'title: Rundown: %s\n' '${1}'
|
||||
get_title = printf 'title: "Rundown: %s"\n' '${1}'
|
||||
get_tags = recsel -t $(basename $<) $< -G bin \
|
||||
-e 'bin = "$(1)"' -U -CP tag,bin | \
|
||||
sed 's/.*/- &/'
|
||||
|
||||
Reference in New Issue
Block a user