Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Nov 14, 2024
1 parent fec497c commit 88ce2ac
Show file tree
Hide file tree
Showing 73 changed files with 1,468 additions and 533 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/etkecc/go-echo-basic-auth v1.1.1
github.com/etkecc/go-env v1.2.1
github.com/etkecc/go-healthchecks/v2 v2.2.2
github.com/etkecc/go-kit v1.4.0
github.com/etkecc/go-kit v1.4.1
github.com/etkecc/go-linkpearl v0.0.0-20241016081935-715b568101ef
github.com/etkecc/go-pricify v0.0.0-20240913071909-f9bafa3c5c49
github.com/etkecc/go-psd v0.0.0-20241014083754-1bc4ec777ba8
Expand All @@ -28,9 +28,9 @@ require (
github.com/stretchr/testify v1.9.0
github.com/swaggo/swag v1.16.3
github.com/ziflex/lecho/v3 v3.7.0
golang.org/x/net v0.30.0
golang.org/x/text v0.19.0
golang.org/x/time v0.7.0
golang.org/x/net v0.31.0
golang.org/x/text v0.20.0
golang.org/x/time v0.8.0
maunium.net/go/mautrix v0.21.1
modernc.org/sqlite v1.33.1
)
Expand Down Expand Up @@ -78,10 +78,10 @@ require (
github.com/valyala/histogram v1.2.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
go.mau.fi/util v0.8.1 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/tools v0.26.0 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/tools v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
44 changes: 22 additions & 22 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ github.com/etkecc/go-env v1.2.1 h1:b/mIa8D1d9hc3rI8h5bEtBHsnKkBZ6UbmYPog3QIPTU=
github.com/etkecc/go-env v1.2.1/go.mod h1:yTs1DWEsllAZYA417r4V+OmMuYinGXtBzKkLGNvCv5c=
github.com/etkecc/go-healthchecks/v2 v2.2.2 h1:YV7e+Ga8JY3aZX4Qf6Q1Ca+DnqbT5Drjli3PufB4J1g=
github.com/etkecc/go-healthchecks/v2 v2.2.2/go.mod h1:IowWGN4F6By6z0eh63+639OscylgtdvT9ITjfN6hnZA=
github.com/etkecc/go-kit v1.4.0 h1:1fjxYVJ1GIXUgPh1e62ovM4a5Ts7Hjvz78nvJMSIhZg=
github.com/etkecc/go-kit v1.4.0/go.mod h1:yikghi8YaYbTjRXNtx82g0LFv90YqZi2vLf5Chw0ysg=
github.com/etkecc/go-kit v1.4.1 h1:AYF4FPWYbbktt+3Fbgure3F0/q1htWQ+4NsoOBCekvc=
github.com/etkecc/go-kit v1.4.1/go.mod h1:yikghi8YaYbTjRXNtx82g0LFv90YqZi2vLf5Chw0ysg=
github.com/etkecc/go-linkpearl v0.0.0-20241016081935-715b568101ef h1:c+7TLGW847a/7nOxNg8ICXBa8DB3WnnH9mAN9d2Ntuw=
github.com/etkecc/go-linkpearl v0.0.0-20241016081935-715b568101ef/go.mod h1:VEzhQeweZez8RKYSEYQhULddGeaNsaVcuWzlb1k8EFM=
github.com/etkecc/go-pricify v0.0.0-20240913071909-f9bafa3c5c49 h1:zbXd2N7h/U21Bd4nJrMnqBvFKRBARVz+gmzPPo2NUY8=
Expand Down Expand Up @@ -168,36 +168,36 @@ github.com/ziflex/lecho/v3 v3.7.0 h1:MSzYINEHtAaCx2XpbdF1A85aSyXitNJxF4T9dG6jzRQ
github.com/ziflex/lecho/v3 v3.7.0/go.mod h1:LBlLsyIwa0MFxtJ2WU5WzHfuMR/jnq26TXddWfJ+s/0=
go.mau.fi/util v0.8.1 h1:Ga43cz6esQBYqcjZ/onRoVnYWoUwjWbsxVeJg2jOTSo=
go.mau.fi/util v0.8.1/go.mod h1:T1u/rD2rzidVrBLyaUdPpZiJdP/rsyi+aTzn0D+Q6wc=
golang.org/x/crypto v0.28.0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw=
golang.org/x/crypto v0.28.0/go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U=
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c h1:7dEasQXItcW1xKJ2+gg5VOiBnqWrJc+rq0DPKyvvdbY=
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c/go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8=
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0=
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/crypto v0.29.0 h1:L5SG1JTTXupVV3n6sUqMTeWbjAyfPwoda2DLX8J8FrQ=
golang.org/x/crypto v0.29.0/go.mod h1:+F4F4N5hv6v38hfeYwTdx20oUvLLc+QfrE9Ax9HtgRg=
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo=
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak=
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/net v0.0.0-20210421230115-4e50805a0758/go.mod h1:72T/g9IO56b78aLF+1Kcs5dz7/ng1VjMUvfKvpfy+jM=
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/net v0.31.0 h1:68CPQngjLL0r2AlUKiSxtQFKvzRVbnzLwMUn5SzcLHo=
golang.org/x/net v0.31.0/go.mod h1:P4fl1q7dY2hnZFxEk4pPSkDHF+QqjitcnDjUQyMM+pM=
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24=
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
golang.org/x/term v0.26.0 h1:WEQa6V3Gja/BhNxg540hBip/kkaYtRg3cxg4oXSw4AU=
golang.org/x/term v0.26.0/go.mod h1:Si5m1o57C5nBNQo5z1iq+XDijt21BDBDp2bK0QI8e3E=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/text v0.20.0 h1:gK/Kv2otX8gz+wn7Rmb3vT96ZwuoxnQlY+HlJVj7Qug=
golang.org/x/text v0.20.0/go.mod h1:D4IsuqiFMhST5bX19pQ9ikHC2GsaKyk/oF+pn3ducp4=
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.26.0 h1:v/60pFQmzmT9ExmjDv2gGIfi3OqfKoEP6I5+umXlbnQ=
golang.org/x/tools v0.26.0/go.mod h1:TPVVj70c7JJ3WCazhD8OdXcZg/og+b9+tH/KxylGwH0=
golang.org/x/tools v0.27.0 h1:qEKojBykQkQ4EynWy4S8Weg69NumxKdn40Fce3uc/8o=
golang.org/x/tools v0.27.0/go.mod h1:sUi0ZgbwW9ZPAq26Ekut+weQPR5eIM6GQLQ1Yjm1H0Q=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
Expand Down
4 changes: 3 additions & 1 deletion internal/sub/ext/etkecc/onboarding.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package etkecc

import (
"context"
"fmt"
"sort"
"strings"

Expand Down Expand Up @@ -59,7 +60,8 @@ func (o *order) generateOnboardingLinks() string {
txt.WriteString("* Web app: " + link("app.etke.cc") + "\n")
}
txt.WriteString("* Homeserver: " + link("matrix."+o.domain) + "\n")
txt.WriteString("* Synapse Admin: " + link("matrix."+o.domain+"/synapse-admin") + " " + helpLink("etke.cc/help/extras/synapse-admin") + "\n")
synapseAdminLink := fmt.Sprintf("[matrix.%s/synapse-admin](https://matrix.%s/synapse-admin/?username=%s&server=%s)", o.domain, o.domain, o.get("username"), "matrix."+o.domain)
txt.WriteString("* Admin Panel: " + synapseAdminLink + " " + helpLink("etke.cc/help/extras/synapse-admin") + "\n")
if o.has("service-email") {
txt.WriteString("* Email Service (admin): " + link("admin.migadu.com") + "\n")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here's all the essential information you need for a smooth onboarding experience
**Server Links**

* Homeserver: [matrix.higenjitsuteki.onmatrix.chat](https://matrix.higenjitsuteki.onmatrix.chat)
* Synapse Admin: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin/?username=test.admin&server=matrix.higenjitsuteki.onmatrix.chat) ([help](https://etke.cc/help/extras/synapse-admin))
* Email Service (admin): [admin.migadu.com](https://admin.migadu.com)
* Etherpad (admin): [etherpad.higenjitsuteki.onmatrix.chat/admin](https://etherpad.higenjitsuteki.onmatrix.chat/admin)
* Vaultwarden (admin):[vault.higenjitsuteki.onmatrix.chat/admin](https://vault.higenjitsuteki.onmatrix.chat/admin) ([help](https://etke.cc/help/extras/vaultwarden))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here's all the essential information you need for a smooth onboarding experience
**Server Links**

* Homeserver: [matrix.higenjitsuteki.onmatrix.chat](https://matrix.higenjitsuteki.onmatrix.chat)
* Synapse Admin: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin/?username=test&server=matrix.higenjitsuteki.onmatrix.chat) ([help](https://etke.cc/help/extras/synapse-admin))
* Email Service (admin): [admin.migadu.com](https://admin.migadu.com)
* Etherpad (admin): [etherpad.higenjitsuteki.onmatrix.chat/admin](https://etherpad.higenjitsuteki.onmatrix.chat/admin)
* Vaultwarden (admin):[vault.higenjitsuteki.onmatrix.chat/admin](https://vault.higenjitsuteki.onmatrix.chat/admin) ([help](https://etke.cc/help/extras/vaultwarden))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here's all the essential information you need for a smooth onboarding experience
**Server Links**

* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test.admin&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))
* Etherpad (admin): [etherpad.example.com/admin](https://etherpad.example.com/admin)
* Vaultwarden (admin):[vault.example.com/admin](https://vault.example.com/admin) ([help](https://etke.cc/help/extras/vaultwarden))
* Maubot (admin): [matrix.example.com/_matrix/maubot](https://matrix.example.com/_matrix/maubot)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here's all the essential information you need for a smooth onboarding experience
**Server Links**

* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))
* Email Service (admin): [admin.migadu.com](https://admin.migadu.com)
* Etherpad (admin): [etherpad.example.com/admin](https://etherpad.example.com/admin)
* Vaultwarden (admin):[vault.example.com/admin](https://vault.example.com/admin) ([help](https://etke.cc/help/extras/vaultwarden))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.higenjitsuteki.onmatrix.chat](https://matrix.higenjitsuteki.onmatrix.chat)
* Synapse Admin: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin/?username=test&server=matrix.higenjitsuteki.onmatrix.chat) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.example.com](https://matrix.example.com)
* Synapse Admin: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.example.com/synapse-admin](https://matrix.example.com/synapse-admin/?username=test&server=matrix.example.com) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here's all the essential information you need for a smooth onboarding experience

* Web app: [app.etke.cc](https://app.etke.cc)
* Homeserver: [matrix.higenjitsuteki.onmatrix.chat](https://matrix.higenjitsuteki.onmatrix.chat)
* Synapse Admin: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin) ([help](https://etke.cc/help/extras/synapse-admin))
* Admin Panel: [matrix.higenjitsuteki.onmatrix.chat/synapse-admin](https://matrix.higenjitsuteki.onmatrix.chat/synapse-admin/?username=test&server=matrix.higenjitsuteki.onmatrix.chat) ([help](https://etke.cc/help/extras/synapse-admin))


**Matrix Credentials**
Expand Down
2 changes: 1 addition & 1 deletion vendor/golang.org/x/crypto/chacha20/chacha_noasm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88ce2ac

Please sign in to comment.