diff --git a/go.mod b/go.mod index 438bb42..969d95c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/go-i2p/go-gittisane go 1.23.5 require ( - github.com/go-i2p/go-meta-listener v0.0.3 + github.com/go-i2p/go-meta-listener v0.0.4-0.20250501040651-87fc3e211374 github.com/go-i2p/onramp v0.33.92 ) diff --git a/go.sum b/go.sum index 3ad1e24..e14e292 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-i2p/go-meta-listener v0.0.3 h1:G8IQ8fWLngvnH7zLS/YJj/ZDfVYSBPpucyVzKrYRxzE= -github.com/go-i2p/go-meta-listener v0.0.3/go.mod h1:wF/MCCfB40gZyT9WtuYWQkUOPrnoTzA+NG0zpsy3s4M= +github.com/go-i2p/go-meta-listener v0.0.4-0.20250501040651-87fc3e211374 h1:a7YERn+vW9Z87PYOgszP2J3Vowrx41LXCTC9Jr5YGnA= +github.com/go-i2p/go-meta-listener v0.0.4-0.20250501040651-87fc3e211374/go.mod h1:wF/MCCfB40gZyT9WtuYWQkUOPrnoTzA+NG0zpsy3s4M= github.com/go-i2p/i2pkeys v0.0.0-20241108200332-e4f5ccdff8c4/go.mod h1:m5TlHjPZrU5KbTd7Lr+I2rljyC6aJ88HdkeMQXV0U0E= github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708 h1:Tiy9IBwi21maNpK74yCdHursJJMkyH7w87tX1nXGWzg= github.com/go-i2p/i2pkeys v0.33.10-0.20241113193422-e10de5e60708/go.mod h1:m5TlHjPZrU5KbTd7Lr+I2rljyC6aJ88HdkeMQXV0U0E= diff --git a/install.sh b/install.sh index 4f817ce..f93ae6c 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,15 @@ # AS ROOT +adduser \ + --system \ + --shell /bin/bash \ + --gecos 'Git Version Control' \ + --group \ + --disabled-password \ + --home /home/git \ + git + mkdir -p /var/lib/gitea/{custom,data,log} chown -R git:git /var/lib/gitea/ chmod -R 750 /var/lib/gitea/