CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
Joey Hess 944a6503b9
relocate tor socket out of /etc
weasel explained that apparmor limits on what files tor can read do not
apply to sockets (because they're not files). And apparently the
problems I was seeing with hidden services not being accessible had to
do with onion address propigation and not the location of the socket
file.

remotedaemon looks up the HiddenServicePort in torrc, so if it was
previously configured with the socket in /etc, that will still work.

This commit was sponsored by Denis Dzyubenko on Patreon.
2016-12-20 16:24:46 -04:00
Annex Revert ServerAliveInterval 2016-12-13 12:12:38 -04:00
Assistant max authtoken length is 128 2016-11-30 14:19:26 -04:00
Backend
Build finish fixing android build after tor merge 2016-12-12 13:27:39 -04:00
CmdLine Make all --batch input, as well as fromkey and registerurl stdin be processed without requiring it to be in the current encoding. 2016-12-13 15:35:04 -04:00
Command relocate tor socket out of /etc 2016-12-20 16:24:46 -04:00
Config
Database
debian Debian: Suggest tor and magic-wormhole. 2016-12-20 15:26:14 -04:00
doc anwser 2016-12-20 15:38:18 -04:00
Git
Limit
Logs
Messages
P2P Revert "p2p --link now defaults to setting up a bi-directional link" 2016-12-16 18:26:07 -04:00
Remote fix build warning 2016-12-10 11:41:38 -04:00
RemoteDaemon relocate tor socket out of /etc 2016-12-20 16:24:46 -04:00
standalone Linux standalone: Improve generation of locale definition files, supporting locales such as, en_GB.UTF-8. 2016-12-19 17:03:52 -04:00
static
templates
Types Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
Upgrade
Utility relocate tor socket out of /etc 2016-12-20 16:24:46 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG relocate tor socket out of /etc 2016-12-20 16:24:46 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs finish git-annex enable-tor 2016-11-29 17:30:27 -04:00
Crypto.hs
ghci avoid tab warnings from ghc 8 2016-11-17 13:39:30 -04:00
git-annex.cabal p2p --pair with magic wormhole (untested) 2016-12-18 16:51:41 -04:00
git-annex.hs Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
git-union-merge.hs
Git.hs
Jenkinsfile Add initial Jenkins pipeline script 2016-12-01 12:05:26 -04:00
Limit.hs
Logs.hs
Makefile Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs Added git-remote-tor-annex, which allows git pull and push to the tor hidden service. 2016-11-21 17:27:38 -04:00
stack.yaml
Test.hs
Types.hs
Upgrade.hs

git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
dealing with files larger than git can currently easily handle, whether due
to limitations in memory, checksumming time, or disk space.

For documentation, see doc/ or <https://git-annex.branchable.com/>