Auto saved by Logseq

This commit is contained in:
2022-05-26 18:50:20 +02:00
parent 3f53f52d49
commit 58091bd1ae
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,15 @@
- a [[tool]].
- [[bmann]] noded it first :)
- #go https://www.chezmoi.io
- #git https://github.com/twpayne/chezmoi
- #install `sh -c "$(curl -fsLS chezmoi.io/get)"`
- #start https://www.chezmoi.io/quick-start/
```
> ls -atr | egrep '^\.'
> chezmoi add ~/.bashrc
> chezmoi add ~/.vimrc
> chezmoi add ~/.tmux.conf
> chezmoi add ~/.gnupg
```
@@ -0,0 +1,9 @@
- Notes on how to get an Agora up an running on [[podman]] (should work also for [[docker]] with some modifications?).
- #pull [[podman]]
- These notes track an [[experiment]] in [[hypatia]], one of the [[servers]] of [[flancia collective]].
- [[Dockerfile]].
- [[link]]
Loosely structured thoughts: it'd be nice if you could just pass a sources.yaml (or a link to an Agora repo?) to some variation of `podman run` and get an Agora, just like that.
Perhaps we need `agora.yaml` though? For things like configuring hostname. [[agora server]] has `config.py`, but it'd be nice to have it be just a config and store it in the [[agora root repository]] instead.