From fbcd08407345becb39c0bb195527fd9365561b74 Mon Sep 17 00:00:00 2001 From: "bigras.bruno@f168759f00bfb915b072eb2b216057eca0cc38c4" Date: Thu, 22 Jun 2023 21:39:25 +0000 Subject: [PATCH 1/2] add webapp workaround for nix-on-droid --- doc/Android.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 0d21e97b00..7117526c68 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -27,7 +27,7 @@ to install it. Paste these commands into Termux: Installing git-annex using [Nix-On-Droid](https://github.com/t184256/nix-on-droid) is recommended for more advanced users who want to use git-annex at the command line. -The git-annex webapp does not currently work in Nix-On-Droid. +The git-annex webapp does not currently work in Nix-On-Droid (as a workaround, run `git annex webapp --listen 127.0.0.1` and copy-paste the URL in a browser). To enter a shell with git-annex available to use, run inside Nix-On-Droid: `nix-shell -p git git-annex` From 72a263ab3b0e9b9e641817c24ae0bb4015d6486e Mon Sep 17 00:00:00 2001 From: contr-error Date: Fri, 23 Jun 2023 09:18:11 +0000 Subject: [PATCH 2/2] Added a comment: More settings here --- .../comment_3_cd443c49f9d1122f078872259e342683._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/git-annex-config/comment_3_cd443c49f9d1122f078872259e342683._comment diff --git a/doc/git-annex-config/comment_3_cd443c49f9d1122f078872259e342683._comment b/doc/git-annex-config/comment_3_cd443c49f9d1122f078872259e342683._comment new file mode 100644 index 0000000000..8d0642a473 --- /dev/null +++ b/doc/git-annex-config/comment_3_cd443c49f9d1122f078872259e342683._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="contr-error" + avatar="http://cdn.libravatar.org/avatar/d79c2491dfc6947b8084796b06174cdb" + subject="More settings here" + date="2023-06-23T09:18:11Z" + content=""" +See also [[git-annex]], under \"CONFIGURATION OF REMOTES\" for more settings which can be set using git-annex-config. +"""]]