summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-06 22:49:27 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-06 22:49:27 +0200
commit1c2a5409a96855440710b66c08b40945e37892c3 (patch)
tree4d69f34b9e4af84eaa384fd09a5d5f596140d723 /design-documents
parentf74f02c64d7ec515d37299b405ed06d166e28114 (diff)
downloaddocs-1c2a5409a96855440710b66c08b40945e37892c3.tar.gz
docs-1c2a5409a96855440710b66c08b40945e37892c3.tar.bz2
docs-1c2a5409a96855440710b66c08b40945e37892c3.zip
fix misc typos
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/027-sandboxing-taler.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/design-documents/027-sandboxing-taler.rst b/design-documents/027-sandboxing-taler.rst
index c1e52939..0edf8e72 100644
--- a/design-documents/027-sandboxing-taler.rst
+++ b/design-documents/027-sandboxing-taler.rst
@@ -1,4 +1,4 @@
-Design Doc 027: Sandboxing all the Taler services.
+Design Doc 027: Sandboxing all the Taler services.
##################################################
.. note::
@@ -80,7 +80,7 @@ Open questions
- How to collect the static configuration values?
- => Via a configuration file that you pass to the container via
- a mounted directory (=> `-v $MYCONFIG:/sandboxconfig`)
+ a mounted directory (=> ``-v $MYCONFIG:/sandboxconfig``)
- If we don't pass any config, the container should have
sane defaults
- This is effectively a "meta configuration", because it will
@@ -108,7 +108,7 @@ Open questions
- future/optional: we *might* allow connection to an external postgresql database as well
- How are services supervised?
-
+
- SystemD? gnunet-arm? supervisord? something else?
- SystemD does not work well inside containers
@@ -134,7 +134,7 @@ Open questions
- Might be simpler if we disallow this
- How do we handle TLS
-
+
- Do we always do HTTPs in the sandbox container?
- We need to think about external and internal requests
to the sandbox