From 58091bd1ae0dc778486540213c7e31ea61daa63f Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 26 May 2022 18:50:20 +0200 Subject: [PATCH] Auto saved by Logseq --- logseq/bak/chezmoi.md.2022-05-26T16_49_55.981Z | 15 +++++++++++++++ logseq/bak/podagora.md.2022-05-26T16_49_33.067Z | 9 +++++++++ 2 files changed, 24 insertions(+) create mode 100644 logseq/bak/chezmoi.md.2022-05-26T16_49_55.981Z create mode 100644 logseq/bak/podagora.md.2022-05-26T16_49_33.067Z diff --git a/logseq/bak/chezmoi.md.2022-05-26T16_49_55.981Z b/logseq/bak/chezmoi.md.2022-05-26T16_49_55.981Z new file mode 100644 index 000000000..37d6d9013 --- /dev/null +++ b/logseq/bak/chezmoi.md.2022-05-26T16_49_55.981Z @@ -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 +``` + diff --git a/logseq/bak/podagora.md.2022-05-26T16_49_33.067Z b/logseq/bak/podagora.md.2022-05-26T16_49_33.067Z new file mode 100644 index 000000000..f7d55a72e --- /dev/null +++ b/logseq/bak/podagora.md.2022-05-26T16_49_33.067Z @@ -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.