summaryrefslogtreecommitdiff
path: root/po/webid-oidc.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/webid-oidc.pot')
-rw-r--r--po/webid-oidc.pot93
1 files changed, 92 insertions, 1 deletions
diff --git a/po/webid-oidc.pot b/po/webid-oidc.pot
index d652b54..f3e5c51 100644
--- a/po/webid-oidc.pot
+++ b/po/webid-oidc.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: webid-oidc SNAPSHOT\n"
"Report-Msgid-Bugs-To: vivien@planete-kraus.eu\n"
-"POT-Creation-Date: 2021-06-05 16:19+0200\n"
+"POT-Creation-Date: 2021-06-05 16:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -690,6 +690,7 @@ msgid "Warning: generating a new key pair."
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:148
+#: src/scm/webid-oidc/reverse-proxy.scm:124
#: src/scm/webid-oidc/hello-world.scm:31
msgid "command-line|version"
msgstr ""
@@ -733,10 +734,12 @@ msgid "comand-line|port"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:168
+#: src/scm/webid-oidc/reverse-proxy.scm:136
msgid "comand-line|log-file"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:170
+#: src/scm/webid-oidc/reverse-proxy.scm:138
msgid "comand-line|error-file"
msgstr ""
@@ -814,6 +817,7 @@ msgid ""
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:267
+#: src/scm/webid-oidc/reverse-proxy.scm:210
#: src/scm/webid-oidc/hello-world.scm:61
#, scheme-format
msgid "~a version ~a\n"
@@ -848,6 +852,7 @@ msgid "You need to set the token endpoint URI.\n"
msgstr ""
#: src/scm/webid-oidc/identity-provider.scm:327
+#: src/scm/webid-oidc/reverse-proxy.scm:238
#: src/scm/webid-oidc/hello-world.scm:72
msgid "The port should be a number between 0 and 65535.\n"
msgstr ""
@@ -1001,6 +1006,92 @@ msgstr ""
msgid "~a: authentication failure: ~a\n"
msgstr ""
+#: src/scm/webid-oidc/reverse-proxy.scm:126
+msgid "command-line|help"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:128
+msgid "command-line|port"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:130
+msgid "command-line|inbound-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:132
+msgid "command-line|outbound-uri"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:134
+msgid "command-line|header"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:152
+#, scheme-format
+msgid ""
+"Usage: ~a [OPTIONS]...\n"
+"\n"
+"Run a reverse proxy, taking requests with webid-oidc authentication\n"
+"and passing them to the outbound URI with an additional header\n"
+"containing the webid of the agent.\n"
+"\n"
+"Options:\n"
+" -h, --~a:\n"
+" display this help message and exit.\n"
+" -v, --~a:\n"
+" display the version information (~a) and exit.\n"
+" -p PORT, --~a=8080:\n"
+" set the port to bind.\n"
+" -i URI, --~a=URI: \n"
+" set the public URI of the reverse proxy.\n"
+" -o URI, --~a=URI:\n"
+" pass the requests to the server running at URI.\n"
+" -H HEADER, --~a=HEADER:\n"
+" pass request with optional HEADER set to the webid, XXX-Agent by "
+"default.\n"
+" -l FILE.log, --~a=FILE.log:\n"
+" dump the standard output to that file.\n"
+" -e FILE.err, --~a=FILE.err:\n"
+" dump the standard error to that file.\n"
+"\n"
+"Environment variables:\n"
+"\n"
+" LANG: set the locale of the sysadmin-facing interface. It is\n"
+"currently ~a.\n"
+"\n"
+"Example:\n"
+"\n"
+"Suppose that you operate data.provider.com. Since everything is behind\n"
+"a big global reverse proxy, the authenticated proxy listens on\n"
+"http://localhost:8080. You have the data server running at\n"
+"https://private.data.provider.com, set up so that only you can query\n"
+"it. The private server needs the XXX-Agent header to contain the\n"
+"authenticated webid of the user, if the user is authenticated. That’s\n"
+"why you don’t want anyone to query it. You would run:\n"
+"\n"
+" export LANG=C\n"
+" webid-oidc-reverse-proxy \\\n"
+" --port 8080 \\\n"
+" --inbound-uri https://data.provider.com \\\n"
+" --outbound-uri https://private.data.provider.com \\\n"
+" --header XXX-Agent \\\n"
+" --log-file /var/log/proxy.log \\\n"
+" --error-file /var/log/proxy.err\n"
+"\n"
+"If you find a bug, send a report to ~a.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:243
+msgid ""
+"The public name of the server must be present (with scheme) as --inbound-"
+"uri.\n"
+msgstr ""
+
+#: src/scm/webid-oidc/reverse-proxy.scm:248
+msgid ""
+"The address of the proxy must be present (with scheme) as --outbound-uri.\n"
+msgstr ""
+
#: src/scm/webid-oidc/hello-world.scm:44
#, scheme-format
msgid ""